Stanescu Victor <Victor.Stanescu@xxxxxxxxx> writes: > Hello, > > This device works perfectly with usbserial generic, loaded with forced > vendor/product parameters. Can you please add it to the proper driver? > > T: Bus=02 Lev=01 Prnt=01 Port=05 Cnt=02 Dev#= 7 Spd=480 MxCh= 0 > D: Ver= 2.00 Cls=ff(vend.) Sub=02 Prot=01 MxPS=64 #Cfgs= 2 > P: Vendor=03f0 ProdID=521d Rev=00.01 > S: Manufacturer=Hewlett-Packard > S: Product=HP hs3110 HSPA+ Mobile Broadband Device > C: #Ifs= 6 Cfg#= 1 Atr=a0 MxPwr=500mA I assume this is the output from the usb-devices script? The '#Cfgs= 2' is interesting. Would you mind posting the output of 'lsusb -vd 03f0:521d' as well? > I: If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=02 Prot=01 > Driver=usbserial_generic > I: If#= 1 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=02 Prot=02 > Driver=usbserial_generic > I: If#= 2 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=02 Prot=03 > Driver=usbserial_generic > I: If#= 3 Alt= 0 #EPs= 3 Cls=0b(scard) Sub=00 Prot=00 > Driver=usbserial_generic > I: If#= 4 Alt= 0 #EPs= 1 Cls=ff(vend.) Sub=02 Prot=07 Driver=(none) I guess there must be hidden altsettings here, as a single endpoint doesn't make much sense for this function. I find the the usb-devices scripts annoyingly inaccurate. It pretends to be equivalent to the old /proc/bus/usb/devices, but hides a lot of the useful info that file would have shown us. But that's not exactly your fault :-) And we do still have /sys/kernel/debug/usb/devices. Only "problem" is that you have to mount debugfs for that, which makes it a little less convenient for users. In any case, lsusb -v works fine. Bjørn -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html