]> git.baikalelectronics.ru Git - kernel.git/commit
USB: use a real vendor and product id for root hubs
authorGreg Kroah-Hartman <gregkh@suse.de>
Mon, 28 Jan 2008 17:50:12 +0000 (09:50 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 1 Feb 2008 22:35:06 +0000 (14:35 -0800)
commit16f65be38ca235253978248c8931af1cb0f6f0d5
tree64db680ab4fe2ba264e2e05cf571976842ac6e60
parenta7c2dce56b4e2624f2524addaa2497044b8d86c1
USB: use a real vendor and product id for root hubs

Turns out that a company is out there using the vendor id of 0x0000 in
the wild, so use a real vendor/product id for the root hubs.

Now that the Linux Foundation has a real vendor id, we use that, and the
first product id:
0x1d6b is the vendor id of the Linux Foundation
0x0001 is the product id for Linux 1.1 root hubs
0x0002 is the product id for Linux 2.0 root hubs

The usb.ids file has already been updated with these values.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/hcd.c