]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blob - releases/4.4.165/usb-misc-appledisplay-add-20-apple-cinema-display.patch
Fixes for 4.19
[thirdparty/kernel/stable-queue.git] / releases / 4.4.165 / usb-misc-appledisplay-add-20-apple-cinema-display.patch
1 From f6501f49199097b99e4e263644d88c90d1ec1060 Mon Sep 17 00:00:00 2001
2 From: Mattias Jacobsson <2pi@mok.nu>
3 Date: Sun, 21 Oct 2018 11:25:37 +0200
4 Subject: USB: misc: appledisplay: add 20" Apple Cinema Display
5
6 From: Mattias Jacobsson <2pi@mok.nu>
7
8 commit f6501f49199097b99e4e263644d88c90d1ec1060 upstream.
9
10 Add another Apple Cinema Display to the list of supported displays
11
12 Signed-off-by: Mattias Jacobsson <2pi@mok.nu>
13 Cc: stable <stable@vger.kernel.org>
14 Signed-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 @@ -63,6 +63,7 @@ static const struct usb_device_id appled
23 { APPLEDISPLAY_DEVICE(0x9219) },
24 { APPLEDISPLAY_DEVICE(0x921c) },
25 { APPLEDISPLAY_DEVICE(0x921d) },
26 + { APPLEDISPLAY_DEVICE(0x9222) },
27 { APPLEDISPLAY_DEVICE(0x9236) },
28
29 /* Terminating entry */