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)
commit4392bf333388cabdad5afe5b1500002d7b9c318e
tree1a377fe5b8b970ec4bf5557052f4c2a8683899a4
parent5d74325a2201376a95520a4a38a1ce2c65761c49
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