]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite6e095b0e28eee930d2916f9e12d524cea935b14
tree32803220986fab76f35273e11ecb2b2f7af7ae36
parentd968eb738e092e798457774111bf6a646e9fdaae
HID: tpkbd: work even if the new Lenovo Keyboard driver is not configured

678abfeb9a250ebcda85a87635bfae283e07dd43 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