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: pci-v3.10-fixes-1~22^2~71 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=e7d3b6e22c871ba36d052ca99bc8ceca4d546a60;p=users%2Fdwmw2%2Flinux.git usb/misc/appledisplay: Add 24" LED Cinema display Add the Apple 24" LED Cinema display to the supported devices. Signed-off-by: Ben Jencks Cc: stable Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/misc/appledisplay.c b/drivers/usb/misc/appledisplay.c index 0fc6e5fc745fb..ba6a5d6e618e2 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 */ { }