Skip to content

Commit 1117d18

Browse files
Flex1911Jiri Kosina
authored andcommitted
HID: alps: Declare U1_UNICORN_LEGACY support
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>
1 parent 94b1790 commit 1117d18

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/hid/hid-alps.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -830,6 +830,8 @@ static const struct hid_device_id alps_id[] = {
830830
USB_VENDOR_ID_ALPS_JP, HID_DEVICE_ID_ALPS_U1_DUAL) },
831831
{ HID_DEVICE(HID_BUS_ANY, HID_GROUP_ANY,
832832
USB_VENDOR_ID_ALPS_JP, HID_DEVICE_ID_ALPS_U1) },
833+
{ HID_DEVICE(HID_BUS_ANY, HID_GROUP_ANY,
834+
USB_VENDOR_ID_ALPS_JP, HID_DEVICE_ID_ALPS_U1_UNICORN_LEGACY) },
833835
{ HID_DEVICE(HID_BUS_ANY, HID_GROUP_ANY,
834836
USB_VENDOR_ID_ALPS_JP, HID_DEVICE_ID_ALPS_T4_BTNLESS) },
835837
{ }

0 commit comments

Comments
 (0)