VID parser problem with usbdevs

M. Warner Losh imp at bsdimp.com
Thu Oct 11 06:04:52 PDT 2007


In message: <a276da400710110600i17fc2f5as58a0897e77f276e0 at mail.gmail.com>
            "Xiaofan Chen" <xiaofanc at gmail.com> writes:
: Somehow the vendor ID is parsed wrongly. 0x04d8 is for Microchip technology.
: 
: ===[mcuee] ~/Desktop/build/fsusb/fsusb-0.1.11-2 # sudo usbdevs -v
: Controller /dev/usb1:
: addr 126: full speed, power 100 mA, config 1, product 0x000b(0x000b),
: I-Tuner Networks(0x04d8), rev 0.00
: port 4 addr 126: full speed, power 100 mA, config 1, product
: 0x000b(0x000b), I-Tuner Networks(0x04d8), rev 0.00

While 4d8 is for microchip technology, we get the name that we print
here directly from the usb device itself.

What makes you think that the vendor ID is parsed wrong?

Warner


More information about the freebsd-usb mailing list