]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
[PATCH] Fix EHCI usb. I start to test on a
authormichael <michael@panicking.retis>
Wed, 10 Dec 2008 16:55:19 +0000 (17:55 +0100)
committerRemy Bohmer <linux@bohmer.net>
Wed, 28 Jan 2009 18:57:27 +0000 (19:57 +0100)
commitdb63299b1dd2894ade542278210bccd046de6435
treed811e83054a80054099c702d8006d2b6a87b0253
parent6b92487dcf9afe83a3570153d66940fdb293be76
[PATCH] Fix EHCI usb. I start to test on a
IXP465 board and I find some errors in the code. This
patch fix:
- descriptor initizialization (config, interface and endpoint
  must be one next-to the other when the USB_DT_CONFIG message
  is send.
- FIX little/endian bigendian (introduce the CONFIG_EHCI_DESC_BIG_ENDIAN
  and the CONFIG_EHCI_MMIO_BIG_ENDIAN)
- Introduce the linux version of the usb_config_descriptor and
  usb_interface descriptor. This descriptor does't contains
  u-boot extension.

Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
Signed-off-by: Remy Böhmer <linux@bohmer.net>
drivers/usb/usb_ehci.h
drivers/usb/usb_ehci_core.c
drivers/usb/usb_ehci_core.h