]> git.baikalelectronics.ru Git - kernel.git/commit
usb: r8a66597-hcd: fix cannot detect low/full speed device
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Tue, 21 Jun 2011 04:24:42 +0000 (13:24 +0900)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 27 Jun 2011 20:46:44 +0000 (13:46 -0700)
commitfa95548bacd907a5cd0027849cd8a4e9f5fc47e2
tree556fb2566196ad54b7b62c0a8293fe4d66c85a56
parentad108d0c9fa67474eb05c72af1981f52b4237bdf
usb: r8a66597-hcd: fix cannot detect low/full speed device

This controller can control "Transaction Translators", but
the hcd->has_tt is not set.
Since the commit 8755dc6e151855e661d3079f3f2a3035a157558d
("USB: prevent buggy from crashing the USB stack") has checked it,
the driver could not work the low/full speed device.

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/r8a66597-hcd.c