From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 02D1CC5CFFE for ; Tue, 11 Dec 2018 15:56:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BDC7C2086D for ; Tue, 11 Dec 2018 15:56:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1544543778; bh=Lxuhc23sbOJcZwMfIJl8agD9ZcOG5hopfFE45IJQbMc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=Tvz598QbpKsnq+h3yLpwAAIXz0JU7vL3YK4Y+RilGMEcN44taC95OFS4v2yMq5WNf aYuCGi7JUaepXgVdBFBpIELdkamc8P2pbPDgb6j+RFEMEJOSZ9bqPMoKW+6h6fTR1h EHftp8EAknyNjRm9wWIeT9PRHZGbZpV1OTwzOohU= DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BDC7C2086D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730550AbeLKP4Q (ORCPT ); Tue, 11 Dec 2018 10:56:16 -0500 Received: from mail.kernel.org ([198.145.29.99]:44988 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730535AbeLKP4L (ORCPT ); Tue, 11 Dec 2018 10:56:11 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 50693205C9; Tue, 11 Dec 2018 15:56:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1544543770; bh=Lxuhc23sbOJcZwMfIJl8agD9ZcOG5hopfFE45IJQbMc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=u22tDRrM21tXO24z63Yy7ry2FEtCuvCfgH515pQaC5dbDaxfj6ltYB2Ptu3eaiWXl fO8J/xC5+yBvLuJ0+iVTOXblnTCPO/1eV/D0FjmfscuKxmHDv9RSSJiFn4JQzIZpVe 3iq630WJVwi/vXvPTN1wzuOAt89XyPWgY98sW1gk= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Alexander Theissen Subject: [PATCH 4.19 057/118] usb: appledisplay: Add 27" Apple Cinema Display Date: Tue, 11 Dec 2018 16:41:16 +0100 Message-Id: <20181211151646.545201666@linuxfoundation.org> X-Mailer: git-send-email 2.20.0 In-Reply-To: <20181211151644.216668863@linuxfoundation.org> References: <20181211151644.216668863@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review X-Patchwork-Hint: ignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.19-stable review patch. If anyone has any objections, please let me know. ------------------ From: Alexander Theissen commit d7859905301880ad3e16272399d26900af3ac496 upstream. Add another Apple Cinema Display to the list of supported displays. Signed-off-by: Alexander Theissen Cc: stable Signed-off-by: Greg Kroah-Hartman --- drivers/usb/misc/appledisplay.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/usb/misc/appledisplay.c +++ b/drivers/usb/misc/appledisplay.c @@ -51,6 +51,7 @@ static const struct usb_device_id appled { APPLEDISPLAY_DEVICE(0x921c) }, { APPLEDISPLAY_DEVICE(0x921d) }, { APPLEDISPLAY_DEVICE(0x9222) }, + { APPLEDISPLAY_DEVICE(0x9226) }, { APPLEDISPLAY_DEVICE(0x9236) }, /* Terminating entry */