u-boot/drivers/usb
Wolfgang Denk 8b675fe18e USB: fix Queue Element Transfer Descriptor changes
Commit 3ed1607 "USB: sync Queue Element Transfer Descriptor against
EHCI spec" added an "__attribute__ ((aligned (32)))" to the
declaration of struct qTD, as used for example in the Linux kernel as
well.

However, it turns out that this attribute causes errors in "usb start"
(like "ERROR: NOT USB_CONFIG_DESC 7b" and similar). Drop the attribute
again.

Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Dan Lykowski <lykowdk@gmail.com>
Cc: Remy Bohmer <linux@bohmer.net>
Cc: Stefano Babic <sbabic@denx.de>
2010-10-22 21:41:45 +02:00
..
gadget USB-CDC: Prevent rx_req being enqueued twice 2010-10-13 12:07:58 +02:00
host USB: fix Queue Element Transfer Descriptor changes 2010-10-22 21:41:45 +02:00
musb usb: musb: only write CLRDATATOG when appropriate 2010-10-13 12:08:43 +02:00
phy drivers/*/Makefile: fix conditional compile rule. 2010-05-06 00:41:08 +02:00