]> www.infradead.org Git - users/jedix/linux-maple.git/commit
HID: hid-goodix: Fix HID get/set feature operation overwritten problem
authorCharles Wang <charles.goodix@gmail.com>
Thu, 31 Oct 2024 12:31:13 +0000 (20:31 +0800)
committerJiri Kosina <jkosina@suse.com>
Wed, 6 Nov 2024 14:08:31 +0000 (15:08 +0100)
commit253ed2740be0267ef75b181767b1999ab755bb84
tree2fcb14f8658899102527d614bd5574bc362c2493
parentbe8f7f2281a26abbda26ce37c5ee4674022a7a2f
HID: hid-goodix: Fix HID get/set feature operation overwritten problem

Implement the hid get/set feature report function using a separate
address, rather than sharing an address with coordinate reporting, to
prevent feature events from being overwritten by coordinate events.

Signed-off-by: Charles Wang <charles.goodix@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
drivers/hid/hid-goodix-spi.c