Input: i8042 - add Panasonic CF-29 to nomux list
There is no data coming from touchscreen on Panasonic CF-29 notebook unless keyboard controller is in legacy mode. Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
@@ -159,6 +159,17 @@ static struct dmi_system_id __initdata i8042_dmi_nomux_table[] = {
|
|||||||
DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK E4010"),
|
DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK E4010"),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
/*
|
||||||
|
* No data is coming from the touchscreen unless KBC
|
||||||
|
* is in legacy mode.
|
||||||
|
*/
|
||||||
|
.ident = "Panasonic CF-29",
|
||||||
|
.matches = {
|
||||||
|
DMI_MATCH(DMI_SYS_VENDOR, "Matsushita"),
|
||||||
|
DMI_MATCH(DMI_PRODUCT_NAME, "CF-29"),
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* Errors on MUX ports are reported without raising AUXDATA
|
* Errors on MUX ports are reported without raising AUXDATA
|
||||||
|
Reference in New Issue
Block a user