commit | 87abd0a92c72eea71542d6c972c67e39e584e989 | [log] [tgz] |
---|---|---|
author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | Tue Jun 21 13:24:42 2011 +0900 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Jun 27 13:46:44 2011 -0700 |
tree | 556fb2566196ad54b7b62c0a8293fe4d66c85a56 | |
parent | c27d5368ef1f7ea40bcd1fb2626f4c99d77e0080 [diff] |
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 d199c96d41d80a567493e12b8e96ea056a1350c1 ("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>