diff options
author | Wolfgang Denk <wd@pollux.(none)> | 2005-08-02 15:20:47 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.(none)> | 2005-08-02 15:20:47 +0200 |
commit | 797638f9ff2dc8e57f7bf57bfaa83d60e0784ea0 (patch) | |
tree | f16e42766813c9b57a179e8417087a80d06b1f36 /include | |
parent | 7d939f89471d05ee40764156dd7147bca148c068 (diff) | |
parent | 4f8657dbfcbfe87195133541a3a116c0d6b2fea0 (diff) | |
download | u-boot-imx-797638f9ff2dc8e57f7bf57bfaa83d60e0784ea0.zip u-boot-imx-797638f9ff2dc8e57f7bf57bfaa83d60e0784ea0.tar.gz u-boot-imx-797638f9ff2dc8e57f7bf57bfaa83d60e0784ea0.tar.bz2 |
Merge with /home/sr/git/u-boot
Diffstat (limited to 'include')
-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 33d1e46..353019f 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 */ |