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

2003-01-08 Thread Greg KH
ChangeSet 1.879.9.26, 2003/01/07 15:45:51-08:00, [EMAIL PROTECTED] [PATCH] USB serial: fixup for probe function paramaters changing. diff -Nru a/drivers/usb/serial/visor.c b/drivers/usb/serial/visor.c --- a/drivers/usb/serial/visor.cWed Jan 8 11:55:56 2003 +++ b/drivers/usb/serial/visor

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

2003-01-08 Thread Greg KH
ChangeSet 1.879.9.25, 2003/01/07 15:45:31-08:00, [EMAIL PROTECTED] [PATCH] USB serial: pass the usb_device_id to the probe() function This is needed for drivers that want to use the driver_info field. diff -Nru a/drivers/usb/serial/usb-serial.c b/drivers/usb/serial/usb-serial.c --- a/drivers/us

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

2003-01-08 Thread Greg KH
ChangeSet 1.879.9.21, 2003/01/07 15:10:17-08:00, [EMAIL PROTECTED] [PATCH] scanner.c, scanner.h: Added vendor/product ids This patch adds vendor/product ids for two Visioneer scanners. The patch is on top of the ioctl patch. diff -Nru a/drivers/usb/image/scanner.c b/drivers/usb/image/scanner.c

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

2003-01-08 Thread Greg KH
ChangeSet 1.897.1.7, 2003/01/08 10:09:32-08:00, [EMAIL PROTECTED] [PATCH] scanner.c, scanner.h: Use symbolic name for interface class Hi, On Wed, Jan 08, 2003 at 08:29:36AM -0800, Greg KH wrote: > On Tue, Dec 24, 2002 at 05:44:55PM +0100, Henning Meier-Geinitz wrote: > > Hi, > > > > On Tue, Dec

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

2003-01-08 Thread Greg KH
ChangeSet 1.897.1.6, 2003/01/08 09:32:25-08:00, [EMAIL PROTECTED] [PATCH] USB: speedtouch: add GPL notices speedtouch and friends: add GPL notices (yes, the module was released by Alcatel under the GPL) and fix some typos. diff -Nru a/drivers/usb/misc/atmsar.c b/drivers/usb/misc/atmsar.c --- a/

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

2003-01-08 Thread Greg KH
ChangeSet 1.879.9.14, 2003/01/07 14:51:34-08:00, [EMAIL PROTECTED] [PATCH] DEV: change dev_printk() to take a pointer to dev instead of the structure itself. This was suggested by many people, Randy Dunlap being the most vocal :) diff -Nru a/include/linux/device.h b/include/linux/device.h ---

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

2003-01-08 Thread Greg KH
ChangeSet 1.879.9.23, 2003/01/07 15:22:11-08:00, [EMAIL PROTECTED] [PATCH] 2.5.54 dev_*(&,...): drivers/usb/input/pid.c diff -Nru a/drivers/usb/input/pid.c b/drivers/usb/input/pid.c --- a/drivers/usb/input/pid.c Wed Jan 8 11:56:53 2003 +++ b/drivers/usb/input/pid.c Wed Jan 8 11:56:53 2003

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

2003-01-08 Thread Greg KH
ChangeSet 1.879.9.4, 2003/01/06 15:58:15-08:00, [EMAIL PROTECTED] [PATCH] again rtl8150 this diff is agains the latest linux-2.5; set mac address at dev->open() (as per Jeff Garzik :-) diff -Nru a/drivers/usb/net/rtl8150.c b/drivers/usb/net/rtl8150.c --- a/drivers/usb/net/rtl8150.c Wed Jan 8 1

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

2003-01-08 Thread Greg KH
ChangeSet 1.879.9.2, 2003/01/06 15:48:03-08:00, [EMAIL PROTECTED] [PATCH] zaurus B500 (sl-5600?) & usbnet More Zaurii. That model will be interesting from the perspective of "usb gadget drivers", lots of flexible endpoints are available. diff -Nru a/drivers/usb/net/usbnet.c b/drivers/usb/net/u

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

2003-01-08 Thread Greg KH
ChangeSet 1.879.9.11, 2003/01/07 12:55:14-08:00, [EMAIL PROTECTED] [PATCH] USB: removed MOD_INC_USE_COUNT and MOD_DEC_USE_COUNT from driver that do not need it. diff -Nru a/drivers/usb/misc/auerswald.c b/drivers/usb/misc/auerswald.c --- a/drivers/usb/misc/auerswald.c Wed Jan 8 12:00:16 20

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

2003-01-08 Thread Greg KH
ChangeSet 1.879.9.13, 2003/01/07 12:59:07-08:00, [EMAIL PROTECTED] [PATCH] USB mdc800: forward port 2.4 fix for misuse of types. Thanks to Dave Jones for pointing this out. diff -Nru a/drivers/usb/image/mdc800.c b/drivers/usb/image/mdc800.c --- a/drivers/usb/image/mdc800.cWed Jan 8 11:

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

