From: Ben Jencks Date: Tue, 2 Apr 2013 04:35:08 +0000 (-0400) Subject: usb/misc/appledisplay: Add 24" LED Cinema display X-Git-Tag: v3.2.45~104 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=792c71ab7ee87e0aeb0551f9c4f5e521ff582325;p=people%2Fms%2Flinux.git usb/misc/appledisplay: Add 24" LED Cinema display commit e7d3b6e22c871ba36d052ca99bc8ceca4d546a60 upstream. Add the Apple 24" LED Cinema display to the supported devices. Signed-off-by: Ben Jencks Signed-off-by: Greg Kroah-Hartman Signed-off-by: Ben Hutchings --- diff --git a/drivers/usb/misc/appledisplay.c b/drivers/usb/misc/appledisplay.c index ac0d75a9005a..9f7003e714cb 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 */ { }