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

2003-02-03 Thread Greg KH
ChangeSet 1.988, 2003/02/04 11:47:48+11:00, [EMAIL PROTECTED] [PATCH] USB speedtouch: re-recycle speedtouch receive buffers Rediffed version of the original patch - no sk_buff on the stack this time. speedtouch: recycle the receive urb's buffer. Currently, every time a receive urb complet

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

2003-02-03 Thread Greg KH
ChangeSet 1.987, 2003/02/04 11:46:01+11:00, [EMAIL PROTECTED] [PATCH] USB speedtouch: let the tasklet do all processing of speedtouch receive urbs speedtouch: move all processing of receive urbs to udsl_atm_processqueue. This has several advantages, as will be seen in the next few patches.

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

2003-02-03 Thread Greg KH
ChangeSet 1.985, 2003/02/04 11:24:05+11:00, [EMAIL PROTECTED] [PATCH] USB scanner.h, scanner.c: maintainer change This patch changes the maintainer from Brian Beattie to Henning Meier-Geinitz and adds a link to the documentation and website. diff -Nru a/drivers/usb/image/scanner.c b/drivers/usb

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

2003-02-03 Thread Greg KH
ChangeSet 1.992, 2003/02/04 11:54:27+11:00, [EMAIL PROTECTED] [PATCH] USB speedtouch: tweak speedtouch status logic speedtouch: change data_started to firmware_loaded, which is what it actually means, plus some minor related changes. diff -Nru a/drivers/usb/misc/speedtouch.c b/drivers/usb/m

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

2003-02-03 Thread Greg KH
ChangeSet 1.981, 2003/02/04 10:54:15+11:00, [EMAIL PROTECTED] [PATCH] usb-storage: comments, cleanup This patch does the following: (o) Add comments showing what needs to be done to complete the hot-unplug system. (o) Add a BUG_ON() for (what is now) a critical failure case. (o) Make certain

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

2003-02-03 Thread Greg KH
ChangeSet 1.991, 2003/02/04 11:53:05+11:00, [EMAIL PROTECTED] [PATCH] USB speedtouch: re-cosmetic speedtouch changes speedtouch: a pile of cosmetic changes to make me feel happier (no code changes). diff -Nru a/drivers/usb/misc/speedtouch.c b/drivers/usb/misc/speedtouch.c --- a/drivers/usb/mi

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

2003-02-03 Thread Greg KH
ChangeSet 1.989, 2003/02/04 11:51:11+11:00, [EMAIL PROTECTED] [PATCH] USB speedtouch: re-recycle failed speedtouch receive urbs speedtouch: more robust handling of receive urb failure: retry failed urbs whenever a new connection is opened. This should work well with pppd's persist option.

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

2003-02-03 Thread Greg KH
ChangeSet 1.975, 2003/01/31 15:26:33+11:00, [EMAIL PROTECTED] [PATCH] USB speedtouch: add a new speedtouch encoding function speedtouch: add a new encoding function, atmsar_encode. Calling it amounts to doing atmsar_encode_aal5 followed by atmsar_encode_rawcell in one fell swoop. It elimin

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

2003-02-03 Thread Greg KH
ChangeSet 1.995, 2003/02/04 12:04:38+11:00, [EMAIL PROTECTED] [PATCH] USB usb-storage: host a host refcount a little bit longer This patch makes us hold the host reference count a little bit longer in the /proc interface code. We were releasing it too early before. diff -Nru a/drivers/usb/stor

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

2003-02-03 Thread Greg KH
ChangeSet 1.965, 2003/01/21 15:11:11+08:00, [EMAIL PROTECTED] [PATCH] USB: rework error handling in speedtouch probe function speedtouch: rework udsl_usb_probe error handling (for example, handle failure of atm_dev_register). Do some trivial cleaning up while we're at it. diff -Nru a/drive

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

2003-02-03 Thread Greg KH
ChangeSet 1.983, 2003/02/04 10:55:22+11:00, [EMAIL PROTECTED] [PATCH] usb-storage: convert spaces to tabs This is a minor cleanup to convert 8 spaces into tabs. There is no functional change here. diff -Nru a/drivers/usb/storage/datafab.h b/drivers/usb/storage/datafab.h --- a/drivers/usb/stora

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

2003-02-03 Thread Greg KH
ChangeSet 1.996, 2003/02/04 12:05:32+11:00, [EMAIL PROTECTED] [PATCH] USB usb-storage: implement device-offline code This code implements the setting of devices offline during the removal phase. diff -Nru a/drivers/usb/storage/usb.c b/drivers/usb/storage/usb.c --- a/drivers/usb/storage/usb.c Tu

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

2003-02-03 Thread Greg KH
ChangeSet 1.994, 2003/02/04 11:56:06+11:00, [EMAIL PROTECTED] [PATCH] USB speedtouch: earlier rejection of outgoing speedtouch packets speedtouch: reject outgoing packets earlier when the firmware is not loaded. diff -Nru a/drivers/usb/misc/speedtouch.c b/drivers/usb/misc/speedtouch.c --- a/d

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

2003-02-03 Thread Greg KH
ChangeSet 1.984, 2003/02/04 10:55:55+11:00, [EMAIL PROTECTED] [PATCH] Replace a line of code that shouldn't have been removed. diff -Nru a/drivers/usb/storage/usb.c b/drivers/usb/storage/usb.c --- a/drivers/usb/storage/usb.c Tue Feb 4 15:16:42 2003 +++ b/drivers/usb/storage/usb.c Tue Feb 4 15:

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

2003-02-03 Thread Greg KH
ChangeSet 1.993, 2003/02/04 11:55:16+11:00, [EMAIL PROTECTED] [PATCH] USB speedtouch: allocate speedtouch send urbs in the USB probe routine speedtouch: allocate send urbs in udsl_usb_probe rather than in udsl_usb_data_init. Since this diminishes udsl_usb_data_init down to almost nothing, rol

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

2003-02-03 Thread Greg KH
ChangeSet 1.990, 2003/02/04 11:52:04+11:00, [EMAIL PROTECTED] [PATCH] USB speedtouch: re-wait for speedtouch completion handlers after usb_unlink_urb speedtouch: wait for receive urb completion handlers to finish after calling usb_unlink_urb. diff -Nru a/drivers/usb/misc/speedtouch.c b/driv

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

2003-02-03 Thread Greg KH
ChangeSet 1.974, 2003/01/31 15:25:48+11:00, [EMAIL PROTECTED] [PATCH] USB: ehci-hcd updates This should apply to 2.5.59 too. It seems to get rid of some pesky hangs, on at least some hardware, but I won't have time to test it on either VIA version ... maybe someone else will make the time? :)

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

2003-02-03 Thread Greg KH
ChangeSet 1.971, 2003/01/27 23:12:19+11:00, [EMAIL PROTECTED] [PATCH] USB: usbcore misc cleanup (notably for non-dma hcds) The support for non-dma HCDs is likely the most interesting bit here. - makes dma calls behave sensibly when used with host controllers that don't use dma (includi

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

2003-02-03 Thread Greg KH
ChangeSet 1.979, 2003/02/04 10:52:56+11:00, [EMAIL PROTECTED] [PATCH] usb-storage: fix typo This patch goes on top of the last one. It fixes a typo in the test for scsi_register() failure. -- reversed the logic of failure test for scsi_register() diff -Nru a/drivers/usb/storage/usb.c b/driv

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

2003-02-03 Thread Greg KH
ChangeSet 1.980, 2003/02/04 10:53:38+11:00, [EMAIL PROTECTED] [PATCH] usb-storage: fix oops It should fix the OOPS on attach. This fixes a silly error where I fail to initialize a pointer early enough for the scanning code. If this isn't a perfect example of why scsi_register() and scsi_add_hos

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

2003-02-03 Thread Greg KH
ChangeSet 1.986, 2003/02/04 11:25:17+11:00, [EMAIL PROTECTED] [PATCH] USB scanner.c: Adjust syslog output This patch prints the vendor + product ids of the scanner after it has been successfully detected. Also the annoying error message about "Scanner device is already open" was downgraded to a

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

2003-02-03 Thread Greg KH
ChangeSet 1.967, 2003/01/21 15:11:51+08:00, [EMAIL PROTECTED] [PATCH] USB: simplify speedtouch receive urb lifecycle speedtouch: simplify the receive urb lifecycle: allocate them in the usb probe function, free them on disconnect. diff -Nru a/drivers/usb/misc/speedtouch.c b/drivers/usb/mis

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

2003-02-03 Thread Greg KH
ChangeSet 1.999, 2003/02/04 14:13:27+11:00, [EMAIL PROTECTED] [PATCH] USB: added tripp device id's to pl2303 driver. Thanks to John Moses <[EMAIL PROTECTED]> for the information. diff -Nru a/drivers/usb/serial/pl2303.c b/drivers/usb/serial/pl2303.c --- a/drivers/usb/serial/pl2303.c Tue Fe

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

