]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
HID: logitech-hidpp: handle battery events in hidpp_raw_hidpp_event()
authorBenjamin Tissoires <benjamin.tissoires@redhat.com>
Mon, 27 Mar 2017 14:59:29 +0000 (16:59 +0200)
committerJiri Kosina <jkosina@suse.cz>
Thu, 6 Apr 2017 12:36:37 +0000 (14:36 +0200)
commiteb626c573219233bfd330fef9066e7f9530b078e
tree61166c333048bb03abe8c6892444112b8c235c83
parent2936836f919af8d766a23fdf2bb945a0d74fa534
HID: logitech-hidpp: handle battery events in hidpp_raw_hidpp_event()

Battery events are reported through HID++, so we need to be sure
the report ID is the HID++ one.

Without this, we might receive keyboard events that looks just like
battery events with wrong data and which will confuse user space.

Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Tested-by: Bastien Nocera <hadess@hadess.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-logitech-hidpp.c