]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blame - releases/4.19.9/usb-appledisplay-add-27-apple-cinema-display.patch
drop queue-4.14/mips-make-sure-dt-memory-regions-are-valid.patch
[thirdparty/kernel/stable-queue.git] / releases / 4.19.9 / usb-appledisplay-add-27-apple-cinema-display.patch
CommitLineData
1a286333
GKH
1From d7859905301880ad3e16272399d26900af3ac496 Mon Sep 17 00:00:00 2001
2From: Alexander Theissen <alex.theissen@me.com>
3Date: Tue, 4 Dec 2018 23:43:35 +0100
4Subject: usb: appledisplay: Add 27" Apple Cinema Display
5
6From: Alexander Theissen <alex.theissen@me.com>
7
8commit d7859905301880ad3e16272399d26900af3ac496 upstream.
9
10Add another Apple Cinema Display to the list of supported displays.
11
12Signed-off-by: Alexander Theissen <alex.theissen@me.com>
13Cc: stable <stable@vger.kernel.org>
14Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
15
16---
17 drivers/usb/misc/appledisplay.c | 1 +
18 1 file changed, 1 insertion(+)
19
20--- a/drivers/usb/misc/appledisplay.c
21+++ b/drivers/usb/misc/appledisplay.c
22@@ -51,6 +51,7 @@ static const struct usb_device_id appled
23 { APPLEDISPLAY_DEVICE(0x921c) },
24 { APPLEDISPLAY_DEVICE(0x921d) },
25 { APPLEDISPLAY_DEVICE(0x9222) },
26+ { APPLEDISPLAY_DEVICE(0x9226) },
27 { APPLEDISPLAY_DEVICE(0x9236) },
28
29 /* Terminating entry */