« Return to Thread: USB 2.0 device through a USB 1.1 hub

Re: USB 2.0 device through a USB 1.1 hub

by Tim Roberts :: Rate this Message:

Reply to Author | View in Thread

rliou@... wrote:
>
> I need to detect if my USB 2.0 device is connected through a USB 1.1
> hub so I can handle the device accordingly. The value of bcdUSB in the
> descriptor and device qualifier always shows me 200H(USB 2.0) with or
> without the hub. How do I get the actual USB speed for a device with a
> low/full speed hub in the middle?
>

Do you have an "other speed configuration descriptor"?  If so, you
should be able to fetch the current configuration descriptor and see
which one you got.  Your device should return the "other speed"
descriptor if it connects as USB 1.1.

--
Tim Roberts, timr@...
Providenza & Boekelheide, Inc.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Libusb-devel mailing list
Libusb-devel@...
https://lists.sourceforge.net/lists/listinfo/libusb-devel

 « Return to Thread: USB 2.0 device through a USB 1.1 hub