Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83467
b: refs/heads/master
c: a9000d0
h: refs/heads/master
i:
  83465: 56b5ab8
  83463: cd16182
v: v3
  • Loading branch information
Nick Warne authored and Linus Torvalds committed Feb 6, 2008
1 parent 29e58f8 commit 9dd76ad
Show file tree
Hide file tree
Showing 2 changed files with 8 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: b75cb06f72a8efebc8e1a66af4b8362172a3b661
refs/heads/master: a9000d037d7dd08ac46168560b3a3d3bb743bfa6
7 changes: 7 additions & 0 deletions trunk/drivers/char/i8k.c
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,13 @@ static struct dmi_system_id __initdata i8k_dmi_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "Latitude"),
},
},
{ /* UK Inspiron 6400 */
.ident = "Dell Inspiron 3",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
DMI_MATCH(DMI_PRODUCT_NAME, "MM061"),
},
},
{ }
};

Expand Down

0 comments on commit 9dd76ad

Please sign in to comment.