Skip to content

Commit 60f1fac

Browse files
jwrdegoederafaeljw
authored andcommitted
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]>
1 parent 094226a commit 60f1fac

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

drivers/acpi/video_detect.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ static const struct dmi_system_id video_detect_dmi_table[] = {
166166
},
167167
},
168168
{
169+
/* https://bugs.launchpad.net/bugs/1000146 */
169170
.callback = video_detect_force_vendor,
170171
/* Asus X101CH */
171172
.matches = {
@@ -190,6 +191,7 @@ static const struct dmi_system_id video_detect_dmi_table[] = {
190191
},
191192
},
192193
{
194+
/* https://bugs.launchpad.net/bugs/1000146 */
193195
.callback = video_detect_force_vendor,
194196
/* Asus 1015CX */
195197
.matches = {
@@ -233,6 +235,7 @@ static const struct dmi_system_id video_detect_dmi_table[] = {
233235
},
234236
},
235237
{
238+
/* https://bugzilla.kernel.org/show_bug.cgi?id=202401 */
236239
.callback = video_detect_force_vendor,
237240
/* Sony VPCEH3U1E */
238241
.matches = {
@@ -400,8 +403,8 @@ static const struct dmi_system_id video_detect_dmi_table[] = {
400403
DMI_MATCH(DMI_PRODUCT_NAME, "530U4E/540U4E"),
401404
},
402405
},
403-
/* https://bugs.launchpad.net/bugs/1894667 */
404406
{
407+
/* https://bugs.launchpad.net/bugs/1894667 */
405408
.callback = video_detect_force_video,
406409
/* HP 635 Notebook */
407410
.matches = {

0 commit comments

Comments
 (0)