projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71fdd63
)
HID: alps: Declare U1_UNICORN_LEGACY support
author
Artem Borisov
<dedsa2002@gmail.com>
Tue, 19 Jul 2022 14:53:24 +0000
(17:53 +0300)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 17 Aug 2022 12:23:57 +0000
(14:23 +0200)
[ Upstream commit
1117d182c5d72abd7eb8b7d5e7b8c3373181c3ab
]
U1_UNICORN_LEGACY id was added to the driver, but was not declared
in the device id table, making it impossible to use.
Fixes: 640e403 ("HID: alps: Add AUI1657 device ID")
Signed-off-by: Artem Borisov <dedsa2002@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/hid/hid-alps.c
patch
|
blob
|
history
diff --git
a/drivers/hid/hid-alps.c
b/drivers/hid/hid-alps.c
index 2b986d0dbde463299c6f5150c2cb842ed5786077..db146d0f7937e9f227472fd6d34400bb0a894be8 100644
(file)
--- a/
drivers/hid/hid-alps.c
+++ b/
drivers/hid/hid-alps.c
@@
-830,6
+830,8
@@
static const struct hid_device_id alps_id[] = {
USB_VENDOR_ID_ALPS_JP, HID_DEVICE_ID_ALPS_U1_DUAL) },
{ HID_DEVICE(HID_BUS_ANY, HID_GROUP_ANY,
USB_VENDOR_ID_ALPS_JP, HID_DEVICE_ID_ALPS_U1) },
+ { HID_DEVICE(HID_BUS_ANY, HID_GROUP_ANY,
+ USB_VENDOR_ID_ALPS_JP, HID_DEVICE_ID_ALPS_U1_UNICORN_LEGACY) },
{ HID_DEVICE(HID_BUS_ANY, HID_GROUP_ANY,
USB_VENDOR_ID_ALPS_JP, HID_DEVICE_ID_ALPS_T4_BTNLESS) },
{ }