Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39667
b: refs/heads/master
c: 15e9acb
h: refs/heads/master
i:
  39665: fda3850
  39663: 8963f96
v: v3
  • Loading branch information
Greg Chandler authored and Dmitry Torokhov committed Nov 3, 2006
1 parent e3c313d commit 2cb7b06
Show file tree
Hide file tree
Showing 2 changed files with 7 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: b187dd7b5231bb359f587bf4d276ffd467ebc884
refs/heads/master: 15e9acb83c299963490b1f12d46498ae257d8f4e
6 changes: 6 additions & 0 deletions trunk/drivers/input/mouse/lifebook.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
#include "lifebook.h"

static struct dmi_system_id lifebook_dmi_table[] = {
{
.ident = "FLORA-ie 55mi",
.matches = {
DMI_MATCH(DMI_PRODUCT_NAME, "FLORA-ie 55mi"),
},
},
{
.ident = "LifeBook B",
.matches = {
Expand Down

0 comments on commit 2cb7b06

Please sign in to comment.