Commit 43887ba1 authored by Dmitry Torokhov's avatar Dmitry Torokhov

Input: lifebook - add signature of Panasonic CF-29

Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 1b118799
...@@ -83,6 +83,14 @@ static struct dmi_system_id lifebook_dmi_table[] = { ...@@ -83,6 +83,14 @@ static struct dmi_system_id lifebook_dmi_table[] = {
}, },
.callback = lifebook_set_6byte_proto, .callback = lifebook_set_6byte_proto,
}, },
{
.ident = "Panasonic CF-29",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Matsushita"),
DMI_MATCH(DMI_PRODUCT_NAME, "CF-29"),
},
.callback = lifebook_set_6byte_proto,
},
{ {
.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