summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorBen Jencks <ben@bjencks.net>2013-04-02 00:35:08 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-05-07 20:08:17 -0700
commitb5bfe20124f1a2a6ff8acf5d8f16805906462772 (patch)
treebd056b7fcb3ed7234b19b9fde14e3daa61fc44f5 /drivers
parentf3603003d7e5c71195606281a0bba4d2c087e9db (diff)
usb/misc/appledisplay: Add 24" LED Cinema display
commit e7d3b6e22c871ba36d052ca99bc8ceca4d546a60 upstream. Add the Apple 24" LED Cinema display to the supported devices. Signed-off-by: Ben Jencks <ben@bjencks.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/usb/misc/appledisplay.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/misc/appledisplay.c b/drivers/usb/misc/appledisplay.c
index 0fc6e5fc745f..ba6a5d6e618e 100644
--- a/drivers/usb/misc/appledisplay.c
+++ b/drivers/usb/misc/appledisplay.c
@@ -63,6 +63,7 @@ static const struct usb_device_id appledisplay_table[] = {
{ APPLEDISPLAY_DEVICE(0x9219) },
{ APPLEDISPLAY_DEVICE(0x921c) },
{ APPLEDISPLAY_DEVICE(0x921d) },
+ { APPLEDISPLAY_DEVICE(0x9236) },
/* Terminating entry */
{ }