Re: [PATCH 1/3] HID: asus: Cleanup Asus T101HA keyboard-dock handling
From: Jiri Kosina <jikos@kernel.org>
Date: 2021-05-13 10:33:50
From: Jiri Kosina <jikos@kernel.org>
Date: 2021-05-13 10:33:50
On Sat, 6 Mar 2021, Hans de Goede wrote:
There is no need to use a quirk and then return -ENODEV from the asus_probe() function to avoid that hid-asus binds to the hiddev for the USB-interface for the hid-multitouch touchpad. The hid-multitouch hiddev has a group of HID_GROUP_MULTITOUCH_WIN_8, so the same result can be achieved by making the hid_device_id entry for the dock in the asus_devices[] table only match on HID_GROUP_GENERIC instead of having it match HID_GROUP_ANY. Signed-off-by: Hans de Goede <redacted>
Applied to for-5.13/upstream-fixes. -- Jiri Kosina SUSE Labs