Hi,

Here's a patch against 2.4.3-pre2 for the USB Visor driver, to allow it
to work properly with the MiniJam module.  It was proposed by Arnim
Laeuger.

thanks,

greg k-h


diff -Naur -X /home/greg/linux/dontdiff linux-2.4.3-pre2/drivers/usb/serial/visor.c 
linux-2.4.3-pre2-greg/drivers/usb/serial/visor.c
--- linux-2.4.3-pre2/drivers/usb/serial/visor.c Mon Feb 26 16:05:34 2001
+++ linux-2.4.3-pre2-greg/drivers/usb/serial/visor.c    Mon Mar  5 10:01:38 2001
@@ -159,7 +159,7 @@
 
 
 #define NUM_URBS                       24
-#define URB_TRANSFER_BUFFER_SIZE       64
+#define URB_TRANSFER_BUFFER_SIZE       768
 static struct urb      *write_urb_pool[NUM_URBS];
 static spinlock_t      write_urb_pool_lock;
 static int             bytes_in;

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
http://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to