]> git.baikalelectronics.ru Git - kernel.git/commit
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>
Thu, 25 Aug 2022 09:17:57 +0000 (11:17 +0200)
commit30ab4efd098430d0610b0297e6b5151112ce9521
treebac3af86a6ee7fa83199679b43815a58972e3cf4
parent2f71bf18aed61136606caf1f2584302e15affda4
HID: alps: Declare U1_UNICORN_LEGACY support

[ Upstream commit 2216796056edc431c6f36ddae36aa1dc205acaca ]

U1_UNICORN_LEGACY id was added to the driver, but was not declared
in the device id table, making it impossible to use.

Fixes: 2b85665 ("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