From: Jiri Kosina Date: Wed, 28 Jan 2009 23:15:51 +0000 (+0100) Subject: HID: bring back possibility to specify vid/pid ignore on module load X-Git-Tag: v2.6.30-rc1~219^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f4303fb2ec68055e793b84887a7ae0f9ea7cc2d;p=pandora-kernel.git 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 --- Reading git-diff-tree failed