2003-01-08 Thread Greg KH
ChangeSet 1.879.9.20, 2003/01/07 15:09:59-08:00, [EMAIL PROTECTED] [PATCH] USB scanner driver: updated Kconfig This patch removes the link in Kconfig to Documentation/usb/scanner-hp-sane.txt which was removed by the documentation update. diff -Nru a/drivers/usb/image/Kconfig b/drivers/usb/image

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

2003-01-08 Thread Greg KH
ChangeSet 1.879.9.16, 2003/01/07 14:52:13-08:00, [EMAIL PROTECTED] [PATCH] USB: drivers/usb/host/ fixups due to dev_printk change diff -Nru a/drivers/usb/host/ehci-dbg.c b/drivers/usb/host/ehci-dbg.c --- a/drivers/usb/host/ehci-dbg.c Wed Jan 8 11:58:44 2003 +++ b/drivers/usb/host/ehci-dbg

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

2003-01-08 Thread Greg KH
ChangeSet 1.879.9.8, 2003/01/06 16:31:07-08:00, [EMAIL PROTECTED] USB: revert davem's compile time fix, now that it's fixed properly. diff -Nru a/drivers/usb/host/ohci-dbg.c b/drivers/usb/host/ohci-dbg.c --- a/drivers/usb/host/ohci-dbg.c Wed Jan 8 12:01:11 2003 +++ b/drivers/usb/host/ohci

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

2003-01-08 Thread Greg KH
ChangeSet 1.897.1.4, 2003/01/08 09:31:41-08:00, [EMAIL PROTECTED] [PATCH] USB: speedtouch missing __init and __exit speedtouch: add __init and __exit to the module init/exit routines. diff -Nru a/drivers/usb/misc/speedtouch.c b/drivers/usb/misc/speedtouch.c --- a/drivers/usb/misc/speedtouch.c

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

2003-01-08 Thread Greg KH
ChangeSet 1.879.9.19, 2003/01/07 15:09:40-08:00, [EMAIL PROTECTED] [PATCH] USB scanner driver: updated documentation This patch updates the documentation for the USB scanner driver. The details: Documentation/usb/scanner.txt: - Amended for linux-2.5.54 - Added information about read_timeout

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

2003-01-08 Thread Greg KH
ChangeSet 1.879.9.9, 2003/01/06 16:35:55-08:00, [EMAIL PROTECTED] [PATCH] USB storage: remove usb_stor_tranfer_length() This patch removes the (often troublesome) usb_stor_transfer_length() function. We've finally gotten all the command initiators to send the correct values in the srb->request_b

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

2003-01-08 Thread Greg KH
ChangeSet 1.879.9.3, 2003/01/06 15:55:16-08:00, [EMAIL PROTECTED] [PATCH] USB pegasus: small patch for 2.5 Same as the previous email, just against latest linux-2.5 tree. Sorry about the diffs - i can't sync with usb-2.5. diff -Nru a/drivers/usb/net/pegasus.c b/drivers/usb/net/pegasus.c --- a/

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

2003-01-08 Thread Greg KH
ChangeSet 1.879.9.17, 2003/01/07 14:52:33-08:00, [EMAIL PROTECTED] [PATCH] USB: drivers/usb/serial/ fixups due to dev_printk change diff -Nru a/drivers/usb/serial/bus.c b/drivers/usb/serial/bus.c --- a/drivers/usb/serial/bus.c Wed Jan 8 11:58:25 2003 +++ b/drivers/usb/serial/bus.c Wed Jan 8

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

2003-01-08 Thread Greg KH
ChangeSet 1.879.9.15, 2003/01/07 14:51:54-08:00, [EMAIL PROTECTED] [PATCH] USB: drivers/usb/core/ fixups due to dev_printk change diff -Nru a/drivers/usb/core/hcd-pci.c b/drivers/usb/core/hcd-pci.c --- a/drivers/usb/core/hcd-pci.cWed Jan 8 11:59:00 2003 +++ b/drivers/usb/core/hcd-pci.c

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

2003-01-08 Thread Greg KH
ChangeSet 1.879.9.10, 2003/01/06 17:26:56-08:00, [EMAIL PROTECTED] USB brlvger: Forward port 2.4 fix for misuse of types. Thanks to Dave Jones for pointing this out. diff -Nru a/drivers/usb/misc/brlvger.c b/drivers/usb/misc/brlvger.c --- a/drivers/usb/misc/brlvger.cWed Jan 8 12:00:34 2

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

