]> git.baikalelectronics.ru Git - kernel.git/commit
HID: fix hid_ignore_special_drivers module parameter
authorBenjamin Tissoires <benjamin.tissoires@redhat.com>
Fri, 12 Feb 2016 16:10:37 +0000 (17:10 +0100)
committerJiri Kosina <jkosina@suse.cz>
Tue, 16 Feb 2016 10:03:50 +0000 (11:03 +0100)
commit220f64d78657374b62028e108913519dc3c6fe29
tree1a377fe5b8b970ec4bf5557052f4c2a8683899a4
parentac4b660d32c17072ebabe9d5ce2bb0d544d78c0c
HID: fix hid_ignore_special_drivers module parameter

hid_ignore_special_drivers works fine until hid_scan_report autodetects and
reassign devices (for hid-multitouch, hid-microsoft and hid-rmi).

Simplify the handling of the parameter: if it is there, use hid-generic, no
matter what, and if not, scan the device or rely on the hid_have_special_driver
table.

This was detected while trying to disable hid-multitouch on a Surface Pro cover
which prevented to use the keyboard.

Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
CC: stable@vger.kernel.org
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-core.c