HID: bring back possibility to specify vid/pid ignore on module load
authorJiri Kosina <jkosina@suse.cz>
Wed, 28 Jan 2009 23:15:51 +0000 (00:15 +0100)
committerJiri Kosina <jkosina@suse.cz>
Mon, 30 Mar 2009 13:12:52 +0000 (15:12 +0200)
commit6f4303fb2ec68055e793b84887a7ae0f9ea7cc2d
tree0eb5c68aba9eb56d9d23f7f82f8ea2b836417d0c
parent205adbec0d5159f23b235bbcd386dd1bcb6d0180
HID: bring back possibility to specify vid/pid ignore on module load

When hid quirks were converted to specialized driver, the HID_QUIRK_IGNORE
has been moved completely, as the hid_ignore_list[] has been moved into the
generic code.

However userspace already got used to the possibility that modprobing
usbhid with

'quirks=vid:pid:0x4'

makes the device ignored by usbhid driver. So keep this quirk flag in place
for backwards compatibility.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/usbhid/hid-core.c
include/linux/hid.h