[linux-usb-devel] Re: [PATCH] USB update for 2.6.1

2004-01-20 Thread Greg KH
ChangeSet 1.1474.81.33, 2004/01/16 17:15:09-08:00, [EMAIL PROTECTED] [PATCH] USB Storage: Fix scatter-gather for non READ/WRITE in sddr55 These patch fixes the scatter-gather usage in the sddr55 driver for commands other than READ or WRITE. It also tidies up a few other commands. drivers/usb/

[linux-usb-devel] Re: [PATCH] USB update for 2.6.1

2004-01-20 Thread Greg KH
ChangeSet 1.1516, 2004/01/20 16:53:52-08:00, [EMAIL PROTECTED] [PATCH] USB: Band-aid for mct_u232 in 2.6.1 On Sun, 18 Jan 2004 00:37:44 -0800 Pete Zaitcev <[EMAIL PROTECTED]> wrote: > My Magic Control Technology adapter causes an oops in the following way. > Connect the thing, run "cat < /dev/tt

[linux-usb-devel] Re: [PATCH] USB update for 2.6.1

2004-01-20 Thread Greg KH
ChangeSet 1.1508, 2004/01/20 14:50:56-08:00, [EMAIL PROTECTED] [PATCH] USB UHCI: fix broken data toggles for queued control URBs This patch fixes a long-standing (albeit unidentified) problem in the queueing code for the UHCI HCD. The code propagates data toggle settings between messages in a qu

[linux-usb-devel] Re: [PATCH] USB update for 2.6.1

