ChangeSet 1.1315.8.3, 2003/09/16 11:17:37-07:00, [EMAIL PROTECTED] [PATCH] USB speedtouch: use multiple urbs by default
drivers/usb/misc/speedtch.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff -Nru a/drivers/usb/misc/speedtch.c b/drivers/usb/misc/speedtch.c --- a/drivers/usb/misc/speedtch.c Fri Sep 19 17:15:44 2003 +++ b/drivers/usb/misc/speedtch.c Fri Sep 19 17:15:44 2003 @@ -109,10 +109,10 @@ #define UDSL_MAX_SND_BUFS 8 #define UDSL_MAX_RCV_BUF_SIZE 1024 /* ATM cells */ #define UDSL_MAX_SND_BUF_SIZE 1024 /* ATM cells */ -#define UDSL_DEFAULT_RCV_URBS 1 -#define UDSL_DEFAULT_SND_URBS 1 -#define UDSL_DEFAULT_RCV_BUFS 2 -#define UDSL_DEFAULT_SND_BUFS 2 +#define UDSL_DEFAULT_RCV_URBS 2 +#define UDSL_DEFAULT_SND_URBS 2 +#define UDSL_DEFAULT_RCV_BUFS 4 +#define UDSL_DEFAULT_SND_BUFS 4 #define UDSL_DEFAULT_RCV_BUF_SIZE 64 /* ATM cells */ #define UDSL_DEFAULT_SND_BUF_SIZE 64 /* ATM cells */ ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel