[linux-usb-devel] Re: [PATCH] USB patches for 2.6.9-rc1

2004-08-29 Thread Juergen Stuber
Greg KH <[EMAIL PROTECTED]> writes: > On Sat, Aug 28, 2004 at 01:08:32PM +0200, Juergen Stuber wrote: >> Greg KH <[EMAIL PROTECTED]> writes: >> > >> > [PATCH] USB: legousbtower.c module_param fix >> > >> > drivers/usb/misc/legousbtower.c: In function `__check_read_buffer_size': >> > drivers/usb/mis

Re: [linux-usb-devel] Re: [PATCH] USB patches for 2.6.9-rc1

2004-08-28 Thread Greg KH
On Sat, Aug 28, 2004 at 01:08:32PM +0200, Juergen Stuber wrote: > Greg KH <[EMAIL PROTECTED]> writes: > > > > [PATCH] USB: legousbtower.c module_param fix > > > > drivers/usb/misc/legousbtower.c: In function `__check_read_buffer_size': > > drivers/usb/misc/legousbtower.c:119: warning: return from i

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.9-rc1

2004-08-28 Thread Juergen Stuber
Greg KH <[EMAIL PROTECTED]> writes: > > [PATCH] USB: legousbtower.c module_param fix > > drivers/usb/misc/legousbtower.c: In function `__check_read_buffer_size': > drivers/usb/misc/legousbtower.c:119: warning: return from incompatible pointer type > drivers/usb/misc/legousbtower.c: In function `__c

Re: [linux-usb-devel] Re: [PATCH] USB patches for 2.6.9-rc1

2004-08-28 Thread Oliver Neukum
Am Samstag, 28. August 2004 04:48 schrieb Alan Stern: > On Fri, 27 Aug 2004, Oliver Neukum wrote: > > > > > > @@ -668,7 +668,7 @@ > > > > > INTBUFFERSIZE, > > > > > int_callback, > > > > > kaweth, > > > > > - HZ/4); > > > > > + 8);

Re: [linux-usb-devel] Re: [PATCH] USB patches for 2.6.9-rc1

2004-08-27 Thread Greg KH
On Fri, Aug 27, 2004 at 10:48:44PM -0400, Alan Stern wrote: > On Fri, 27 Aug 2004, Oliver Neukum wrote: > > > > > > @@ -668,7 +668,7 @@ > > > > > INTBUFFERSIZE, > > > > > int_callback, > > > > > kaweth, > > > > > - HZ/4); > > > > > +

Re: [linux-usb-devel] Re: [PATCH] USB patches for 2.6.9-rc1

2004-08-27 Thread Alan Stern
On Fri, 27 Aug 2004, Oliver Neukum wrote: > > > > @@ -668,7 +668,7 @@ > > > > INTBUFFERSIZE, > > > > int_callback, > > > > kaweth, > > > > - HZ/4); > > > > + 8); > > > > kaweth->irq_urb->transfer_dma = kaweth->intb

Re: [linux-usb-devel] Re: [PATCH] USB patches for 2.6.9-rc1

2004-08-27 Thread Oliver Neukum
Am Freitag, 27. August 2004 17:33 schrieb Greg KH: > On Fri, Aug 27, 2004 at 10:40:35AM +0200, Oliver Neukum wrote: > > Am Freitag, 27. August 2004 01:54 schrieb Greg KH: > > > ChangeSet 1.1843.4.18, 2004/08/24 12:08:00-07:00, [EMAIL PROTECTED] > > > > > > USB: fix bad value in kaweth.c driver > >

Re: [linux-usb-devel] Re: [PATCH] USB patches for 2.6.9-rc1

2004-08-27 Thread Greg KH
On Fri, Aug 27, 2004 at 10:40:35AM +0200, Oliver Neukum wrote: > Am Freitag, 27. August 2004 01:54 schrieb Greg KH: > > ChangeSet 1.1843.4.18, 2004/08/24 12:08:00-07:00, [EMAIL PROTECTED] > > > > USB: fix bad value in kaweth.c driver > > > > Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> >

Re: [linux-usb-devel] Re: [PATCH] USB patches for 2.6.9-rc1

2004-08-27 Thread Oliver Neukum
Am Freitag, 27. August 2004 01:54 schrieb Greg KH: > ChangeSet 1.1843.4.18, 2004/08/24 12:08:00-07:00, [EMAIL PROTECTED] > > USB: fix bad value in kaweth.c driver > > Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> > > > drivers/usb/net/kaweth.c |2 +- > 1 files changed, 1 insertion(

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.9-rc1

2004-08-26 Thread Greg KH
ChangeSet 1.1843.4.27, 2004/08/25 10:25:30-07:00, [EMAIL PROTECTED] [PATCH] USB: ethernet gadget, minor fixes Minor tweaks to the ethernet gadget driver: - mention that it requires full-duplex hardware - correct the string description: they're always UTF-8 - fix minor C error: don't "&array"

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.9-rc1

2004-08-26 Thread Greg KH
ChangeSet 1.1843.4.11, 2004/08/24 11:43:00-07:00, [EMAIL PROTECTED] [PATCH] USB Storage: help vendors count to 1... It turns out that the Konica-Minolta DiMAGE A2 camera, in addition to all its other problems, returns a 0-length reply to the GetMaxLUN request. With this patch (accept a null reply

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.9-rc1

2004-08-26 Thread Greg KH
ChangeSet 1.1843.4.15, 2004/08/24 11:55:57-07:00, [EMAIL PROTECTED] [PATCH] USB OTG: usbcore enumeration (3/5) Teach usbcore how to enumerate OTG devices and perform HNP: - CONFIG_USB_OTG is a boolean; it selects CONFIG_USB_SUSPEND. Boards with a Mini-AB connector should offer it as a config

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.9-rc1

2004-08-26 Thread Greg KH
ChangeSet 1.1843.4.18, 2004/08/24 12:08:00-07:00, [EMAIL PROTECTED] USB: fix bad value in kaweth.c driver Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/net/kaweth.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/drivers/usb/net/kaweth.c b/drivers/us

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.9-rc1

2004-08-26 Thread Greg KH
ChangeSet 1.1843.4.20, 2004/08/24 15:11:07-07:00, [EMAIL PROTECTED] USB: Remove struct urb->timeout as it does not work Well, it works only for UHCI controllers, but that's not acceptable... Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/net/irda/irda-usb.c |3 --- drivers/

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.9-rc1

2004-08-26 Thread Greg KH
ChangeSet 1.1843.4.29, 2004/08/25 10:48:14-07:00, [EMAIL PROTECTED] [PATCH] USB: Add missing cleanup to usb_register_root_hub() This patch adds some simple cleanups that are missing for one of the error case in usb_register_root_hub(). I would be very surprised if this code ever gets executed, b

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.9-rc1

2004-08-26 Thread Greg KH
ChangeSet 1.1843.4.24, 2004/08/24 16:34:01-07:00, [EMAIL PROTECTED] [PATCH] USB: Update unlink testing code in the usbtest driver Greg: This patch updates the part of the usbtest driver that tests URB unlinking. The move to usb_kill_urb() invalidated some of the old tests. There's a correspondi

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.9-rc1

2004-08-26 Thread Greg KH
ChangeSet 1.1843.4.2, 2004/08/24 11:38:47-07:00, [EMAIL PROTECTED] [PATCH] USB: Set QH bit in UHCI framelist entries This patch fixes the error in the UHCI driver found by Stuart Hayes. It adds the UHCI_PTR_QH bit into the initial entries stored in the hardware framelist. It's not entirely clea

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.9-rc1

2004-08-26 Thread Greg KH
ChangeSet 1.1843.4.9, 2004/08/24 11:42:09-07:00, [EMAIL PROTECTED] [PATCH] USB: Fix submission-error bug in the USB scatter-gather This patch has been hanging around for a while and seems to have been forgotten. It fixes a bug in the USB scatter-gather library that crops up when submission of an

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.9-rc1

2004-08-26 Thread Greg KH
ChangeSet 1.1843.4.21, 2004/08/24 15:58:54-07:00, [EMAIL PROTECTED] USB: rip the pwc decompressor hooks out of the kernel, as they are a GPL violation. Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/media/pwc-uncompress.c | 180 - drivers

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.9-rc1

2004-08-26 Thread Greg KH
ChangeSet 1.1843.4.13, 2004/08/24 11:54:54-07:00, [EMAIL PROTECTED] [PATCH] USB OTG: add usb_bus_start_enum() (1/5) Define a new usb_bus_start_enum() routine that's available with OTG. It starts immediate enumeration (port reset) and makes khubd wake up later. Non-OTG code could start to use thi

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.9-rc1

2004-08-26 Thread Greg KH
ChangeSet 1.1843.4.17, 2004/08/24 11:56:52-07:00, [EMAIL PROTECTED] [PATCH] USB OTG: doc updates (5/5) Gadget API update. Covers OTG support, lists a few more types of hardware support, mentions gadget driver updates including RNDIS, serial with CDC-ACM, and gadgetfs AIO. Signed-off-by: David B

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.9-rc1

2004-08-26 Thread Greg KH
ChangeSet 1.1843.4.28, 2004/08/25 10:47:42-07:00, [EMAIL PROTECTED] [PATCH] USB: Use 8-byte hub status URB buffer This patch changes the size of the buffer allocated for each hub's status URB from 3 bytes to 8. The purpose is to avoid "babble" errors with certain buggy hubs. Although I only kno

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.9-rc1

2004-08-26 Thread Greg KH
ChangeSet 1.1843.4.19, 2004/08/24 13:38:39-07:00, [EMAIL PROTECTED] [PATCH] USB: ub patch to use add_timer It just occured to me that urb->timeout is not functional. drivers/block/ub.c | 80 ++--- 1 files changed, 70 insertions(+), 10 deletions

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.9-rc1

2004-08-26 Thread Greg KH
ChangeSet 1.1843.4.12, 2004/08/24 11:43:27-07:00, [EMAIL PROTECTED] [PATCH] USB: legousbtower.c module_param fix drivers/usb/misc/legousbtower.c: In function `__check_read_buffer_size': drivers/usb/misc/legousbtower.c:119: warning: return from incompatible pointer type drivers/usb/misc/legousbtow

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.9-rc1

2004-08-26 Thread Greg KH
ChangeSet 1.1843.4.7, 2004/08/24 11:41:16-07:00, [EMAIL PROTECTED] [PATCH] USB: gadget drivers learn about LH7A40x Recognize the UDC for the Sharp LH7A40x chips (ARMv4t SOCs) - define gadget_is_lh7a40x() macro - gadget drivers use it to assign bcdDevice - supports CDC Ethernet (and RNDIS)

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.9-rc1

2004-08-26 Thread Greg KH
ChangeSet 1.1843.4.10, 2004/08/24 11:42:35-07:00, [EMAIL PROTECTED] [PATCH] USB: unusual_devs.h entry This patch adds an unusual_devs.h entry for the Apacer Audio Steno, which reports its capacity as total number of blocks rather than largest block number (i.e., the value is off by one). Please

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.9-rc1

2004-08-26 Thread Greg KH
ChangeSet 1.1843.4.8, 2004/08/24 11:41:43-07:00, [EMAIL PROTECTED] [PATCH] USB: net2280 patch Don't clear ep0 status phase handshake during endpoint reset ... at least one driver emits so much debug output before resetting endpoints that the reset happens late enough to make the chip break protoc

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.9-rc1

2004-08-26 Thread Greg KH
ChangeSet 1.1843.4.14, 2004/08/24 11:55:24-07:00, [EMAIL PROTECTED] [PATCH] USB OTG: ohci reset updates (2/5) Generic OTG and reset support for OTG. - Declare and use a start_hnp() board-specific procedure. The OMAP implementation will come separately, it can't yet be configured. - When O

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.9-rc1

2004-08-26 Thread Greg KH
ChangeSet 1.1843.4.16, 2004/08/24 11:56:26-07:00, [EMAIL PROTECTED] [PATCH] USB OTG: gadget zero (4/5) Minor gadget zero fixes: - correct string descriptions: they're always UTF-8 - for OTG, report HNP and remote wakeup support Signed-off-by: David Brownell <[EMAIL PROTECTED]> Signed-off-by

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.9-rc1

2004-08-26 Thread Greg KH
ChangeSet 1.1843.4.31, 2004/08/26 15:56:59-07:00, [EMAIL PROTECTED] [PATCH] USB: cdc acm patch Fix tty layer sleep/locking problem (again) ... when this is called through the network stack (PPP) sleeping isn't allowed. There's some bugtraq ID for this. From: Oliver Neukum <[EMAIL PROTECTED]> Sig