Skip to content
Snippets Groups Projects
Commit 4f8657db authored by Stefan Roese's avatar Stefan Roese
Browse files

Remove unnecessary defines from usb_defs.h again.

Patch by Stefan Roese, 2 Aug 2005
parent 7770ce47
No related branches found
No related tags found
No related merge requests found
...@@ -26,20 +26,6 @@ ...@@ -26,20 +26,6 @@
#ifndef _USB_DEFS_H_ #ifndef _USB_DEFS_H_
#define _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 */ /* USB constants */
/* Device and/or Interface Class codes */ /* Device and/or Interface Class codes */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment