Searched hist:"6 f4303fb2ec68055e793b84887a7ae0f9ea7cc2d" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/hid/usbhid/ |
H A D | hid-core.c | diff 6f4303fb2ec68055e793b84887a7ae0f9ea7cc2d Wed Jan 28 17:15:51 CST 2009 Jiri Kosina <jkosina@suse.cz> 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>
|
/openbmc/linux/include/linux/ |
H A D | hid.h | diff 6f4303fb2ec68055e793b84887a7ae0f9ea7cc2d Wed Jan 28 17:15:51 CST 2009 Jiri Kosina <jkosina@suse.cz> 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>
|