USB HID: don't warn on idVendor == 0
authorJiri Kosina <jkosina@suse.cz>
Sun, 29 Apr 2007 11:14:56 +0000 (13:14 +0200)
committerJiri Kosina <jkosina@suse.cz>
Sun, 29 Apr 2007 11:14:56 +0000 (13:14 +0200)
commitf61c9127b9840661244b1b6571e4304a7f0b5c73
tree1faa5b95c6fb176b5306e38fbdc58478f1e02676
parent876b9276b993723f7a74d55b3b49b9186f05d09d
USB HID: don't warn on idVendor == 0

It turns out that there are broken devices out there that incorrectly
report VID/PID as 0x000, see http://lkml.org/lkml/2007/4/27/496

Therefore we should not confuse users by dumping warnings and stacktraces
in such situation. It is not possible to add quirks for such horribly
broken devices, but currently that's not needed.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/usbhid/hid-quirks.c