2003-01-08 Thread Greg KH
ChangeSet 1.879.9.24, 2003/01/07 15:34:35-08:00, [EMAIL PROTECTED] [PATCH] scanner.c, scanner.h: Remove PV8630 ioctls This patch removes the inofficial ioctls that were used to support the PV8630 USB-over-Parport chipset. They were alreaded ifdefed out. Instead of them, the more generic (and offi

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

2003-01-08 Thread Greg KH
ChangeSet 1.897.1.1, 2003/01/07 21:29:37-08:00, [EMAIL PROTECTED] Merge kroah.com:/home/linux/linux/BK/bleeding-2.5 into kroah.com:/home/linux/linux/BK/gregkh-2.5 diff -Nru a/include/linux/device.h b/include/linux/device.h --- a/include/linux/device.hWed Jan 8 11:55:39 2003 +++ b/include/li

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

2003-01-08 Thread Greg KH
ChangeSet 1.897.1.3, 2003/01/08 09:31:20-08:00, [EMAIL PROTECTED] [PATCH] USB: atmsar is not a module atmsar is not a module in its own right, it is an auxiliary library for speedtouch. So remove module code from atmsar and build module speedtch from speedtouch and atmsar. Note the module name c

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

2003-01-08 Thread Greg KH
ChangeSet 1.879.9.5, 2003/01/06 16:01:14-08:00, [EMAIL PROTECTED] [PATCH] USB: kaweth freeing skbs this is the 2.5 version of the 2.4 fix - proper freeing of skbs diff -Nru a/drivers/usb/net/kaweth.c b/drivers/usb/net/kaweth.c --- a/drivers/usb/net/kaweth.c Wed Jan 8 12:02:08 2003 +++ b/dri

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

2003-01-08 Thread Greg KH
ChangeSet 1.879.9.6, 2003/01/06 16:21:21-08:00, [EMAIL PROTECTED] [PATCH] 2.5.54 -- ohci-dbg.c: 358: In function `show_list': `data1' OK here's the version that without the kernel version #ifdef that helped the backport ... it fixes the build by restoring the "debug support only if CONFIG_USB_DEB

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

2003-01-08 Thread Greg KH
ChangeSet 1.897.1.2, 2003/01/08 08:23:03-08:00, [EMAIL PROTECTED] [PATCH] [PATCH 2.5.54] scanner.c: endpoint detection cleanup This patch makes endpoint detection more generic. Basically, only one bulk-in endpoint is required, everything else is optional. The patch is on top of the PV8630 remova

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

2003-01-08 Thread Greg KH
ChangeSet 1.897.1.8, 2003/01/08 10:21:15-08:00, [EMAIL PROTECTED] [PATCH] USB Serial patch for old pl2303 devices. I got a PL2303 USB serial converter a few days ago, and got your driver up and running fairly quickly. The problem is that I got an oops when I rmmod-ed the drivers. The pl2303 use

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

2003-01-08 Thread Greg KH
ChangeSet 1.879.9.22, 2003/01/07 15:10:35-08:00, [EMAIL PROTECTED] [PATCH] scanner.c: print user-supplied ids only on start-up With this patch, information about user-supplied ids is printed only once at startup instead of everytime any USB device is plugged in. The patch is on top of the new id

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

2003-01-08 Thread Greg KH
ChangeSet 1.879.9.12, 2003/01/07 12:57:25-08:00, [EMAIL PROTECTED] [PATCH] USB printer driver: forward port 2.4 fix for misuse of types. Thanks to Dave Jones for pointing this out. diff -Nru a/drivers/usb/class/usblp.c b/drivers/usb/class/usblp.c --- a/drivers/usb/class/usblp.c Wed Jan 8 11:59

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

2003-01-08 Thread Greg KH
ChangeSet 1.879.9.18, 2003/01/07 15:09:22-08:00, [EMAIL PROTECTED] [PATCH] scanner.c: fix race in ioctl_scanner() This patch adds locking to ioctl_scanner() which was completely lacking until now. The patch is originally from Oliver Neukum <[EMAIL PROTECTED]>. The patch was forward-ported from 2

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

2003-01-08 Thread Greg KH
ChangeSet 1.879.9.7, 2003/01/06 16:21:39-08:00, [EMAIL PROTECTED] [PATCH] usbtest, covers control queueing and fault cleanup I wrote this a while back, finally debugged it. This covers some functionality that 2.5 newly demands of all HCDs: control requests can be queued. (Example: a user mode

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

2003-01-08 Thread Greg KH
ChangeSet 1.897.1.5, 2003/01/08 09:32:04-08:00, [EMAIL PROTECTED] [PATCH] USB: speedtouch: remove version string duplication speedtouch: remove udsl_version in favour of DRIVER_VERSION (which it duplicated). diff -Nru a/drivers/usb/misc/speedtouch.c b/drivers/usb/misc/speedtouch.c --- a/drivers