Fix low-level OHCI transfers for ARM920t and MPC5xxx
authorWolfgang Denk <wd@castor.denx.de>
Thu, 21 Jul 2005 09:57:57 +0000 (11:57 +0200)
committerWolfgang Denk <wd@castor.denx.de>
Thu, 21 Jul 2005 09:57:57 +0000 (11:57 +0200)
commit9c998aa83148c75cd734a18958218926313bd54c
treec6d523801214c37337d3995dd1c405a7c329b37d
parentf530187dbd69b0534e84b553f9a9803b16ed4999
Fix low-level OHCI transfers for ARM920t and MPC5xxx

A new, Windows compatible init sequence was also backported from Linux 2.6,
but disabled with #undef NEW_INIT_SEQ as it wouldn't change the behaviour
of the memopry sticks we tested. Maybe it's not relevant for mass storage
devices. For recerence, see file common/usb.c, function usb_new_device(),
section #ifdef NEW_INIT_SEQ.
common/cmd_usb.c
common/usb.c
common/usb_storage.c
cpu/arm920t/s3c24x0/usb_ohci.c
cpu/arm920t/s3c24x0/usb_ohci.h
cpu/mpc5xxx/usb_ohci.c
cpu/mpc5xxx/usb_ohci.h
include/usb.h
include/usb_defs.h