]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
EHCI: fix root hub device descriptor
authorSergei Shtylyov <sshtylyov@ru.mvista.com>
Sat, 27 Feb 2010 18:29:42 +0000 (21:29 +0300)
committerRemy Bohmer <linux@bohmer.net>
Thu, 8 Apr 2010 19:39:58 +0000 (21:39 +0200)
commit6d313c84ded168427240e62d108b6ba9afdcf535
tree12e28e493d93f8f9c0b0de860dd7237c01439589
parenta233631095eba3e853049f6656642e3a7ef1d73c
EHCI: fix root hub device descriptor

On little endian machines, EHCI root hub's USB revision is reported as 0.2 --
cpu_to_le16() was missed in the initializer for the 'bcdUSB' descriptor field.
The same should be done for the 'bcdDevice' field.

Signed-off-by: Sergei Shtylyov <sshtylyov@mvista.com>
drivers/usb/host/ehci-hcd.c