Re: [linux-usb-devel] [Patch] Support for Embedded Host Hi-Speed Electrical Tests

2006-03-25 Thread Greg KH
On Thu, Mar 23, 2006 at 11:17:02PM -0500, Craig W. Nadler wrote: About a year ago a new test method was developed for running the USB Hi-Speed Host Electrical tests during compliance testing. The new method was designed for embedded devices with OTG or Host ports. Prior to this the test

[linux-usb-devel] [2.6 patch] drivers/usb/host/pci-quirks.c: proper prototypes

2006-03-25 Thread Adrian Bunk
This patch adds a header file with proper prototypes for two functions in drivers/usb/host/pci-quirks.c. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- drivers/usb/host/pci-quirks.c |1 + drivers/usb/host/pci-quirks.h |7 +++ drivers/usb/host/uhci-hcd.c |4 +--- 3 files

[linux-usb-devel] Re: [2.6 patch] drivers/usb/host/pci-quirks.c: proper prototypes

2006-03-25 Thread Alan Stern
On Sat, 25 Mar 2006, Adrian Bunk wrote: This patch adds a header file with proper prototypes for two functions in drivers/usb/host/pci-quirks.c. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] Acked-by: Alan Stern [EMAIL PROTECTED] ---

Re: [linux-usb-devel] [patch] usbutils, lsusb : fixes endian bug

2006-03-25 Thread Frédéric Leroy
Le mercredi 15 mars 2006 à 14:33 +0100, Frédéric Leroy a écrit : Hello, Lsusb is reporting wrong size for configuration descriptor on big endian system. I joined a small patch to fix it. Someone watched it ? cvs has not changed. ---

[linux-usb-devel] [2.6 patch] usb/input/keyspan_remote.c: don't use an uninitialized variable

2006-03-25 Thread Adrian Bunk
gcc reported the following: -- snip -- ... CC drivers/usb/input/keyspan_remote.o drivers/usb/input/keyspan_remote.c: In function 'keyspan_irq_recv': drivers/usb/input/keyspan_remote.c:186: warning: 'message.toggle' may be used uninitialized in this function ... -- snip -- gcc is

[linux-usb-devel] Re: [2.6 patch] usb/input/keyspan_remote.c: don't use an uninitialized variable

2006-03-25 Thread Adrian Bunk
On Sat, Mar 25, 2006 at 06:12:14PM +0100, Adrian Bunk wrote: ... Signed-off-by: Darren Jenkins [EMAIL PROTECTED] ... Cut'n'paste error of the year... Darren Jenkins was in no way involved with this patch, this should have been: Signed-off-by: Adrian Bunk [EMAIL PROTECTED] cu Adrian --

[linux-usb-devel] ARM problem with a kernel tree commit 329af28b141ab4ae847aff1362864c4cc332641f

2006-03-25 Thread Marc Singer
The change of the zero_unbind and eth_unbind calls to use __exit breaks the driver on ARM. It causes a difficult to locate error: LD .tmp_vmlinux1 local symbol 0: discarded in section `.exit.text' from drivers/built-in.o drivers/built-in.o(.init.text+0x3880): In function

Re: [linux-usb-devel] ARM problem with a kernel tree commit 329af28b141ab4ae847aff1362864c4cc332641f

2006-03-25 Thread Marc Singer
On Sat, Mar 25, 2006 at 01:21:00PM -0800, Marc Singer wrote: The change of the zero_unbind and eth_unbind calls to use __exit breaks the driver on ARM. It causes a difficult to locate error: LD .tmp_vmlinux1 local symbol 0: discarded in section `.exit.text' from

Re: [linux-usb-devel] [2.6 patch] usb/input/keyspan_remote.c: don't use an uninitialized variable

2006-03-25 Thread Wolfgang Rohdewald
On Saturday 25 March 2006 18:12, Adrian Bunk wrote: } else { err(%s - Error in message, invalid toggle.\n, __FUNCTION__); + return; } keyspan_load_tester(remote, 5); if ((remote-data.tester