]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
usb: appledisplay: Add 27" Apple Cinema Display
authorAlexander Theissen <alex.theissen@me.com>
Tue, 4 Dec 2018 22:43:35 +0000 (23:43 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Dec 2018 08:21:35 +0000 (09:21 +0100)
commit d7859905301880ad3e16272399d26900af3ac496 upstream.

Add another Apple Cinema Display to the list of supported displays.

Signed-off-by: Alexander Theissen <alex.theissen@me.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/misc/appledisplay.c

index b15842c6f9167d075cf09b6aa3e0d2fc339ac15a..993f4da065c3a6626c78cc0e4baf4b2c9672694c 100644 (file)
@@ -64,6 +64,7 @@ static const struct usb_device_id appledisplay_table[] = {
        { APPLEDISPLAY_DEVICE(0x921c) },
        { APPLEDISPLAY_DEVICE(0x921d) },
        { APPLEDISPLAY_DEVICE(0x9222) },
+       { APPLEDISPLAY_DEVICE(0x9226) },
        { APPLEDISPLAY_DEVICE(0x9236) },
 
        /* Terminating entry */