summaryrefslogtreecommitdiff
path: root/drivers/hid/hid-alps.c
diff options
context:
space:
mode:
authorArtem Borisov <dedsa2002@gmail.com>2020-04-06 03:55:15 +0400
committerJiri Kosina <jkosina@suse.cz>2020-04-14 11:21:48 +0200
commit640e403b1fd24e7f31ac6f29f0b6a21d285ed729 (patch)
treecc6341d22a557063b0978f860349c643ed8cd323 /drivers/hid/hid-alps.c
parentb1bd0f75288f60e8d142a1b3e979ed0192c04931 (diff)
HID: alps: Add AUI1657 device ID
This device is used on Lenovo V130-15IKB variants and uses the same registers as U1. Signed-off-by: Artem Borisov <dedsa2002@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-alps.c')
-rw-r--r--drivers/hid/hid-alps.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-alps.c b/drivers/hid/hid-alps.c
index fa704153cb00..c2a2bd528890 100644
--- a/drivers/hid/hid-alps.c
+++ b/drivers/hid/hid-alps.c
@@ -802,6 +802,7 @@ static int alps_probe(struct hid_device *hdev, const struct hid_device_id *id)
break;
case HID_DEVICE_ID_ALPS_U1_DUAL:
case HID_DEVICE_ID_ALPS_U1:
+ case HID_DEVICE_ID_ALPS_1657:
data->dev_type = U1;
break;
default: