]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
usb/misc/appledisplay: Add 24" LED Cinema display
authorBen Jencks <ben@bjencks.net>
Tue, 2 Apr 2013 04:35:08 +0000 (00:35 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 May 2013 02:57:21 +0000 (19:57 -0700)
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>
drivers/usb/misc/appledisplay.c

index 68ab460a735c15e94c9cd04600a9e499582b3200..0a70c9836df31f99b9c38418a9ec74f6f09e9b57 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 */
        { }