Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376765
b: refs/heads/master
c: fedbe9b
h: refs/heads/master
i:
  376763: b5d2237
v: v3
  • Loading branch information
Alex Hung authored and Rafael J. Wysocki committed Jun 1, 2013
1 parent 4ec1681 commit a721c05
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: af1d486c18bad7820b0ca52b413458914231102c
refs/heads/master: fedbe9bc6fd3e14b1ffbb3dac407777ac4a3650c
8 changes: 8 additions & 0 deletions trunk/drivers/acpi/video.c
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,14 @@ static struct dmi_system_id video_dmi_table[] __initdata = {
DMI_MATCH(DMI_PRODUCT_NAME, "HP 1000 Notebook PC"),
},
},
{
.callback = video_ignore_initial_backlight,
.ident = "HP Pavilion m4",
.matches = {
DMI_MATCH(DMI_BOARD_VENDOR, "Hewlett-Packard"),
DMI_MATCH(DMI_PRODUCT_NAME, "HP Pavilion m4 Notebook PC"),
},
},
{}
};

Expand Down

0 comments on commit a721c05

Please sign in to comment.