Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 69365
b: refs/heads/master
c: f76f672
h: refs/heads/master
i:
  69363: c46a6b1
v: v3
  • Loading branch information
Dmitry Torokhov committed Sep 5, 2007
1 parent 6adb7d9 commit 95895b9
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: dac4ae0daa1be36ab015973ed9e9dc04a2684395
refs/heads/master: f76f672e093b1dc3abff3a21ae6b939b08d192e7
8 changes: 8 additions & 0 deletions trunk/drivers/input/mouse/lifebook.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,14 @@ static struct dmi_system_id lifebook_dmi_table[] = {
},
.callback = lifebook_set_6byte_proto,
},
{
.ident = "CF-72",
.matches = {
DMI_MATCH(DMI_PRODUCT_NAME, "CF-72"),
},
.callback = lifebook_set_serio_phys,
.driver_data = "isa0060/serio3",
},
{
.ident = "Lifebook B142",
.matches = {
Expand Down

0 comments on commit 95895b9

Please sign in to comment.