Commit f76f672e authored by Dmitry Torokhov's avatar Dmitry Torokhov

Input: lifebook - add signature of Panasonic CF-72

Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent dac4ae0d
...@@ -96,6 +96,14 @@ static struct dmi_system_id lifebook_dmi_table[] = { ...@@ -96,6 +96,14 @@ static struct dmi_system_id lifebook_dmi_table[] = {
}, },
.callback = lifebook_set_6byte_proto, .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", .ident = "Lifebook B142",
.matches = { .matches = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment