aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/input/mouse/alps.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/input/mouse/alps.c b/drivers/input/mouse/alps.c
index 668d715018b..da20b627ebd 100644
--- a/drivers/input/mouse/alps.c
+++ b/drivers/input/mouse/alps.c
@@ -127,6 +127,11 @@ static const struct dmi_system_id dell_quirk_table[] = {
DMI_MATCH(DMI_CHASSIS_TYPE, "9"),
},
},
+ {
+ .matches = {
+ DMI_MATCH(DMI_PRODUCT_NAME, "ZHAOYANG E47"),
+ },
+ },
{ }
};