aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Jencks <ben@bjencks.net>2013-04-02 00:35:08 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-04-03 14:38:53 -0400
commite7d3b6e22c871ba36d052ca99bc8ceca4d546a60 (patch)
treef4a08a6e470845d605e706c45ab60823c95781c9
parent505bdbc79d20f8f2a56c02498f079bb23b0ef756 (diff)
usb/misc/appledisplay: Add 24" LED Cinema display
Add the Apple 24" LED Cinema display to the supported devices. Signed-off-by: Ben Jencks <ben@bjencks.net> Cc: stable <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-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[] = {
63 { APPLEDISPLAY_DEVICE(0x9219) }, 63 { APPLEDISPLAY_DEVICE(0x9219) },
64 { APPLEDISPLAY_DEVICE(0x921c) }, 64 { APPLEDISPLAY_DEVICE(0x921c) },
65 { APPLEDISPLAY_DEVICE(0x921d) }, 65 { APPLEDISPLAY_DEVICE(0x921d) },
66 { APPLEDISPLAY_DEVICE(0x9236) },
66 67
67 /* Terminating entry */ 68 /* Terminating entry */
68 { } 69 { }