On Wednesday 05 January 2005 4:56 pm, [EMAIL PROTECTED] wrote: > > Bus 001 Device 002: ID 0572:1280 Conexant Systems (Rockwell), Inc. > Device Descriptor: > bLength 18 > bDescriptorType 1 > bcdUSB 1.10 > bDeviceClass 2 Communications > bDeviceSubClass 0 > bDeviceProtocol 0 > bMaxPacketSize0 64 > idVendor 0x0572 Conexant Systems (Rockwell), Inc. > idProduct 0x1280 > bcdDevice 1.00 > iManufacturer 1 Conexant Systems, Inc. > iProduct 2 USB ACF Modem > iSerial 0 > bNumConfigurations 1 > ... > Interface Descriptor: > bLength 9 > bDescriptorType 4 > bInterfaceNumber 1 > bAlternateSetting 0 > bNumEndpoints 1 > bInterfaceClass 2 Communications > bInterfaceSubClass 2 Abstract (modem) > bInterfaceProtocol 1 AT-commands (v.25ter) > iInterface 4 Conexant USB interface > Endpoint Descriptor: > bLength 7 > bDescriptorType 5 > bEndpointAddress 0x82 EP 2 IN > bmAttributes 3 > Transfer Type Interrupt > Synch Type None > Usage Type Data > wMaxPacketSize 0x0040 1x 64 bytes > bInterval 1
So far so good, but this next chunk is a bug in "lsusb"; it should dump one descriptor per line! And it'd be nice if it actually interpreted them ... but the modem put these in a nonstandard location. Currently it only interprets them when they're in the normal place. > UNRECOGNIZED: 05 24 00 10 01 05 24 06 00 01 05 24 01 03 01 04 > 24 02 07 06 24 07 05 48 03 > UNRECOGNIZED: 05 24 06 00 01 05 24 01 03 01 04 24 02 07 06 24 > 07 05 48 03 > UNRECOGNIZED: 05 24 01 03 01 04 24 02 07 06 24 07 05 48 03 > UNRECOGNIZED: 04 24 02 07 06 24 07 05 48 03 > UNRECOGNIZED: 06 24 07 05 48 03 ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
