From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-Id: <20130518021643.706988781@goodmis.org> Date: Fri, 17 May 2013 22:16:09 -0400 From: Steven Rostedt To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: Ben Jencks , Greg Kroah-Hartman Subject: [ 012/136 ] usb/misc/appledisplay: Add 24" LED Cinema display References: <20130518021557.139113314@goodmis.org> Content-Disposition: inline; filename=0012-usb-misc-appledisplay-Add-24-LED-Cinema-display.patch Sender: linux-kernel-owner@vger.kernel.org List-ID: 3.6.11.4 stable review patch. If anyone has any objections, please let me know. ------------------ From: Ben Jencks [ Upstream commit e7d3b6e22c871ba36d052ca99bc8ceca4d546a60 ] Add the Apple 24" LED Cinema display to the supported devices. Signed-off-by: Ben Jencks Cc: stable Signed-off-by: Greg Kroah-Hartman Signed-off-by: Steven Rostedt --- drivers/usb/misc/appledisplay.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/misc/appledisplay.c b/drivers/usb/misc/appledisplay.c index 0fc6e5f..ba6a5d6 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 */ { } -- 1.7.10.4