Commit d6dc6b28 authored by Ben Jencks's avatar Ben Jencks Committed by Greg Kroah-Hartman

usb/misc/appledisplay: Add 24" LED Cinema display

commit e7d3b6e2 upstream.

Add the Apple 24" LED Cinema display to the supported devices.
Signed-off-by: default avatarBen Jencks <ben@bjencks.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 678bfb06
...@@ -63,6 +63,7 @@ static const struct usb_device_id appledisplay_table[] = { ...@@ -63,6 +63,7 @@ static const struct usb_device_id appledisplay_table[] = {
{ APPLEDISPLAY_DEVICE(0x9219) }, { APPLEDISPLAY_DEVICE(0x9219) },
{ APPLEDISPLAY_DEVICE(0x921c) }, { APPLEDISPLAY_DEVICE(0x921c) },
{ APPLEDISPLAY_DEVICE(0x921d) }, { APPLEDISPLAY_DEVICE(0x921d) },
{ APPLEDISPLAY_DEVICE(0x9236) },
/* Terminating entry */ /* Terminating entry */
{ } { }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment