summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Jencks <ben@bjencks.net>2013-04-02 04:35:08 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-04-03 18:38:53 (GMT)
commite7d3b6e22c871ba36d052ca99bc8ceca4d546a60 (patch)
treef4a08a6e470845d605e706c45ab60823c95781c9
parent505bdbc79d20f8f2a56c02498f079bb23b0ef756 (diff)
downloadlinux-fsl-qoriq-e7d3b6e22c871ba36d052ca99bc8ceca4d546a60.tar.xz
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 0fc6e5f..ba6a5d6 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 */
{ }