commit | fa30a2775952e8f4318534c2aa4fb789f4bd445c | [log] [tgz] |
---|---|---|
author | Sergei Shtylyov <sshtylyov@ru.mvista.com> | Sat Feb 27 21:29:42 2010 +0300 |
committer | Remy Bohmer <linux@bohmer.net> | Thu Apr 08 21:39:58 2010 +0200 |
tree | 12e28e493d93f8f9c0b0de860dd7237c01439589 | |
parent | a8f6f887cdd1b8da59a4e71be8b5b8678c94afae [diff] |
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>