Re: [U-Boot] [PATCH 1/4] EHCI: fix root hub device descriptor

2010-03-01 Thread Remy Bohmer
Hi, 2010/2/27 Sergei Shtylyov : > 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 Applied to u-bo

[U-Boot] [PATCH 1/4] EHCI: fix root hub device descriptor

2010-02-27 Thread Sergei Shtylyov
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 --- drivers/usb/host/ehci-hcd.c |4 ++-- 1 file chan