diff options
author | Wolfgang Denk <wd@castor.denx.de> | 2005-07-21 11:57:57 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@castor.denx.de> | 2005-07-21 11:57:57 +0200 |
commit | 9c998aa83148c75cd734a18958218926313bd54c (patch) | |
tree | c6d523801214c37337d3995dd1c405a7c329b37d /cpu/mpc5xxx/usb_ohci.h | |
parent | f530187dbd69b0534e84b553f9a9803b16ed4999 (diff) | |
download | u-boot-imx-9c998aa83148c75cd734a18958218926313bd54c.zip u-boot-imx-9c998aa83148c75cd734a18958218926313bd54c.tar.gz u-boot-imx-9c998aa83148c75cd734a18958218926313bd54c.tar.bz2 |
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.
Diffstat (limited to 'cpu/mpc5xxx/usb_ohci.h')
-rw-r--r-- | cpu/mpc5xxx/usb_ohci.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu/mpc5xxx/usb_ohci.h b/cpu/mpc5xxx/usb_ohci.h index 11b361a..884f1d5 100644 --- a/cpu/mpc5xxx/usb_ohci.h +++ b/cpu/mpc5xxx/usb_ohci.h @@ -104,7 +104,6 @@ struct td { __u32 hwNextTD; /* Next TD Pointer */ __u32 hwBE; /* Memory Buffer End Pointer */ - __u16 hwPSW[MAXPSW]; __u8 unused; __u8 index; struct ed *ed; |