Commit 60f1fac2 authored by Hans de Goede's avatar Hans de Goede Committed by Rafael J. Wysocki

ACPI: video: Add a few bugtracker links to DMI quirks

Add a couple of missing bugtracker links to DMI quirks
Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 094226ad
...@@ -166,6 +166,7 @@ static const struct dmi_system_id video_detect_dmi_table[] = { ...@@ -166,6 +166,7 @@ static const struct dmi_system_id video_detect_dmi_table[] = {
}, },
}, },
{ {
/* https://bugs.launchpad.net/bugs/1000146 */
.callback = video_detect_force_vendor, .callback = video_detect_force_vendor,
/* Asus X101CH */ /* Asus X101CH */
.matches = { .matches = {
...@@ -190,6 +191,7 @@ static const struct dmi_system_id video_detect_dmi_table[] = { ...@@ -190,6 +191,7 @@ static const struct dmi_system_id video_detect_dmi_table[] = {
}, },
}, },
{ {
/* https://bugs.launchpad.net/bugs/1000146 */
.callback = video_detect_force_vendor, .callback = video_detect_force_vendor,
/* Asus 1015CX */ /* Asus 1015CX */
.matches = { .matches = {
...@@ -233,6 +235,7 @@ static const struct dmi_system_id video_detect_dmi_table[] = { ...@@ -233,6 +235,7 @@ static const struct dmi_system_id video_detect_dmi_table[] = {
}, },
}, },
{ {
/* https://bugzilla.kernel.org/show_bug.cgi?id=202401 */
.callback = video_detect_force_vendor, .callback = video_detect_force_vendor,
/* Sony VPCEH3U1E */ /* Sony VPCEH3U1E */
.matches = { .matches = {
...@@ -400,8 +403,8 @@ static const struct dmi_system_id video_detect_dmi_table[] = { ...@@ -400,8 +403,8 @@ static const struct dmi_system_id video_detect_dmi_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "530U4E/540U4E"), DMI_MATCH(DMI_PRODUCT_NAME, "530U4E/540U4E"),
}, },
}, },
/* https://bugs.launchpad.net/bugs/1894667 */
{ {
/* https://bugs.launchpad.net/bugs/1894667 */
.callback = video_detect_force_video, .callback = video_detect_force_video,
/* HP 635 Notebook */ /* HP 635 Notebook */
.matches = { .matches = {
......
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