diff options
author | Abner Holsinger <9zabner@gmail.com> | 2009-11-16 22:12:14 -0800 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2009-11-16 22:27:12 -0800 |
commit | b1e69aae77d02424ad67f337e40d439313554269 (patch) | |
tree | 9141897bae1e7ffd36784fd3ff1b56c3d54a5a33 | |
parent | 0698989d779a994e1a6ef2f83625276f4dde6eb6 (diff) | |
download | linux-3.10-b1e69aae77d02424ad67f337e40d439313554269.tar.gz linux-3.10-b1e69aae77d02424ad67f337e40d439313554269.tar.bz2 linux-3.10-b1e69aae77d02424ad67f337e40d439313554269.zip |
Input: lifebook - fix settings for CF-72
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>
-rw-r--r-- | drivers/input/mouse/lifebook.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/input/mouse/lifebook.c b/drivers/input/mouse/lifebook.c index 5e630869440..82811558ec3 100644 --- a/drivers/input/mouse/lifebook.c +++ b/drivers/input/mouse/lifebook.c @@ -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", |