Skip to content

Commit

Permalink
Input: lifebook - fix settings for CF-72
Browse files Browse the repository at this point in the history
Panasonic CF-72 uses 6-byte protocol and does not need to be tied
to a particular port.

Signed-off-by: Abner Holsinger <9zabner@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
  • Loading branch information
Abner Holsinger authored and Dmitry Torokhov committed Nov 17, 2009
1 parent 0698989 commit b1e69aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/input/mouse/lifebook.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@ static const struct dmi_system_id lifebook_dmi_table[] = {
.matches = {
DMI_MATCH(DMI_PRODUCT_NAME, "CF-72"),
},
.callback = lifebook_set_serio_phys,
.driver_data = "isa0060/serio3",
.callback = lifebook_set_6byte_proto,
},
{
.ident = "Lifebook B142",
Expand Down

0 comments on commit b1e69aa

Please sign in to comment.