Re: [linux-usb-devel] usb usb5: Manufacturer: Linux 2.6.16-rc5-mm1ehci_hcd

From: Alan Stern
Date: Tue Feb 28 2006 - 15:46:10 EST


On Tue, 28 Feb 2006, Alexey Dobriyan wrote:

> Lines like the one below puzzle me for a couple -mm's:
>
> usb usb5: new device found, idVendor=0000, idProduct=0000
> usb usb5: new device strings: Mfr=3, Product=2, SerialNumber=1
> usb usb5: Product: EHCI Host Controller
> ==> usb usb5: Manufacturer: Linux 2.6.16-rc5-mm1 ehci_hcd <==
> usb usb5: SerialNumber: 0000:00:1d.7
> usb usb5: configuration #1 chosen from 1 choice
> hub 5-0:1.0: USB hub found
> hub 5-0:1.0: 8 ports detected
>
> Is it supposed to contain "Intel" and "Corporation"?
>
> P.S.: 00:1d.7 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R)
> USB2 EHCI Controller (rev 02)

The log is not supposed to say "Intel Corporation".

The controller hardware does not contain a manufacturer string anywhere,
so instead the driver makes up a name based on the current kernel version.
(Likewise for the serial number; the driver makes up a name based on the
device's path.)

The name you see in the lspci output actually comes from the lspci program
itself, based on a code number embedded in the controller.

It has always been this way, and not just in -mm.

Alan Stern

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/