usb/misc/appledisplay: Add 24" LED Cinema display
authorBen Jencks <[email protected]>
Tue, 2 Apr 2013 04:35:08 +0000 (00:35 -0400)
committerGreg Kroah-Hartman <[email protected]>
Wed, 3 Apr 2013 18:38:53 +0000 (11:38 -0700)
Add the Apple 24" LED Cinema display to the supported devices.

Signed-off-by: Ben Jencks <[email protected]>
Cc: stable <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/usb/misc/appledisplay.c

index 0fc6e5fc745fbf0de60d97e7059d93dc6ad82348..ba6a5d6e618e20092842c0974b3e5788461b651d 100644 (file)
@@ -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 */
        { }