[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
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, Randy Dunlap, Pete Zaitcev, David Paschal

[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 =

[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 code a

[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 play

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

2003-06-06 Thread Daniele Bellucci
- 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.etnus.com

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

2003-06-04 Thread Daniele Bellucci
- 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

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

2003-05-31 Thread Daniele Bellucci
/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] * */ #include linux/module.h