2003-02-03 Thread Greg KH
ChangeSet 1.962, 2003/01/21 15:09:55+08:00, [EMAIL PROTECTED] [PATCH] USB: move udsl_atm_set_mac into speedtouch probe function speedtouch: roll udsl_atm_set_mac into udsl_usb_probe. 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.59

2003-02-03 Thread Greg KH
ChangeSet 1.969, 2003/01/27 22:48:24+11:00, [EMAIL PROTECTED] [PATCH] USB: pegasus & mii cset Some ethernet drivers other than those in .../drivers/net need generic MII code too and this cset shows how we do it for .../drivers/usb/net; For now only pegasus.c is using this feature, but as so

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

2003-02-03 Thread Greg KH
ChangeSet 1.973, 2003/01/28 23:25:03+11:00, [EMAIL PROTECTED] [PATCH] USB: additions to hid-core.c blacklist diff -Nru a/drivers/usb/input/hid-core.c b/drivers/usb/input/hid-core.c --- a/drivers/usb/input/hid-core.c Tue Feb 4 15:17:36 2003 +++ b/drivers/usb/input/hid-core.c Tue Feb 4

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

2003-02-03 Thread Greg KH
ChangeSet 1.982, 2003/02/04 10:54:46+11:00, [EMAIL PROTECTED] [PATCH] usb-storage: remove US_FL_DEV_ATTACHED This patch removes the US_FL_DEV_ATTACHED flag, which is now rendered obsolete by the new hotplug system. It also adds a comment or two about areas of code that need to be re-examined.

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

2003-02-03 Thread Greg KH
ChangeSet 1.997, 2003/02/04 13:20:08+11:00, [EMAIL PROTECTED] [PATCH] USB usb-storage: implement clearing of device queue This patch clears out the device queue when a unit is removed. diff -Nru a/drivers/usb/storage/usb.c b/drivers/usb/storage/usb.c --- a/drivers/usb/storage/usb.c Tue Feb 4 1

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

2003-02-03 Thread Greg KH
ChangeSet 1.998, 2003/02/04 14:01:35+11:00, [EMAIL PROTECTED] [PATCH] USB: FTDI driver, new id added diff -Nru a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c --- a/drivers/usb/serial/ftdi_sio.c Tue Feb 4 15:15:48 2003 +++ b/drivers/usb/serial/ftdi_sio.c Tue Feb 4 15:15

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

2003-02-03 Thread Greg KH
ChangeSet 1.977, 2003/02/04 10:49:44+11:00, [EMAIL PROTECTED] [PATCH] USB: fix to get usb-storage code to work again. Thanks to Matt Dharm and David Brownell for tracking this bug down. diff -Nru a/drivers/usb/core/message.c b/drivers/usb/core/message.c --- a/drivers/usb/core/message.cT

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

2003-02-03 Thread Greg KH
ChangeSet 1.972, 2003/01/28 23:02:36+11:00, [EMAIL PROTECTED] [PATCH] USB: Add an entry in cdc-acm.c for devices with ACM class (some Motorola phones) Normally the CDC ACM devices have an subclass of 0, and the ACM subclass is only applied to their first interface. But some have the subclass set

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

2003-02-03 Thread Greg KH
ChangeSet 1.970, 2003/01/27 23:10:42+11:00, [EMAIL PROTECTED] [PATCH] USB ohci-hcd, don't force SLAB_ATOMIC allocations This is a minor cleanup to let per-request memory allocations block, when the caller allows (it provided the bitmask). The driver used to work that way until something like 2.4

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

2003-02-03 Thread Greg KH
ChangeSet 1.961, 2003/01/21 15:09:27+08:00, [EMAIL PROTECTED] [PATCH] USB: trivial speedtouch changes speedtouch: trivial whitespace and debug message changes. diff -Nru a/drivers/usb/misc/speedtouch.c b/drivers/usb/misc/speedtouch.c --- a/drivers/usb/misc/speedtouch.c Tue Feb 4 15:18:33

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

2003-02-03 Thread Greg KH
ChangeSet 1.960, 2003/01/17 11:58:19-08:00, [EMAIL PROTECTED] [PATCH] USB ipaq driver ids Added ids for the Dell Axim and Toshiba E740. Thanks to Ian Molton and B.I. diff -Nru a/drivers/usb/serial/ipaq.c b/drivers/usb/serial/ipaq.c --- a/drivers/usb/serial/ipaq.c Tue Feb 4 15:18:38 2003 +++ b

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

