summaryrefslogtreecommitdiffstats
path: root/include/usb_defs.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@castor.denx.de>2005-07-21 11:57:57 +0200
committerWolfgang Denk <wd@castor.denx.de>2005-07-21 11:57:57 +0200
commit9c998aa83148c75cd734a18958218926313bd54c (patch)
treec6d523801214c37337d3995dd1c405a7c329b37d /include/usb_defs.h
parentf530187dbd69b0534e84b553f9a9803b16ed4999 (diff)
downloadblackbird-obmc-uboot-9c998aa83148c75cd734a18958218926313bd54c.tar.gz
blackbird-obmc-uboot-9c998aa83148c75cd734a18958218926313bd54c.zip
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 'include/usb_defs.h')
-rw-r--r--include/usb_defs.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/usb_defs.h b/include/usb_defs.h
index 33d1e46f2d..353019fc16 100644
--- a/include/usb_defs.h
+++ b/include/usb_defs.h
@@ -26,20 +26,6 @@
#ifndef _USB_DEFS_H_
#define _USB_DEFS_H_
-
-/* Everything is aribtrary */
-#define USB_ALTSETTINGALLOC 4
-#define USB_MAXALTSETTING 128 /* Hard limit */
-
-#define USB_MAX_DEVICE 32
-#define USB_MAXCONFIG 8
-#define USB_MAXINTERFACES 8
-#define USB_MAXENDPOINTS 16
-#define USB_MAXCHILDREN 8 /* This is arbitrary */
-#define USB_MAX_HUB 16
-
-#define USB_CNTL_TIMEOUT 100 /* 100ms timeout */
-
/* USB constants */
/* Device and/or Interface Class codes */
OpenPOWER on IntegriCloud