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 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ linux-usb-devel@lists.sourceforge.net To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel