HID: tpkbd: work even if the new Lenovo Keyboard driver is not configured
authorAndres Freund <andres@anarazel.de>
Thu, 30 Aug 2012 12:37:14 +0000 (14:37 +0200)
committerJiri Kosina <jkosina@suse.cz>
Fri, 7 Sep 2012 15:11:12 +0000 (17:11 +0200)
commitaad932e75c573aec37a0652ff1c27a975d8d5373
tree32803220986fab76f35273e11ecb2b2f7af7ae36
parent9bfc8da00b1e74f55a52cc06a0d364f1f7f61ed8
HID: tpkbd: work even if the new Lenovo Keyboard driver is not configured

c1dcad2d32d0252e8a3023d20311b52a187ecda3 added a new driver configured by
HID_LENOVO_TPKBD but made the hid_have_special_driver entry non-optional which
lead to a recognized but non-working device if the new driver wasn't
configured (which is the correct default).

Signed-off-by: Andres Freund <andres@anarazel.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-core.c