]> git.karo-electronics.de Git - karo-tx-linux.git/commit
USB: handle idVendor of 0x0000
authorGreg Kroah-Hartman <gregkh@suse.de>
Fri, 1 Feb 2008 23:17:00 +0000 (15:17 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 8 Feb 2008 19:46:24 +0000 (11:46 -0800)
commit073d5d745eac690f0d748a97eca815320a039098
tree63bd2f223f5f53511c2664f535615cbd96be067c
parent0d3d1387be1e0801ec81b23d10f2259b9a2ea387
USB: handle idVendor of 0x0000

Some crazy devices in the wild have a vendor id of 0x0000.  If we try to
add a module alias with this id, we just can't do it due to a check in
the file2alias.c file.  Change the test to verify that both the vendor
and product ids are 0x0000 to show a real "blank" module alias.

Note, the module-init-tools package also needs to be changed to properly
generate the depmod tables.

Cc: Janusz <janumix@poczta.fm>
Cc: Jon Masters <jcm@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/driver.c
scripts/mod/file2alias.c