]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
USB: root hubs don't lie about their number of TTs
authorAlan Stern <stern@rowland.harvard.edu>
Thu, 3 Apr 2008 22:02:56 +0000 (18:02 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 25 Apr 2008 04:16:48 +0000 (21:16 -0700)
commit7329e211b987a493cbcfca0e98c60eb108ab42df
tree20be11f1264b32f53231d62564fee04e406da033
parent6fc88f53aaa4ff8ee621353ac27269b4a656d721
USB: root hubs don't lie about their number of TTs

Currently EHCI root hubs enumerate with a bDeviceProtocol code
indicating that they possess a Transaction Translator.  However the
vast majority of controllers do not; they rely on a companion
controller to handle full- and low-speed communications.  This patch
(as1064) changes the root-hub device descriptor to match the actual
situation.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/hcd.c
drivers/usb/core/hcd.h
drivers/usb/host/ehci-pci.c