[linux-usb-devel] Re: [PATCH] USB changes for 2.4.20

2002-12-05 Thread Greg KH
ChangeSet 1.798, 2002/12/05 14:22:42-08:00, [EMAIL PROTECTED] [PATCH] USB: tiglusb sync with 2.5 diff -Nru a/drivers/usb/tiglusb.c b/drivers/usb/tiglusb.c --- a/drivers/usb/tiglusb.c Thu Dec 5 14:48:14 2002 +++ b/drivers/usb/tiglusb.c Thu Dec 5 14:48:14 2002 @@ -14,17 +14,11 @@ * an

[linux-usb-devel] Re: [PATCH] USB changes for 2.4.20

2002-12-05 Thread Greg KH
ChangeSet 1.797, 2002/12/05 14:22:32-08:00, [EMAIL PROTECTED] [PATCH] USB requires MIDI Driver has unresolved references to sound/MIDI symbols (linker problems) without this if USB_MIDI = Y and SOUND isn't in-kernel. diff -Nru a/drivers/usb/Config.in b/drivers/usb/Config.in --- a/drivers/usb/Co

[linux-usb-devel] Re: [PATCH] USB changes for 2.4.20

2002-12-05 Thread Greg KH
ChangeSet 1.796, 2002/12/05 14:22:24-08:00, [EMAIL PROTECTED] [PATCH] Disable bluetooth.o if Bluetooth subsystem is used This patch disables the USB Bluetooth driver (bluetooth.o) from the drivers/usb/ directory if the Linux Bluetooth subsystem is selected. diff -Nru a/drivers/usb/Config.in b/d

[linux-usb-devel] Re: [PATCH] USB changes for 2.4.20

2002-12-05 Thread Greg KH
ChangeSet 1.793, 2002/12/05 14:21:57-08:00, [EMAIL PROTECTED] [PATCH] usb-uhci, fixed memory leak with one-shot interrupt transfers Credit goes to Georg Acher for the fix. I only reported the leak, and did the pre&post testing. Tested under 2.4.18 and 2.4.19. diff -Nru a/drivers/usb/usb-uhci.c

[linux-usb-devel] Re: [PATCH] USB changes for 2.4.20

2002-12-05 Thread Greg KH
ChangeSet 1.794, 2002/12/05 14:22:07-08:00, [EMAIL PROTECTED] [PATCH] USB: add USB powermate driver Matches the existing 2.5 driver support. diff -Nru a/Documentation/Configure.help b/Documentation/Configure.help --- a/Documentation/Configure.help Thu Dec 5 14:48:21 2002 +++ b/Documentati

[linux-usb-devel] Re: [PATCH] USB changes for 2.4.20

2002-12-05 Thread Greg KH
ChangeSet 1.795, 2002/12/05 14:22:16-08:00, [EMAIL PROTECTED] [PATCH] RATOC USB-60 patch Trivial patch to get the RATOC USB60 USB-Serial converter working : diff -Nru a/drivers/usb/serial/pl2303.c b/drivers/usb/serial/pl2303.c --- a/drivers/usb/serial/pl2303.c Thu Dec 5 14:48:19 2002 +++

[linux-usb-devel] Re: [PATCH] USB changes for 2.4.20

2002-12-05 Thread Greg KH
ChangeSet 1.791, 2002/12/05 14:21:38-08:00, [EMAIL PROTECTED] [PATCH] tiglusb timeouts It addresses the timeout parameter in the tiglusb driver. 1. timeout could be 0, causing a divide-by-zero. The patch prevents this. 2. The timeout value to usb_bulk_msg() could be rounded down to cause a di

[linux-usb-devel] Re: [PATCH] USB changes for 2.4.20

2002-12-05 Thread Greg KH
ChangeSet 1.792, 2002/12/05 14:21:46-08:00, [EMAIL PROTECTED] [PATCH] usbdevfs: more list cleanups Here is a small cleanup patch for 2.4 that goes on top of my previous ones. It makes devio.c use the list traversal macros from list.h. diff -Nru a/drivers/usb/devio.c b/drivers/usb/devio.c --- a

[linux-usb-devel] Re: [PATCH] USB changes for 2.4.20

2002-12-05 Thread Greg KH
ChangeSet 1.790, 2002/12/05 14:21:30-08:00, [EMAIL PROTECTED] [PATCH] USB ipaq: added support for insmod options to specify vendor/product id this will allow people to try out new wince/pocketpc2k devices without having to recompile the module. diff -Nru a/Documentation/usb/usb-serial.txt b/Doc

[linux-usb-devel] Re: [PATCH] USB changes for 2.4.20

2002-12-05 Thread Greg KH
ChangeSet 1.787, 2002/12/05 14:21:03-08:00, [EMAIL PROTECTED] [PATCH] USB ipaq: brown paper bag bug - uninitialized spinlock fixed. diff -Nru a/drivers/usb/serial/ipaq.c b/drivers/usb/serial/ipaq.c --- a/drivers/usb/serial/ipaq.c Thu Dec 5 14:48:34 2002 +++ b/drivers/usb/serial/ipaq.c Thu Dec

[linux-usb-devel] Re: [PATCH] USB changes for 2.4.20

2002-12-05 Thread Greg KH
ChangeSet 1.789, 2002/12/05 14:21:22-08:00, [EMAIL PROTECTED] [PATCH] USB: added Palm Tungsten W support. Thanks to Ralf Dietrich <[EMAIL PROTECTED]> for the information. diff -Nru a/drivers/usb/serial/visor.c b/drivers/usb/serial/visor.c --- a/drivers/usb/serial/visor.cThu Dec 5 14:48

[linux-usb-devel] Re: [PATCH] USB changes for 2.4.20

2002-12-05 Thread Greg KH
ChangeSet 1.788, 2002/12/05 14:21:12-08:00, [EMAIL PROTECTED] [PATCH] usbdevfs: finalize urbs on interface release here is a patch for 2.4 that goes on top of the previous one. It cleans up the list handling, in line with Dave's comment. diff -Nru a/drivers/usb/devio.c b/drivers/usb/devio.c --

[linux-usb-devel] Re: [PATCH] USB changes for 2.4.20

2002-12-05 Thread Greg KH
ChangeSet 1.784, 2002/12/05 14:20:39-08:00, [EMAIL PROTECTED] [PATCH] USB: pegasus: the kmalloc/kfree crap removed from [get|set]_registers(); diff -Nru a/drivers/usb/pegasus.c b/drivers/usb/pegasus.c --- a/drivers/usb/pegasus.c Thu Dec 5 14:48:39 2002 +++ b/drivers/usb/pegasus.c Thu D

[linux-usb-devel] Re: [PATCH] USB changes for 2.4.20

2002-12-05 Thread Greg KH
ChangeSet 1.786, 2002/12/05 14:20:55-08:00, [EMAIL PROTECTED] [PATCH] USB: use time_before() to compare times diff -Nru a/drivers/usb/serial/keyspan.c b/drivers/usb/serial/keyspan.c --- a/drivers/usb/serial/keyspan.c Thu Dec 5 14:48:35 2002 +++ b/drivers/usb/serial/keyspan.c Thu Dec

[linux-usb-devel] Re: [PATCH] USB changes for 2.4.20

2002-12-05 Thread Greg KH
ChangeSet 1.785, 2002/12/05 14:20:47-08:00, [EMAIL PROTECTED] [PATCH] usbdevfs: finalize urbs on interface release Description: When an urb has been submitted via usbdevfs, and is still pending when the interface it was submitted to is released, force the urb to be completed. This is the correct

[linux-usb-devel] Re: [PATCH] USB changes for 2.4.20

2002-12-05 Thread Greg KH
ChangeSet 1.782, 2002/12/05 14:20:22-08:00, [EMAIL PROTECTED] [PATCH] [PATCH 2.4.20-rc1] scanner.h: add/fix vendor/product ids This patch against 2.4.20-rc1 adds some vendor/product ids for Mustek and Lexmark scanners. Also, the names of the existing Mustek scanners were fixed and the product id

[linux-usb-devel] Re: [PATCH] USB changes for 2.4.20

2002-12-05 Thread Greg KH
ChangeSet 1.783, 2002/12/05 14:20:31-08:00, [EMAIL PROTECTED] [PATCH] - use of unplugged scanner oops fix diff -Nru a/drivers/usb/hpusbscsi.c b/drivers/usb/hpusbscsi.c --- a/drivers/usb/hpusbscsi.c Thu Dec 5 14:48:41 2002 +++ b/drivers/usb/hpusbscsi.c Thu Dec 5 14:48:41 2002 @@ -125,6 +12

[linux-usb-devel] Re: [PATCH] USB changes for 2.4.20

2002-12-05 Thread Greg KH
ChangeSet 1.779, 2002/12/05 14:19:56-08:00, [EMAIL PROTECTED] [PATCH] minor fixes for compile warnings in 2.4.20pre11 , usb-2.4 tree this patch fixes some compile warnings with the 2.4.20pre11 tree. The rtl8150.c does not compile on ppc32 because linux/init.h is missing, but the driver uses __ini

[linux-usb-devel] Re: [PATCH] USB changes for 2.4.20

2002-12-05 Thread Greg KH
ChangeSet 1.781, 2002/12/05 14:20:12-08:00, [EMAIL PROTECTED] [PATCH] usbnet talks to Zaurus This more or less syncs the 2.4 version with the 2.5 one. It teaches "usbnet" how to talk to the SL-5000D/SL-5500, and the A-300. It's got some cleanups of how it talks to other StrongArm PDAs -- which

[linux-usb-devel] Re: [PATCH] USB changes for 2.4.20

2002-12-05 Thread Greg KH
ChangeSet 1.780, 2002/12/05 14:20:04-08:00, [EMAIL PROTECTED] [PATCH] USB: added support for Palm Tungsten T devices to visor driver diff -Nru a/drivers/usb/serial/visor.c b/drivers/usb/serial/visor.c --- a/drivers/usb/serial/visor.cThu Dec 5 14:48:46 2002 +++ b/drivers/usb/serial/viso

[linux-usb-devel] Re: [PATCH] USB changes for 2.4.20

2002-12-05 Thread Greg KH
ChangeSet 1.778, 2002/12/05 14:19:47-08:00, [EMAIL PROTECTED] [PATCH] usb-midi patch for 2.4.20-pre11 Please, apply the attached patch for usb-midi.c (Linux kernel 2.4.20-pre11) This patch solves some problems with MIDI IN: - System exclusive messages corrupted. - Other MIDI messages lost (mainl

[linux-usb-devel] Re: [PATCH] USB changes for 2.4.20

2002-12-05 Thread Greg KH
ChangeSet 1.776, 2002/12/05 14:19:31-08:00, [EMAIL PROTECTED] [PATCH] removed vicamurbs.h diff -Nru a/drivers/usb/vicamurbs.h b/drivers/usb/vicamurbs.h --- a/drivers/usb/vicamurbs.h Thu Dec 5 14:48:53 2002 +++ /dev/null Wed Dec 31 16:00:00 1969 @@ -1,324 +0,0 @@ -/* - * - * Vista Imaging V

[linux-usb-devel] Re: [PATCH] USB changes for 2.4.20

2002-12-05 Thread Greg KH
ChangeSet 1.775, 2002/12/05 14:19:21-08:00, [EMAIL PROTECTED] [PATCH] Vicam patch against 2.4.20-pre9 Hi Greg, I'm not sure what the correct way to submit these patches is, so I'm going to send you this one, feel free to reject it because it's in the wrong format, you want a patch against 2.5.x

[linux-usb-devel] Re: [PATCH] USB changes for 2.4.20

2002-12-05 Thread Greg KH
ChangeSet 1.777, 2002/12/05 14:19:39-08:00, [EMAIL PROTECTED] [PATCH] Add support for JTEC FA8101 USB to Ethernet device o Add support for JTEC FA8101 USB to Ethernet device diff -Nru a/drivers/usb/pegasus.h b/drivers/usb/pegasus.h --- a/drivers/usb/pegasus.h Thu Dec 5 14:48:52 2002 +++

[linux-usb-devel] Re: [PATCH] USB changes for 2.4.20-pre11

2002-10-21 Thread Greg KH
ChangeSet 1.748, 2002/10/21 14:37:44-07:00, [EMAIL PROTECTED] [PATCH] USB: added support for Clie NX60 device. Thanks to Hiroyuki ARAKI <[EMAIL PROTECTED]> for the information. diff -Nru a/drivers/usb/serial/visor.c b/drivers/usb/serial/visor.c --- a/drivers/usb/serial/visor.cMon Oct 21