This is the first of 10 patches that clean up packet transmission. For some reason you only got patches 1, 9 and 10 when I first sent them. Needless to say 9 and 10 did not apply!
Get rid of some unused #defines. You got and applied this one. speedtouch.c | 3 --- 1 files changed, 3 deletions(-) diff -Nru a/drivers/usb/misc/speedtouch.c b/drivers/usb/misc/speedtouch.c --- a/drivers/usb/misc/speedtouch.c Wed Feb 5 16:11:28 2003 +++ b/drivers/usb/misc/speedtouch.c Wed Feb 5 16:11:28 2003 @@ -88,15 +88,12 @@ #define SPEEDTOUCH_VENDORID 0x06b9 #define SPEEDTOUCH_PRODUCTID 0x4061 -#define UDSL_OBUF_SIZE 32768 -#define UDSL_MINOR 48 #define UDSL_NUMBER_RCV_URBS 1 #define UDSL_NUMBER_SND_URBS 1 #define UDSL_RECEIVE_BUFFER_SIZE 64*53 /* max should be (1500 IP mtu + 2 ppp bytes + 32 * 5 cellheader overhead) for * PPPoA and (1500 + 14 + 32*5 cellheader overhead) for PPPoE */ #define UDSL_MAX_AAL5_MRU 2048 -#define UDSL_SEND_CONTEXTS 8 #define UDSL_IOCTL_START 1 #define UDSL_IOCTL_STOP 2 ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
