[linux-usb-devel] Patch handling

2001-11-29 Thread Greg KH
Hi all, With the advent of 3 different kernel trees containing USB code, could people sending patches please tell me which trees they want me to apply them to? If you don't specify a tree, I'll pick one :) Also, do people mind me copying the mailing list when submitting patches to the main main

[linux-usb-devel] [PATCH 7 of 7] USB serial drivers update

2001-11-29 Thread Greg KH
Hi, Here's a patch against 2.4.17-pre1 that removes lots of global symbols from the usb-serial drivers. thanks, greg k-h diff -Nru a/drivers/usb/serial/belkin_sa.c b/drivers/usb/serial/belkin_sa.c --- a/drivers/usb/serial/belkin_sa.cThu Nov 29 22:23:47 2001 +++ b/drivers/usb/serial/belkin

[linux-usb-devel] [PATCH 5 of 7] USB scanner driver bugfix and update

2001-11-29 Thread Greg KH
Hi, Here's a patch against 2.4.17-pre1 that fixes some locking bugs and adds some new devices to the USB scanner driver. thanks, greg k-h diff -Nru a/Documentation/usb/scanner.txt b/Documentation/usb/scanner.txt --- a/Documentation/usb/scanner.txt Thu Nov 29 22:23:47 2001 +++ b/Documentat

[linux-usb-devel] [PATCH 6 of 7] USB usbnet driver update

2001-11-29 Thread Greg KH
Hi, Here's a patch against 2.4.17-pre1 from David Brownell that adds a new device to the usbnet driver. thanks, greg k-h diff -Nru a/drivers/usb/usbnet.c b/drivers/usb/usbnet.c --- a/drivers/usb/usbnet.c Thu Nov 29 22:23:48 2001 +++ b/drivers/usb/usbnet.c Thu Nov 29 22:23:48 2001 @@

[linux-usb-devel] [PATCH 4 of 7] USB pwc driver update

2001-11-29 Thread Greg KH
Hi, Here's a patch against 2.4.17-pre1 from Nemosoft that updates the USB pwc driver to the latest version. thanks, greg k-h diff -Nru a/Documentation/usb/philips.txt b/Documentation/usb/philips.txt --- a/Documentation/usb/philips.txt Thu Nov 29 22:23:47 2001 +++ b/Documentation/usb/phili

[linux-usb-devel] [PATCH 3 of 7] USB dabusb driver bugfix

2001-11-29 Thread Greg KH
Hi, Here's a patch against 2.4.17-pre1 from Randy Dunlap and Vojtech Pavlik that fixes a bug, that causes some users an oops, in the USB HID driver. thanks, greg k-h diff -Nru a/drivers/usb/hid-core.c b/drivers/usb/hid-core.c --- a/drivers/usb/hid-core.cThu Nov 29 22:23:48 2001 +++ b/dri

[linux-usb-devel] [PATCH 2 of 7] USB dc2xx driver update

2001-11-29 Thread Greg KH
Hi, Here's a patch against 2.4.17-pre1 from David Brownell that adds support for more devices to the dc2xx usb driver. thanks, greg k-h diff -Nru a/drivers/usb/dc2xx.c b/drivers/usb/dc2xx.c --- a/drivers/usb/dc2xx.c Thu Nov 29 22:23:46 2001 +++ b/drivers/usb/dc2xx.c Thu Nov 29 2

[linux-usb-devel] [PATCH 1 of 7] USB dabusb driver bugfix

2001-11-29 Thread Greg KH
Hi, Here's a patch against 2.4.17-pre1 that fixes a small bug in the dabusb driver. thanks, greg k-h diff -Nru a/drivers/usb/dabusb.c b/drivers/usb/dabusb.c --- a/drivers/usb/dabusb.c Thu Nov 29 22:23:47 2001 +++ b/drivers/usb/dabusb.c Thu Nov 29 22:23:47 2001 @@ -224

Re: [linux-usb-devel] More to usb/bluetooth.c

2001-11-29 Thread Greg KH
On Thu, Nov 29, 2001 at 08:37:06PM +0530, Masoodur Rahman wrote: > > Greg, > here is a patch for usb/bluetooth.c against 2.4.14 kernel > I have done some preliminary testing and it works. > > > It provides for semaphore in bluetooth_open() and bluetooth_close () > With a semaphore lock in

[linux-usb-devel] CD-RW nolonger works with uhci module

2001-11-29 Thread Mikael Claesson
Hello. I have a Sony CD-RW connected to my Toshiba notebook. With kernel version 2.4.10 it works fine with both usb-uhci and uhci, but with kernel versions 2.4.12 through 2.4.16 the uhci module (which I believe is the newer one) nolonger functions correctly. But the usb-uhci module works fine wit

Re: [linux-usb-devel] More to usb/bluetooth.c

2001-11-29 Thread Masoodur Rahman
Greg, here is a patch for usb/bluetooth.c against 2.4.14 kernel I have done some preliminary testing and it works. It provides for semaphore in bluetooth_open() and bluetooth_close () With a semaphore lock in bluetooth_disconnect() , the machine was crashing. Apart from this multiple ope

Re: [linux-usb-devel] Reading a /dev/input/eventX is blocking ?

2001-11-29 Thread Johann Deneux
On Thu, 29 Nov 2001, O. Beaudoux wrote: > Hi, > > I use a same code than evdev.c to scan more than one device states. This > code is embedded in threads, one thread by detected device. The trouble > comes from the "read" function call: it freeze the thread execution > until the associated de

[linux-usb-devel] Re: Reading a /dev/input/eventX is blocking ?

2001-11-29 Thread Vojtech Pavlik
On Thu, Nov 29, 2001 at 12:17:27PM +0100, O. Beaudoux wrote: > Hi, > > I use a same code than evdev.c to scan more than one device states. This > code is embedded in threads, one thread by detected device. The trouble > comes from the "read" function call: it freeze the thread execution > unt

[linux-usb-devel] Reading a /dev/input/eventX is blocking ?

2001-11-29 Thread O. Beaudoux
Hi, I use a same code than evdev.c to scan more than one device states. This code is embedded in threads, one thread by detected device. The trouble comes from the "read" function call: it freeze the thread execution until the associated device state has changed (and doing so, others thread