Skip to content
Snippets Groups Projects
Commit 6d313c84 authored by Sergei Shtylyov's avatar Sergei Shtylyov Committed by Remy Bohmer
Browse files

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: default avatarSergei Shtylyov <sshtylyov@mvista.com>
parent a2336310
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment