Skip to content

Commit 640e403

Browse files
Flex1911Jiri Kosina
authored andcommitted
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 <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent b1bd0f7 commit 640e403

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

drivers/hid/hid-alps.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -802,6 +802,7 @@ static int alps_probe(struct hid_device *hdev, const struct hid_device_id *id)
802802
break;
803803
case HID_DEVICE_ID_ALPS_U1_DUAL:
804804
case HID_DEVICE_ID_ALPS_U1:
805+
case HID_DEVICE_ID_ALPS_1657:
805806
data->dev_type = U1;
806807
break;
807808
default:

drivers/hid/hid-ids.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
#define HID_DEVICE_ID_ALPS_U1 0x1215
8282
#define HID_DEVICE_ID_ALPS_T4_BTNLESS 0x120C
8383
#define HID_DEVICE_ID_ALPS_1222 0x1222
84-
84+
#define HID_DEVICE_ID_ALPS_1657 0x121E
8585

8686
#define USB_VENDOR_ID_AMI 0x046b
8787
#define USB_DEVICE_ID_AMI_VIRT_KEYBOARD_AND_MOUSE 0xff10

0 commit comments

Comments
 (0)