diff mbox series

USB: misc: appledisplay: add 20" Apple Cinema Display

Message ID 20181021092537.8592-1-2pi@mok.nu (mailing list archive)
State New, archived
Headers show
Series USB: misc: appledisplay: add 20" Apple Cinema Display | expand

Commit Message

Mattias Jacobsson Oct. 21, 2018, 9:25 a.m. UTC
Add another Apple Cinema Display to the list of supported displays

Signed-off-by: Mattias Jacobsson <2pi@mok.nu>
---
 drivers/usb/misc/appledisplay.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/drivers/usb/misc/appledisplay.c b/drivers/usb/misc/appledisplay.c
index bd539f3058bc..85b48c6ddc7e 100644
--- a/drivers/usb/misc/appledisplay.c
+++ b/drivers/usb/misc/appledisplay.c
@@ -50,6 +50,7 @@  static const struct usb_device_id appledisplay_table[] = {
 	{ APPLEDISPLAY_DEVICE(0x9219) },
 	{ APPLEDISPLAY_DEVICE(0x921c) },
 	{ APPLEDISPLAY_DEVICE(0x921d) },
+	{ APPLEDISPLAY_DEVICE(0x9222) },
 	{ APPLEDISPLAY_DEVICE(0x9236) },
 
 	/* Terminating entry */