HID: alps: Declare U1_UNICORN_LEGACY support
authorArtem Borisov <dedsa2002@gmail.com>
Tue, 19 Jul 2022 14:53:24 +0000 (17:53 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Aug 2022 12:23:57 +0000 (14:23 +0200)
commit3695aa94d789dbe3ee9b0ab2ab0feacf5253b694
tree3a766ec10890d710d42ab0066e11778b104b7bf3
parent71fdd63bfdbcbc1f1f90d5a6087b20984dcb4979
HID: alps: Declare U1_UNICORN_LEGACY support

[ 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