2003-02-03 Thread Greg KH
ChangeSet 1.978, 2003/02/04 10:51:33+11:00, [EMAIL PROTECTED] [PATCH] usb-storage: move to SCSI hotplugging The attached patch is my first implementation of SCSI hotplugging. It's only been tested that it compiles, as I can't get the current linux-2.5 tree from linuxusb to boot. It dies _very_

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

2003-02-03 Thread Greg KH
ChangeSet 1.976, 2003/02/04 10:48:46+11:00, [EMAIL PROTECTED] [PATCH] USB: add a blank line between each device in usbfs/devices diff -Nru a/drivers/usb/core/devices.c b/drivers/usb/core/devices.c --- a/drivers/usb/core/devices.cTue Feb 4 15:17:25 2003 +++ b/drivers/usb/core/devices.c

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

2003-02-03 Thread Greg KH
ChangeSet 1.966, 2003/01/21 15:11:37+08:00, [EMAIL PROTECTED] [PATCH] USB: turn speedtouch micro race into a nano race speedtouch: turn a micro race into a nano race. The race is that an ATM device can be used the moment atm_dev_register returns, but you only get to fill out the atm_dev st

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

2003-02-03 Thread Greg KH
ChangeSet 1.968, 2003/01/21 15:40:32+08:00, [EMAIL PROTECTED] [PATCH] USB scanner.h, scanner.c: New vendor/product ids This patch adds vendor/product ids for Artec, Canon, Compaq, Epson, HP, and Microtek scanners. Further more, the device list was cleaned up, sorted and duplicated entries have be

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

2003-02-03 Thread Greg KH
ChangeSet 1.964, 2003/01/21 15:10:56+08:00, [EMAIL PROTECTED] [PATCH] USB: move udsl_atm_startdevice into speedtouch probe function speedtouch: roll udsl_atm_startdevice into udsl_usb_probe. diff -Nru a/drivers/usb/misc/speedtouch.c b/drivers/usb/misc/speedtouch.c --- a/drivers/usb/misc/speed

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

2003-02-03 Thread Greg KH
ChangeSet 1.959, 2003/01/17 11:48:21-08:00, [EMAIL PROTECTED] [PATCH] export speedtouch usb info speedtouch: restore use of MODULE_DEVICE_TABLE to export usb info. There may have been a problem with older 2.4 kernels, but there is none now. diff -Nru a/drivers/usb/misc/speedtouch.c b/drive

[linux-usb-devel] [PATCH] USB changes for 2.5.59

2003-02-03 Thread Greg KH
ChangeSet 1.952.1.1, 2003/01/16 17:38:03-08:00, [EMAIL PROTECTED] [PATCH] USB acm: patch from dan carpenter <[EMAIL PROTECTED]> to fix typo. diff -Nru a/drivers/usb/class/cdc-acm.c b/drivers/usb/class/cdc-acm.c --- a/drivers/usb/class/cdc-acm.c Tue Feb 4 15:18:50 2003 +++ b/drivers/usb/cl

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

2003-02-03 Thread Greg KH
ChangeSet 1.963, 2003/01/21 15:10:30+08:00, [EMAIL PROTECTED] [PATCH] USB: eliminate pointless dynamic allocation in speedtouch speedtouch: use an array for rcvbufs rather than a pointer and dynamic allocation. diff -Nru a/drivers/usb/misc/speedtouch.c b/drivers/usb/misc/speedtouch.c --- a/dr

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

2003-02-03 Thread Greg KH
ChangeSet 1.958, 2003/01/17 11:44:08-08:00, [EMAIL PROTECTED] [PATCH] usb root hub strings Someone changed the "get string" logic to use short reads, not long ones, a while back. That broke many root hub string accesses (not through tools like "lsusb"!) because that logic didn't handle short rea

[linux-usb-devel] [BK PATCH] USB changes for 2.5.59

2003-02-03 Thread Greg KH
Hi, Here's a series of USB patches from a lot of different people. They range from a lot of speedtouch driver updates, some usb-storage changes to not keep scsi devices around in memory, to more usb-serial device ids, to some host controller minor updates, and finally some minor scanner driver tw

[linux-usb-devel] Re: PATCH: usb-storage: implement clearing of device queue

2003-02-03 Thread Greg KH
On Sun, Feb 02, 2003 at 05:46:20PM -0800, Matthew Dharm wrote: > This patch clears out the device queue when a unit is removed. Oops, forgot this one, applied. greg k-h --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IB