2004-01-20 Thread Greg KH
ChangeSet 1.1474.81.11, 2004/01/16 15:26:54-08:00, [EMAIL PROTECTED] [PATCH] USB storage: unusual_devs.h change On Tue, 23 Dec 2003, sledgedog wrote: > USB Mass Storage support registered. > hub 3-0:1.0: new USB device on port 2, assigned address 2 > usb-storage: This device (090c,1132,0100 S 06

[linux-usb-devel] Re: [PATCH] USB update for 2.6.1

2004-01-20 Thread Greg KH
ChangeSet 1.1512, 2004/01/20 16:02:47-08:00, [EMAIL PROTECTED] [PATCH] USB Storage: Notify the SCSI layer about device resets According to James Bottomley, we need to notify the SCSI midlayer whenever we issue a driver-initiated device reset. That can happen in several places, most notably follo

[linux-usb-devel] Re: [PATCH] USB update for 2.6.1

2004-01-20 Thread Greg KH
ChangeSet 1.1474.81.22, 2004/01/16 16:27:36-08:00, [EMAIL PROTECTED] [PATCH] USB: EHCI support on MIPS From Darwin Rambo, <[EMAIL PROTECTED]> These get rid of 8 and 16 byte PCI access, which don't work on some MIPS platforms. drivers/usb/host/ehci-dbg.c |3 ++- drivers/usb/host/eh

[linux-usb-devel] Re: [PATCH] USB update for 2.6.1

2004-01-20 Thread Greg KH
ChangeSet 1.1474.81.12, 2004/01/16 15:27:26-08:00, [EMAIL PROTECTED] [PATCH] USB Storage: another unneeded unusual_devs entry On Fri, 2 Jan 2004, Oliver Neukum wrote: > Hi Alan, > > you seem to like them. Here it is: > > usb-storage 3-1:1.0: usb_probe_interface > usb-storage 3-1:1.0: usb_probe_i

[linux-usb-devel] Re: [PATCH] USB update for 2.6.1

2004-01-20 Thread Greg KH
ChangeSet 1.1474.81.35, 2004/01/16 17:18:20-08:00, [EMAIL PROTECTED] [PATCH] USB Storage: add sysfs info attribute This patch adds a sysfs attribute to the usb-storage SCSI devices. This attribute (read-only) is basically a clone of the information available in /proc/scsi/scsi -- since that inte

[linux-usb-devel] Re: [PATCH] USB update for 2.6.1

2004-01-20 Thread Greg KH
ChangeSet 1.1474.81.29, 2004/01/16 17:11:16-08:00, [EMAIL PROTECTED] [PATCH] USB Storage: Remove non s-g pathway from subdriver READ/WRITE This patch does what you suggested. The read/write routines from the updated subdrivers are changed so they don't bother to differentiate between transfers t

[linux-usb-devel] Re: [PATCH] USB update for 2.6.1

2004-01-20 Thread Greg KH
ChangeSet 1.1474.81.24, 2004/01/16 16:42:42-08:00, [EMAIL PROTECTED] [PATCH] USB: ehci update: 1/3, misc This is minor "obvious" fixes plus two tweaks to help later patches: - Interrupt QH has a link to the device, needed to implement schedule trees (like OHCI does today) that are TT-

[linux-usb-devel] Re: [PATCH] USB update for 2.6.1

2004-01-20 Thread Greg KH
ChangeSet 1.1474.81.28, 2004/01/16 17:03:58-08:00, [EMAIL PROTECTED] [PATCH] USB: powermate-payload-size-fix.patch Thomas has a newer variant of this device, which sends more data. drivers/usb/input/powermate.c | 20 +--- 1 files changed, 13 insertions(+), 7 deletions(-) di

[linux-usb-devel] Re: [PATCH] USB update for 2.6.1

2004-01-20 Thread Greg KH
ChangeSet 1.1474.81.31, 2004/01/16 17:11:49-08:00, [EMAIL PROTECTED] [PATCH] USB Storage: Fix scatter-gather for non READ/WRITE in jumpshot These patch fixes the scatter-gather usage in the jumpshot driver for commands other than READ or WRITE. It also tidies up the MODE-SENSE handler considerab

[linux-usb-devel] Re: [PATCH] USB update for 2.6.1

2004-01-20 Thread Greg KH
ChangeSet 1.1474.81.4, 2004/01/06 14:19:28-08:00, [EMAIL PROTECTED] [PATCH] USB: fix kfree in usb-skeleton.c >> if (dev->bulk_in_buffer != NULL) >> kfree (dev->bulk_in_buffer); > > > Yes that one check can go away. Care to send me a patch? Actually all those checks should go a

[linux-usb-devel] Re: [PATCH] USB update for 2.6.1

2004-01-20 Thread Greg KH
ChangeSet 1.1474.81.15, 2004/01/16 15:38:37-08:00, [EMAIL PROTECTED] [PATCH] USB: add another PID to ftdi_sio This patch adds a new product ID to the list of devices using the FTDI232BM chip. It applies cleanly against vanilla 2.6.0. drivers/usb/serial/ftdi_sio.c |1 + drivers/usb/serial/f

[linux-usb-devel] Re: [PATCH] USB update for 2.6.1

2004-01-20 Thread Greg KH
ChangeSet 1.1474.81.14, 2004/01/16 15:28:56-08:00, [EMAIL PROTECTED] [PATCH] USB Storage: unusual_devs.h update On Wed, 14 Jan 2004, Marcin Juszkiewicz wrote: > After running "MS Import" on my Sony Clie SJ30 palmtop I got: > > hub 3-0:1.0: new USB device on port 2, assigned address 6 > usb-stora

[linux-usb-devel] Re: [PATCH] USB update for 2.6.1

2004-01-20 Thread Greg KH
ChangeSet 1.1474.81.23, 2004/01/16 16:29:03-08:00, [EMAIL PROTECTED] [PATCH] USB: high speed iso maxpacket is 1024 not 1023 Someone sent this around mixed with an EHCI patch which should not be applied (there's a different patch on the way). I lost their name, sorry. It lets 1024 byte ISO packe

[linux-usb-devel] Re: [PATCH] USB update for 2.6.1

2004-01-20 Thread Greg KH
ChangeSet 1.1474.81.19, 2004/01/16 16:16:07-08:00, [EMAIL PROTECTED] [PATCH] USB: update the cyberjack driver drivers/usb/serial/cyberjack.c | 34 ++ 1 files changed, 30 insertions(+), 4 deletions(-) diff -Nru a/drivers/usb/serial/cyberjack.c b/drivers/usb/se

[linux-usb-devel] Re: [PATCH] USB update for 2.6.1

2004-01-20 Thread Greg KH
ChangeSet 1.1474.81.13, 2004/01/16 15:28:05-08:00, [EMAIL PROTECTED] [PATCH] USB Storage: another unusual_devs entry On Fri, 2 Jan 2004, Eric Lussard wrote: > <5>usb-storage: This device (05e3,0701,0002 S 02 P 50) has an unneeded > Protocol entry > in unusual_devs.h > <4> Please send a copy of

[linux-usb-devel] Re: [PATCH] USB update for 2.6.1

2004-01-20 Thread Greg KH
ChangeSet 1.1474.81.5, 2004/01/06 14:19:45-08:00, [EMAIL PROTECTED] [PATCH] USB: fix bug in bMaxPower sysfs file, it should be * 2 Also cleaned up the string files. Thanks to Mark Smith for pointing this out. drivers/usb/core/driverfs.c | 91 ++-- 1 fi

[linux-usb-devel] Re: [PATCH] USB update for 2.6.1

2004-01-20 Thread Greg KH
ChangeSet 1.1474.81.6, 2004/01/06 14:20:03-08:00, [EMAIL PROTECTED] [PATCH] USB: add test for B400 to ir-usb driver to fix build issue on some archs drivers/usb/serial/ir-usb.c |2 ++ 1 files changed, 2 insertions(+) diff -Nru a/drivers/usb/serial/ir-usb.c b/drivers/usb/serial/ir-usb.

[linux-usb-devel] Re: [PATCH] USB update for 2.6.1

2004-01-20 Thread Greg KH
ChangeSet 1.1474.81.2, 2004/01/06 14:18:50-08:00, [EMAIL PROTECTED] [PATCH] USB: add a new pl2303 device id. Thanks to Stefan Verkoyen <[EMAIL PROTECTED]> for the information. drivers/usb/serial/pl2303.c |1 + drivers/usb/serial/pl2303.h |3 +++ 2 files changed, 4 insertions(+) diff

[linux-usb-devel] Re: [PATCH] USB update for 2.6.1

2004-01-20 Thread Greg KH
ChangeSet 1.1474.81.25, 2004/01/16 16:42:59-08:00, [EMAIL PROTECTED] [PATCH] USB: ehci update: 2/3, microframe scanning This patch is needed to make high bandwidth ISO streams behave, but could resolve some other scanning glitches. Current users of periodic transfers (interrupt transfer modes f

[linux-usb-devel] Re: [PATCH] USB update for 2.6.1

2004-01-20 Thread Greg KH
ChangeSet 1.1474.81.26, 2004/01/16 16:43:13-08:00, [EMAIL PROTECTED] [PATCH] USB: ehci update: 3/3, highspeed iso rewrite This is an updated version of a patch submitted to me from Michal Sojka <[EMAIL PROTECTED]>, basically providing a much-needed rewrite of the highspeed ISO support. I update

[linux-usb-devel] Re: [PATCH] USB update for 2.6.1

2004-01-20 Thread Greg KH
ChangeSet 1.1474.81.8, 2004/01/09 16:53:28-08:00, [EMAIL PROTECTED] [PATCH] USB: add new usb led driver. drivers/usb/misc/Kconfig | 10 ++ drivers/usb/misc/Makefile |3 drivers/usb/misc/usbled.c | 181 ++ 3 files changed, 193 insertions(+), 1

[linux-usb-devel] Re: [PATCH] USB update for 2.6.1

2004-01-20 Thread Greg KH
ChangeSet 1.1474.81.34, 2004/01/16 17:18:02-08:00, [EMAIL PROTECTED] [PATCH] USB Storage: fix mode-sense handling for 10-byte commands This patch fixes sddr09 and sddr55 to suppor the MODE_SENSE_10 commands, which are the only variants used by sd.c drivers/usb/storage/sddr09.c | 16 +

[linux-usb-devel] Re: [PATCH] USB update for 2.6.1

2004-01-20 Thread Greg KH
ChangeSet 1.1474.81.16, 2004/01/16 15:39:38-08:00, [EMAIL PROTECTED] [PATCH] USB: Missing patch for ftdi_sio.c On Sat, 2004-01-10 at 05:07, Greg KH wrote: > On Thu, Dec 18, 2003 at 10:28:24PM +0100, Rasmus Rohde wrote: > > I wrote to you earlier about a missing patch to ftdi_sio.c that appeared >

[linux-usb-devel] Re: [PATCH] USB update for 2.6.1

2004-01-20 Thread Greg KH
ChangeSet 1.1474.81.27, 2004/01/16 16:58:03-08:00, [EMAIL PROTECTED] [PATCH] USB: fix whiteheat problems > CC [M] drivers/usb/serial/whiteheat.o > drivers/usb/serial/whiteheat.c: In function `firm_setup_port': > drivers/usb/serial/whiteheat.c:1209: `CMSPAR' undeclared (first use in this functi

[linux-usb-devel] Re: [PATCH] USB update for 2.6.1

2004-01-20 Thread Greg KH
ChangeSet 1.1509, 2004/01/20 15:29:14-08:00, [EMAIL PROTECTED] USB: hook up the HID device's struct device to the input system properly. drivers/usb/input/hid-core.c |1 + drivers/usb/input/hid-input.c |1 + drivers/usb/input/hid.h |1 + 3 files changed, 3 insertions(+) dif

[linux-usb-devel] Re: [PATCH] USB update for 2.6.1

2004-01-20 Thread Greg KH
ChangeSet 1.1474.81.30, 2004/01/16 17:11:35-08:00, [EMAIL PROTECTED] [PATCH] USB Storage: Scatter-gather fixes for non READ/WRITE in datafab These patch fixes the scatter-gather usage in the datafab driver for commands other than READ or WRITE. It also tidies up the MODE-SENSE handler considerab

[linux-usb-devel] Re: [PATCH] USB update for 2.6.1

2004-01-20 Thread Greg KH
ChangeSet 1.1474.81.9, 2004/01/14 13:46:17-08:00, [EMAIL PROTECTED] [PATCH] USB: add support for the Clie PEG-TJ25 device Thanks to BOUCNIAUX Benjamin <[EMAIL PROTECTED]> for the information. drivers/usb/serial/visor.c |3 +++ drivers/usb/serial/visor.h |1 + 2 files changed, 4 inserti

[linux-usb-devel] Re: [PATCH] USB update for 2.6.1

2004-01-20 Thread Greg KH
ChangeSet 1.1474.81.21, 2004/01/16 16:24:11-08:00, [EMAIL PROTECTED] [PATCH] USB: usbnet on 2.6.0 -- needs ax8817x_ethtool_ops On Tue, 2003-12-23 at 22:49, David Brownell wrote: > > This patch should take care of it. Additionally, I had to fold one of > > my patches that's in the queue for 2.6.1

[linux-usb-devel] Re: [PATCH] USB update for 2.6.1

2004-01-20 Thread Greg KH
ChangeSet 1.1474.81.20, 2004/01/16 16:20:49-08:00, [EMAIL PROTECTED] [PATCH] USB Storage: Old patches (as129 and as141) There's a couple of old patches floating around still that you might want to apply. I have reproduced them below. as129 handles the situation where a command error causes us t

[linux-usb-devel] Re: [PATCH] USB update for 2.6.1

2004-01-20 Thread Greg KH
ChangeSet 1.1474.81.32, 2004/01/16 17:14:52-08:00, [EMAIL PROTECTED] [PATCH] USB Storage: Fix scatter-gather for non READ/WRITE in sddr09 This patch (from Alan Stern as157) fixes the non-READ/WRITE paths of the sddr09.c driver to be compliant to the requirements of scatter-gather. It also cleans

[linux-usb-devel] Re: [PATCH] USB update for 2.6.1

2004-01-20 Thread Greg KH
ChangeSet 1.1510, 2004/01/20 15:37:47-08:00, [EMAIL PROTECTED] [PATCH] USB: hook up the other (non-HID) input devices to the input system properly. drivers/usb/input/aiptek.c|1 + drivers/usb/input/kbtab.c |1 + drivers/usb/input/powermate.c |1 + drivers/usb/input/usbkbd.c

[linux-usb-devel] Re: [PATCH] USB update for 2.6.1

2004-01-20 Thread Greg KH
ChangeSet 1.1513, 2004/01/20 16:03:17-08:00, [EMAIL PROTECTED] [PATCH] USB Storage: Sysfs attribute file for max_sectors After much discussion with the SCSI folks, here's a patch to export max_sectors as a sysfs attribute. Turning this down makes some people's devices more stable, but at a signi

[linux-usb-devel] Re: [PATCH] USB update for 2.6.1

2004-01-20 Thread Greg KH
ChangeSet 1.1511, 2004/01/20 16:02:17-08:00, [EMAIL PROTECTED] [PATCH] USB: hiddev HIDIOCGREPORT not blocking in 2.6 I've noticed in 2.6 kernels that HIDIOCGREPORT does not wait for io completion before returning to the caller. This creates a few unpleasant issues for userspace: First, code sequ

[linux-usb-devel] Re: [PATCH] USB update for 2.6.1

2004-01-20 Thread Greg KH
ChangeSet 1.1514, 2004/01/20 16:03:48-08:00, [EMAIL PROTECTED] [PATCH] USB: fix memory bug in usb-skeleton.c drivers/usb/usb-skeleton.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/drivers/usb/usb-skeleton.c b/drivers/usb/usb-skeleton.c --- a/drivers/usb/usb-skeleton.

[linux-usb-devel] Re: [PATCH] USB update for 2.6.1

2004-01-20 Thread Greg KH
ChangeSet 1.1515, 2004/01/20 16:13:21-08:00, [EMAIL PROTECTED] [PATCH] USB Storage: unusual_devs.h patch for Trumpion MP3 player This patch is needed for the USB storage subsystem to recognize the Trumpion MP3 player as a valid USB mass storage. T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 3