mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-23 04:54:01 +08:00
HID: logitech-hidpp: Add support for the S510 remote control
The S510 remote-control shows up as a second keyboard (keypad) on the receiver. It has a scroll-wheel, which normally sends wheel event originating from the mouse's evdev node. Add a HIDPP_QUIRK_KBD_SCROLL_WHEEL quirk for it, so that the wheel events properly originate from the evdev node of the remote control itself. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
81bcbad53b
commit
2409877d38
@ -3747,6 +3747,9 @@ static const struct hid_device_id hidpp_devices[] = {
|
||||
{ /* Keyboard MX3200 (Y-RAV80) */
|
||||
L27MHZ_DEVICE(0x005c),
|
||||
.driver_data = HIDPP_QUIRK_KBD_ZOOM_WHEEL },
|
||||
{ /* S510 Media Remote */
|
||||
L27MHZ_DEVICE(0x00fe),
|
||||
.driver_data = HIDPP_QUIRK_KBD_SCROLL_WHEEL },
|
||||
|
||||
{ L27MHZ_DEVICE(HID_ANY_ID) },
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user