mirror of
https://github.com/torvalds/linux.git
synced 2024-12-03 17:41:22 +00:00
Input: i8042 - add Acer Aspire 5710 to nomux blacklist
Acer Aspire needs to be added to nomux blacklist, otherwise the touchpad misbehaves rather randomly. Signed-off-by: Jiri Kosina <jkosina@suse.cz> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
This commit is contained in:
parent
31972f6e51
commit
8c947e20cb
@ -401,6 +401,13 @@ static const struct dmi_system_id __initconst i8042_dmi_nomux_table[] = {
|
|||||||
DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 1360"),
|
DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 1360"),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
/* Acer Aspire 5710 */
|
||||||
|
.matches = {
|
||||||
|
DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
|
||||||
|
DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5710"),
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
/* Gericom Bellagio */
|
/* Gericom Bellagio */
|
||||||
.matches = {
|
.matches = {
|
||||||
|
Loading…
Reference in New Issue
Block a user