diff options
author | Stefan Roese <sr@denx.de> | 2005-08-02 15:08:46 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2005-08-02 15:08:46 +0200 |
commit | 4f8657dbfcbfe87195133541a3a116c0d6b2fea0 (patch) | |
tree | 1a19995949e9a3a8de63d6752fa1f24821f07e0f /include/usb_defs.h | |
parent | 7770ce47e4904b295632cae95f24fa6f62eb9e32 (diff) |
Remove unnecessary defines from usb_defs.h again.
Patch by Stefan Roese, 2 Aug 2005
Diffstat (limited to 'include/usb_defs.h')
-rw-r--r-- | include/usb_defs.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/include/usb_defs.h b/include/usb_defs.h index 33d1e46f2d8..353019fc166 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 */ |