David Brownell <[EMAIL PROTECTED]> [03/07/22 12:10]:
> Was this the first error reported -- with enumeration (including string
> fetches) working correctly? I've sometimes seen such problems with
> buggy firmware, since "lsusb" and the kernel may ask for descriptors
> in different ways (both being
Mark Frazer wrote:
Hi. I'm pretty new to USB, so bear with me if I seem confused.
I have a new device I'm writing a driver for. 2.6.0-test1 detects the device
and puts it in the USB tree. My driver's probe function is being called.
However, the user space utility lsusb cannot always see the dev
On Monday, July 21, 2003, at 07:03 PM, Mark Frazer wrote:
idVendor 0x0525 Netchip Technology Inc.
idProduct 0xdead
bcdDevice2.02
iManufacturer 1
iProduct2
iSerial 3
bNumConfigurations 1
cannot get config d
Of course, as soon as I sent the mail, the calls to usb_get_string began
returning protocol errors.
computers hate me.
-mark
---
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine
Hi. I'm pretty new to USB, so bear with me if I seem confused.
I have a new device I'm writing a driver for. 2.6.0-test1 detects the device
and puts it in the USB tree. My driver's probe function is being called.
However, the user space utility lsusb cannot always see the device properly.
I am