Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227884
b: refs/heads/master
c: 4a198be
h: refs/heads/master
v: v3
  • Loading branch information
Albert Astals Cid authored and Matthew Garrett committed Jan 7, 2011
1 parent 0c83b06 commit bbdd8dc
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: 59ccf2f3d55c06fd34613f1f78de0279436a7b35
refs/heads/master: 4a198be7f072190a44033b7de6084b090b9885ee
8 changes: 8 additions & 0 deletions trunk/drivers/platform/x86/compal-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -872,6 +872,14 @@ static struct dmi_system_id __initdata compal_dmi_table[] = {
},
.callback = dmi_check_cb_extra
},
{
.ident = "KHLB2",
.matches = {
DMI_MATCH(DMI_BOARD_NAME, "KHLB2"),
DMI_MATCH(DMI_BOARD_VERSION, "REFERENCE"),
},
.callback = dmi_check_cb_extra
},
{ }
};

Expand Down

0 comments on commit bbdd8dc

Please sign in to comment.