mirror of https://gitee.com/openkylin/linux.git
Input: lifebook - add signature of Panasonic CF-29
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
parent
1b118799cc
commit
43887ba15a
|
@ -83,6 +83,14 @@ static struct dmi_system_id lifebook_dmi_table[] = {
|
|||
},
|
||||
.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",
|
||||
.matches = {
|
||||
|
|
Loading…
Reference in New Issue