Commit 0643f7c9 authored by Alexander Theissen's avatar Alexander Theissen Committed by Kleber Sacilotto de Souza

usb: appledisplay: Add 27" Apple Cinema Display

BugLink: https://bugs.launchpad.net/bugs/1811077

commit d7859905 upstream.

Add another Apple Cinema Display to the list of supported displays.
Signed-off-by: default avatarAlexander Theissen <alex.theissen@me.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarJuerg Haefliger <juergh@canonical.com>
Signed-off-by: default avatarKleber Sacilotto de Souza <kleber.souza@canonical.com>
parent 3a79d70a
...@@ -64,6 +64,7 @@ static const struct usb_device_id appledisplay_table[] = { ...@@ -64,6 +64,7 @@ static const struct usb_device_id appledisplay_table[] = {
{ APPLEDISPLAY_DEVICE(0x921c) }, { APPLEDISPLAY_DEVICE(0x921c) },
{ APPLEDISPLAY_DEVICE(0x921d) }, { APPLEDISPLAY_DEVICE(0x921d) },
{ APPLEDISPLAY_DEVICE(0x9222) }, { APPLEDISPLAY_DEVICE(0x9222) },
{ APPLEDISPLAY_DEVICE(0x9226) },
{ APPLEDISPLAY_DEVICE(0x9236) }, { 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