diff options
| author | Hans de Goede <[email protected]> | 2022-11-14 14:44:53 +0000 |
|---|---|---|
| committer | Rafael J. Wysocki <[email protected]> | 2022-11-16 18:52:47 +0000 |
| commit | 60f1fac20bee4bb145c271e983d42fce1e337661 (patch) | |
| tree | b31ef1eddf70ec42b0350bd2b7ea654cf4044660 /drivers/acpi/video_detect.c | |
| parent | Linux 6.1-rc5 (diff) | |
| download | kernel-60f1fac20bee4bb145c271e983d42fce1e337661.tar.gz kernel-60f1fac20bee4bb145c271e983d42fce1e337661.zip | |
ACPI: video: Add a few bugtracker links to DMI quirks
Add a couple of missing bugtracker links to DMI quirks
Signed-off-by: Hans de Goede <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
Diffstat (limited to 'drivers/acpi/video_detect.c')
| -rw-r--r-- | drivers/acpi/video_detect.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/acpi/video_detect.c b/drivers/acpi/video_detect.c index b2a616287638..bb8052fc3fee 100644 --- a/drivers/acpi/video_detect.c +++ b/drivers/acpi/video_detect.c @@ -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, /* Asus X101CH */ .matches = { @@ -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, /* Asus 1015CX */ .matches = { @@ -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, /* Sony VPCEH3U1E */ .matches = { @@ -400,8 +403,8 @@ static const struct dmi_system_id video_detect_dmi_table[] = { DMI_MATCH(DMI_PRODUCT_NAME, "530U4E/540U4E"), }, }, - /* https://bugs.launchpad.net/bugs/1894667 */ { + /* https://bugs.launchpad.net/bugs/1894667 */ .callback = video_detect_force_video, /* HP 635 Notebook */ .matches = { |