Re: [linux-usb-devel] [PATCH 2.5.59] scanner.c: Adjust syslog output

2003-02-03 Thread Greg KH
On Fri, Jan 31, 2003 at 10:25:14AM +0100, Henning Meier-Geinitz wrote: > Hi, > > On Sat, Jan 18, 2003 at 01:03:50AM +0100, Henning Meier-Geinitz wrote: > > This patch prints the vendor + product ids of the scanner after it has > > been successfully detected. > > > > Also the annoying error messag

[linux-usb-devel] Re: [PATCH 2.4.21-pre3]: scanner.c: Adjust syslog output

2003-02-03 Thread Greg KH
On Fri, Jan 17, 2003 at 11:13:48PM +0100, Henning Meier-Geinitz wrote: > Hi, > > This patch prints the vendor + product ids of the scanner after it has > been successfully detected. > > Also the annoying error message about "Scanner device is already open" > was downgraded to a dbg. Scanning for

Re: [linux-usb-devel] Re: [usb-storage] Re: PATCH: usb-storage: comments, cleanup

2003-02-03 Thread Matthew Dharm
That's everything. Of course, I'm waiting on the SCSI folks to make this all bulletproof. Nothing like a bus where everything is hotplug to shake out the hotplug problems in other places. :) Matt On Mon, Feb 03, 2003 at 05:12:09PM -0800, Greg KH wrote: > On Mon, Feb 03, 2003 at 05:04:41PM -0800

[linux-usb-devel] Re: PATCH: usb-storage: implement device-offline code

2003-02-03 Thread Greg KH
On Sun, Feb 02, 2003 at 11:12:09AM -0800, Matthew Dharm wrote: > This code implements the setting of devices offline during the removal > phase. > > Greg, please apply. Applied, thanks. greg k-h --- This SF.NET email is sponsored by: SourceFo

Re: [linux-usb-devel] Re: [usb-storage] Re: PATCH: usb-storage: comments, cleanup

2003-02-03 Thread Greg KH
On Mon, Feb 03, 2003 at 05:04:41PM -0800, Matthew Dharm wrote: > I presume that this means that you'll be applying my latest patches and > forwarding on to Linus? Yup, I've added all the past ones from you to my "send to Linus tree" and the other two you just sent me. I think I have everything fr

[linux-usb-devel] Re: PATCH: usb-storage: host a host refcount a little bit longer

2003-02-03 Thread Greg KH
On Sun, Feb 02, 2003 at 11:11:11AM -0800, Matthew Dharm wrote: > This patch makes us hold the host reference count a little bit longer in > the /proc interface code. We were releasing it too early before. > > Greg, please apply. Applied, thanks. greg k-h --

Re: [linux-usb-devel] Re: [usb-storage] Re: PATCH: usb-storage: comments, cleanup

2003-02-03 Thread Matthew Dharm
I presume that this means that you'll be applying my latest patches and forwarding on to Linus? Matt On Mon, Feb 03, 2003 at 03:45:30PM -0800, Greg KH wrote: > On Sun, Feb 02, 2003 at 03:12:28PM -0800, Matthew Dharm wrote: > > Greg, here's the patch to fix this. This makes usb-storage work again

[linux-usb-devel] Re: [PATCH] allocate speedtouch send urbs in the USB probe routine

2003-02-03 Thread Greg KH
On Fri, Jan 31, 2003 at 03:52:56PM +0100, Duncan Sands wrote: > speedtouch: allocate send urbs in udsl_usb_probe rather than in udsl_usb_data_init. > Since this diminishes udsl_usb_data_init down to almost nothing, roll it into the >one > place it was used. Get rid of the semaphore Oliver p

[linux-usb-devel] Re: [PATCH] earlier rejection of outgoing speedtouch packets

2003-02-03 Thread Greg KH
On Fri, Jan 31, 2003 at 04:01:26PM +0100, Duncan Sands wrote: > speedtouch: reject outgoing packets earlier when the firmware is not loaded. Applied, thanks. greg k-h --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IB

[linux-usb-devel] Re: [PATCH] tweak speedtouch status logic

2003-02-03 Thread Greg KH
On Fri, Jan 31, 2003 at 02:44:18PM +0100, Duncan Sands wrote: > speedtouch: change data_started to firmware_loaded, which is what it actually > means, plus some minor related changes. Applied, thanks. greg k-h --- This SF.NET email is spon

[linux-usb-devel] Re: [PATCH] re-cosmetic speedtouch changes

