]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
HID: rmi: Check that a device is a RMI device before calling RMI functions
authorAndrew Duggan <aduggan@synaptics.com>
Wed, 18 Oct 2017 01:37:36 +0000 (18:37 -0700)
committerJiri Kosina <jkosina@suse.cz>
Thu, 19 Oct 2017 08:03:50 +0000 (10:03 +0200)
commitef14a4bf0910d06c7e202552914028d4956809cb
tree168d34355b77bdf9cedc918e7fbd2ffd4a28e18d
parent1fc26792b6e3bb270313063a33b6e5ffd315440b
HID: rmi: Check that a device is a RMI device before calling RMI functions

The hid-rmi driver may handle non rmi devices on composite USB devices.
Callbacks need to make sure that the current device is a RMI device before
calling RMI specific functions. Most callbacks already have this check, but
this patch adds checks to the remaining callbacks.

Reported-by: Hendrik Langer <hendrik.langer@gmx.de>
Tested-by: Hendrik Langer <hendrik.langer@gmx.de>
Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Andrew Duggan <aduggan@synaptics.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-rmi.c