X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/usb-driver/blobdiff_plain/543579946cacfd80e2e438b8342be6b6b84dffbc..cdc9c5bf0932e07ed1a19bd7315bad79a2a41b4c:/usb-driver.h diff --git a/usb-driver.h b/usb-driver.h index 77b60f2..5bfd937 100644 --- a/usb-driver.h +++ b/usb-driver.h @@ -22,8 +22,23 @@ #define MAGIC 0xa410b413UL +#define PP_DATA 0 +#define PP_STATUS 1 +#define PP_CONTROL 2 +#define PP_ECP_CFGA 0 +#define PP_ECP_CFGB 1 +#define PP_ECP_ECR 2 +#define PP_READ 10 +#define PP_WRITE 13 + #define WDU_GET_MAX_PACKET_SIZE(x) ((unsigned short) (((x) & 0x7ff) * (1 + (((x) & 0x1800) >> 11)))) +struct pports { + unsigned long base; + int num; + struct pports *next; +}; + /* http://www.jungo.com/support/documentation/windriver/811/wdusb_man_mhtml/node78.html#SECTION001734000000000000000 */ struct header_struct {