2003-02-03 Thread Greg KH
On Fri, Jan 31, 2003 at 02:22:46PM +0100, Duncan Sands wrote: > Final rediffed patch. > > speedtouch: a pile of cosmetic changes to make me feel happier (no code changes). Applied, thanks. greg k-h --- This SF.NET email is sponsored by: Sou

[linux-usb-devel] Re: [PATCH] re-wait for speedtouch completion handlers after usb_unlink_urb

2003-02-03 Thread Greg KH
On Fri, Jan 31, 2003 at 02:06:24PM +0100, Duncan Sands wrote: > Another rediffed patch. > > speedtouch: wait for receive urb completion handlers to finish after calling > usb_unlink_urb. Applied, thanks. greg k-h --- This SF.NET email is

[linux-usb-devel] Re: [PATCH] re-recycle failed speedtouch receive urbs

2003-02-03 Thread Greg KH
On Fri, Jan 31, 2003 at 01:59:52PM +0100, Duncan Sands wrote: > Rediff of the original patch. > > speedtouch: more robust handling of receive urb failure: retry failed urbs whenever > a new connection is opened. This should work well with pppd's persist option. > Applied, thanks. greg k-h

[linux-usb-devel] Re: [PATCH] re-recycle speedtouch receive buffers

2003-02-03 Thread Greg KH
On Fri, Jan 31, 2003 at 01:50:22PM +0100, Duncan Sands wrote: > Rediffed version of the original patch - no sk_buff on the stack this time. > > speedtouch: recycle the receive urb's buffer. Currently, every time a receive urb > completes, its old buffer is thrown away and replaced with a ne

[linux-usb-devel] Re: [PATCH 2.5.59] scanner.h, scanner.c: maintainer change

2003-02-03 Thread Greg KH
On Sat, Jan 18, 2003 at 12:25:16AM +0100, Henning Meier-Geinitz wrote: > Hi, > > This patch changes the maintainer from Brian Beattie to Henning > Meier-Geinitz and adds a link to the documentation and website. Oops, sorry for the delay, got burried in my inbox :( Applied. greg k-h ---

[linux-usb-devel] Re: [PATCH 2.5.59] scanner.c: Adjust syslog output

2003-02-03 Thread Greg KH
On Sat, Jan 18, 2003 at 01:03:50AM +0100, Henning Meier-Geinitz wrote: > Hi, > > This patch prints the vendor + product ids of the scanner after it has > been successfully detected. > > Also the annoying error message about "Scanner device is already open" > was downgraded to a dbg. Scanning for

Re: [linux-usb-devel] usb-serial: Custom ioctl

2003-02-03 Thread Greg KH
On Mon, Feb 03, 2003 at 10:59:20PM +0100, Thomas Jarosch wrote: > Hi! > > I want to implement a special ioctl (enable "bit bang" mode) > for the ftdi_sio usb-serial driver. Are you sure there's nothing in the 60+ different tty ioctls in the kernel that would work for you? And why do you want to

Re: [linux-usb-devel] Re: [usb-storage] Re: PATCH: usb-storage: comments, cleanup

2003-02-03 Thread Greg KH
On Sun, Feb 02, 2003 at 03:12:28PM -0800, Matthew Dharm wrote: > Greg, here's the patch to fix this. This makes usb-storage work again. > > Please apply. Yeah, thanks for tracking this down, now usb-storage works for me! Applied, greg k-h -

[linux-usb-devel] usb-serial: Custom ioctl

2003-02-03 Thread Thomas Jarosch
Hi! I want to implement a special ioctl (enable "bit bang" mode) for the ftdi_sio usb-serial driver. My question: What value (name) should I use for the ioctl? Is there a TIOCCUSTOM_BASE value where I just can add +1/+2/+3? I've looked at include/asm-i386/ioctls.h but I couldn't spot anything re

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

2003-02-03 Thread Mike Anderson
Sorry Matthew I got side tracked on some issues for the last week. The scsi_set_device_offline(); function has not been added to any of James linux-scsi trees. You could add a ifndef in your code until we get the interface in the tree. Would scsi_set_device_offline() do more than sdev->online = 0

[linux-usb-devel] what's that?

2003-02-03 Thread Ilia A. Petrov
hi! i have few problems when using my usb-storage device (with hdd in it) first, when i umount it the driver leaves zombies in proccess list and to use my storage again i need to reboot the machine.. may be i need to do something else before disconnect it? ir if there is a bug is it fixed in 2.4