[linux-usb-devel] [PATCH] missing usb_free_urb in usbmouse [2.6.0-test1]

2003-07-25 Thread Daniele Bellucci
diff -urN 1.0/drivers/usb/input/usbmouse.c 1.1/drivers/usb/input/usbmouse.c --- 1.0/drivers/usb/input/usbmouse.c2003-07-25 23:42:51.0 +0200 +++ 1.1/drivers/usb/input/usbmouse.c2003-07-25 23:49:38.0 +0200 @@ -185,6 +185,7 @@ mouse->dev.id.version = dev->descriptor.bc

[linux-usb-devel] [PATCH] Minor cleanup + coding style fix + better handling of failure in usblp_probe [2.6.0-test1]

2003-07-25 Thread Daniele Bellucci
ailure in + * usblp_probe. Daniele Bellucci <[EMAIL PROTECTED]> */ /* @@ -60,7 +62,7 @@ /* * Version Information */ -#define DRIVER_VERSION "v0.13" +#define DRIVER_VERSION "v0.14" #define DRIVER_AUTHOR "Michael Gee, Pavel Machek, Vojtech Pavlik, Ra

[linux-usb-devel] Re: [PATCH] add LP_ABORTOPEN ioctl in usblp.c [2.5.70]

2003-06-12 Thread Daniele Bellucci
On Thu 12 June 2003 09:10, Randy.Dunlap wrote: > > Because you are at it i wish to say that, in my opinion, adding an entry > > to sysctl tables would be more appropriate than playing with ioctl. For > > example, a user/sysadm could set automaticaly LP_ABORTOPEN in any init > > script to avoid to c

[linux-usb-devel] Re: [PATCH] add LP_ABORTOPEN ioctl in usblp.c [2.5.70]

2003-06-11 Thread Daniele Bellucci
On Tue 10 June 2003 23:12, Randy.Dunlap wrote: > > Hi Daniele, Hi Randy, nice to see you (even if nice to hear you would be more appropriate ;) ) > Were you able to test this new code path? If so, how? Well, that's a good question ... because i don't know if there is any distro program that pla

[linux-usb-devel] [PATCH] add LP_ABORTOPEN ioctl in usblp.c [2.5.70]

2003-06-07 Thread Daniele Bellucci
CTED]> @@ -27,6 +27,7 @@ * v0.12 - add hpoj.sourceforge.net ioctls (David Paschal) * v0.13 - alloc space for statusbuf ( not on stack); * use usb_buffer_alloc() for read buf & write buf; + * v0.14 - add LPABORTOPEN ioctl, "flags" in struct usblp (Danie

[linux-usb-devel] LP_ABORTOPEN + O_NONBLOCK in usblp

2003-06-06 Thread Daniele Bellucci
ucda ----- Daniele Bellucci --- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.

[linux-usb-devel] usb_buffer_alloc flags in probe function

2003-06-04 Thread Daniele Bellucci
/web.tiscali.it/bellucda --------- Daniele Bellucci --- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debuggi

Re: [linux-usb-devel] replaced BKL in rio500.c [2.5.69]

2003-05-31 Thread Daniele Bellucci
-2.5.70-diff/drivers/usb/misc/rio500.c 2003-05-31 21:28:17.0 +0200 @@ -23,6 +23,9 @@ * * Based upon mouse.c (Brad Keryan) and printer.c (Michael Gee). * + * Changelog: + * 30/05/2003 replaced lock/unlock kernel with up/down + * Daniele Bellucci [EMAIL PROTECTED] * */