diff mbox series

[1/3] usb: appledisplay: Add 27" Apple Cinema Display

Message ID 20181204224337.29122-2-alex.theissen@me.com (mailing list archive)
State New, archived
Headers show
Series Small improvements to the appledisplay driver | expand

Commit Message

alex.theissen@me.com Dec. 4, 2018, 10:43 p.m. UTC
From: Alexander Theissen <alex.theissen@me.com>

Add another Apple Cinema Display to the list of supported displays.

Signed-off-by: Alexander Theissen <alex.theissen@me.com>
---
 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 85b48c6ddc7e..39ca31b4de46 100644
--- a/drivers/usb/misc/appledisplay.c
+++ b/drivers/usb/misc/appledisplay.c
@@ -51,6 +51,7 @@  static const struct usb_device_id appledisplay_table[] = {
 	{ APPLEDISPLAY_DEVICE(0x921c) },
 	{ APPLEDISPLAY_DEVICE(0x921d) },
 	{ APPLEDISPLAY_DEVICE(0x9222) },
+	{ APPLEDISPLAY_DEVICE(0x9226) },
 	{ APPLEDISPLAY_DEVICE(0x9236) },
 
 	/* Terminating entry */