commit | f61c9127b9840661244b1b6571e4304a7f0b5c73 | [log] [tgz] |
---|---|---|
author | Jiri Kosina <jkosina@suse.cz> | Sun Apr 29 13:14:56 2007 +0200 |
committer | Jiri Kosina <jkosina@suse.cz> | Sun Apr 29 13:14:56 2007 +0200 |
tree | 1faa5b95c6fb176b5306e38fbdc58478f1e02676 | |
parent | 876b9276b993723f7a74d55b3b49b9186f05d09d [diff] |
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>