Re: [linux-usb-devel] dev->descriptor.bNumConfigurations > 1

2003-06-06 Thread David Brownell
Dzuy Nguyen wrote: Hello, that many other USB drivers don't handle multiple config i.e. if(dev->descriptor.bNumConfiguration != 1) return NULL A better solution would be to check whether the active configuration is the one the driver knows how to handle; assuming that it even matters. Some d

[linux-usb-devel] dev->descriptor.bNumConfigurations > 1

2003-06-06 Thread Dzuy Nguyen
Hello, I'm new to USB programming and I'm trying to get the usbvision driver to work with my Haugepauge USB WinTV-FM card. The trouble I'm running into is in usbvision_probe() function. I also notice that many other USB drivers don't handle multiple config i.e. if(dev->descriptor.bNumConfigur