Re: Nikon D80 new FW still needs Fixup

2008-02-19 Thread Konstantin Kletschke
Nikon D80 Firmware revision v1.10 still needs to be fixed up. Signed-off-by: Konstantin Kletschke <[EMAIL PROTECTED]> -- GPG KeyID EF62FCEF Fingerprint: 13C9 B16B 9844 EC15 CC2E A080 1E69 3FDA EF62 FCEF --- linux-2.6.24-gentoo-r2/drivers/usb/storage/unusual_devs.h.orig 2008-01-24 23:58:

[Fwd: Re: Nikon D80 new FW still needs Fixup]

2008-02-19 Thread Phil Dibowitz
From: Konstantin Kletschke <[EMAIL PROTECTED]> Add new BCD numbers for Nikon D80 Firmware revision v1.10 to the unusual_devs.h file. Greg, please apply. Signed-off-by: Konstantin Kletschke <[EMAIL PROTECTED]> Signed-off-by: Phil Dibowitz <[EMAIL PROTECTED]> -- Phil Dibowitz

Re: [PATCH] USB: Simplify EHCI's itd_urb_transaction()

2008-02-19 Thread Karsten Wiese
Am Dienstag, 19. Februar 2008 schrieb David Brownell: > On Monday 18 February 2008, Karsten Wiese wrote: > > > > stream->free_list is either empty or contains ITD(s). > > Spare an "if (!itd)" and only do another after dma_pool_alloc(). > > > > Signed-off-by: Karsten Wiese <[EMAIL PROTECTED]> > >

[patch v7 4/4] USB: add Cypress c67x00 OTG controller gadget driver

2008-02-19 Thread Peter Korsgaard
This patch adds USB gadget support for the Cypress c67x00 family of devices. This is work in progress and not ready to be committed yet. I'm posting this to show how it fits with the rest of the driver and to collect feedback. The driver works good enought to use g_serial, but there are still iss

[patch v7 0/4] Cypress c67x00 (EZ-Host/EZ-OTG) support

2008-02-19 Thread Peter Korsgaard
The Cypress c67x00 (EZ-Host/EZ-OTG) controllers are multi-role low/fullspeed USB controllers. This patch series implements a HCD driver and shows the work-in-progress status of a gadget driver. I believe patch 1..3 are ready, and I would like to see them queued up for mainline. Changes since v6:

[patch v7 3/4] USB: add Cypress c67x00 OTG controller HCD driver

2008-02-19 Thread Peter Korsgaard
This patch adds HCD support for the Cypress c67x00 family of devices. Signed-off-by: Peter Korsgaard <[EMAIL PROTECTED]> --- drivers/usb/Makefile |2 drivers/usb/c67x00/Makefile| 11 drivers/usb/c67x00/c67x00-drv.c| 13 drivers/usb/c67x00/c67x00-hcd.c| 40

[patch v7 2/4] USB: add Cypress c67x00 OTG controller core driver

2008-02-19 Thread Peter Korsgaard
This patch add the core driver for the c67x00 USB OTG controller. The core driver is responsible for the platform bus binding and creating either USB HCD or USB Gadget instances for each of the serial interface engines on the chip. This driver does not directly implement the HCD or gadget beh

[patch v7 1/4] USB: add Cypress c67x00 low level interface code

2008-02-19 Thread Peter Korsgaard
This patch adds the low level support code for the Cypress c67x00 family of OTG controllers. The low level code is responsible for register access and implements the software protocol for communicating with the 16bit microcontroller inside the c67x00 device. Communication is done over the HPI int

USB OOPS 2.6.25-rc2-git1

2008-02-19 Thread Andre Tomt
Got this on a serial console today, using 2.6.25-rc2-git1. Machine was not doing anything interesting at the time, but has its / and kernel on a usb-storage device (usb pen drive). Intel ICH8R chipset (and USB controller), running x86_64 kernel. I'll post .config and some additional info when

Re: Problem with USB detection [Device not following USB spec but works in windows!!]

2008-02-19 Thread Alan Stern
On Tue, 19 Feb 2008, Akshay Srinivas wrote: > Any clues on this error will be helpful? Will keep updating u on my > observations and analysis. When you are able to run some tests on the misbehaving device, try using usbmon. Alan Stern - To unsubscribe from this list: send the line "unsubscribe

Re: request for test: usb audio autosuspend

2008-02-19 Thread Clemens Ladisch
Oliver Neukum wrote: > Am Dienstag, 5. Februar 2008 08:36:01 schrieb Clemens Ladisch: > > If you do autosuspend changes, they would have to go on top of the patch > > below, which makes the driver submit the endpoint's URB only when some > > MIDI stream is open. > > Ok, this turns out to be more co

Re: [patch 2/3] Convert ccp->readmutex in a mutex

2008-02-19 Thread Daniel Walker
On Mon, Feb 18, 2008 at 08:45:35PM +0100, [EMAIL PROTECTED] wrote: > @@ -1391,7 +1391,7 @@ > > /* Initialize device descriptor */ > init_MUTEX( &ccp->mutex); > - init_MUTEX( &ccp->readmutex); > + mutex_init(&ccp->readmutex); > auerbuf_init (&ccp->bufctl); > c

[PATCH] option: Add Kyocera KPC680 ids

2008-02-19 Thread Dan Williams
Signed-off-by: Dan Williams <[EMAIL PROTECTED]> diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index d1185f5..c5508bc 100644 --- a/drivers/usb/serial/option.c +++ b/drivers/usb/serial/option.c @@ -113,6 +113,9 @@ static int option_send_setup(struct usb_serial_port *port);

Re: USB OOPS 2.6.25-rc2-git1

2008-02-19 Thread David Brownell
On Tuesday 19 February 2008, Andre Tomt wrote: > Got this on a serial console today, using 2.6.25-rc2-git1. Machine was > not doing anything interesting at the time, but has its / and kernel on > a usb-storage device (usb pen drive). Can you try this diagnostic patch, to see if it reports any me

patch usb-convert-usb.h-struct-usb_device-to-kernel-doc.patch added to gregkh-2.6 tree

2008-02-19 Thread gregkh
This is a note to let you know that I've just added the patch titled Subject: USB: convert usb.h struct usb_device to kernel-doc to my gregkh-2.6 tree. Its filename is usb-convert-usb.h-struct-usb_device-to-kernel-doc.patch This tree can be found at http://www.kernel.org/pub/li

Re: USB OOPS 2.6.25-rc2-git1

2008-02-19 Thread Alan Stern
On Tue, 19 Feb 2008, Andre Tomt wrote: > Got this on a serial console today, using 2.6.25-rc2-git1. Machine was > not doing anything interesting at the time, but has its / and kernel on > a usb-storage device (usb pen drive). > > Intel ICH8R chipset (and USB controller), running x86_64 kernel.

Re: USB regression (and other failures) in 2.6.2[45]* - mostly resolved

2008-02-19 Thread Andrew Buehler
On 2/16/2008 10:35 PM, Alan Stern wrote: On Sat, 16 Feb 2008, Andrew Buehler wrote: Until this thread, I was not even aware that ACPI was related to USB; I had largely conflated it with a similar acronym which I think is related to power management and which I can suddenly not even find in my

Re: USB OOPS 2.6.25-rc2-git1

2008-02-19 Thread Andre Tomt
Alan Stern wrote: On Tue, 19 Feb 2008, Andre Tomt wrote: Got this on a serial console today, using 2.6.25-rc2-git1. Machine was not doing anything interesting at the time, but has its / and kernel on a usb-storage device (usb pen drive). Intel ICH8R chipset (and USB controller), running x86_

Re: USB OOPS 2.6.25-rc2-git1

2008-02-19 Thread David Miller
From: Andre Tomt <[EMAIL PROTECTED]> Date: Tue, 19 Feb 2008 16:19:08 +0100 > Got this on a serial console today, using 2.6.25-rc2-git1. Machine was > not doing anything interesting at the time, but has its / and kernel on > a usb-storage device (usb pen drive). > > Intel ICH8R chipset (and USB

OHCI resume broken since 2.6.24

2008-02-19 Thread Adrian Knoth
Hi! Since 2.6.24, I encounter the following problem: When I suspend-to-RAM my HP nx6325 laptop with no device connected to the OHCI port, the port will not be active after resuming. I have to unload and modprobe ohci_hcd to reactivate it. The EHCI ports on the left side do not show this problem,

Re: [PATCH 01/05] cypress_m8: Feature buffer fixes

2008-02-19 Thread Greg KH
On Sun, Feb 10, 2008 at 08:23:14PM -0600, Mike Isely wrote: > > cypress_m8: Feature buffer fixes > > From: Mike Isely <[EMAIL PROTECTED]> > > Don't hardcode the feature buffer size; use sizeof() instead. That > way we can easily specify the size in a single spot. Speaking of the > feature buff

usb/serial/io_ti.c: inconsequent NULL checking

2008-02-19 Thread Adrian Bunk
The Coverity checker spotted the following inconsequent NULL checking introduced by commit d5f5bcd425b771c0b7ff5a650b2ce061ac8bbb87: <-- snip --> static int edge_open (struct usb_serial_port *port, struct file * filp) { ... if (port->tty) <

Re: USB OOPS 2.6.25-rc2-git1

2008-02-19 Thread Andre Tomt
David Brownell wrote: On Tuesday 19 February 2008, Andre Tomt wrote: Got this on a serial console today, using 2.6.25-rc2-git1. Machine was not doing anything interesting at the time, but has its / and kernel on a usb-storage device (usb pen drive). Can you try this diagnostic patch, to see i

Re: usb/serial/io_ti.c: inconsequent NULL checking

2008-02-19 Thread Greg KH
On Wed, Feb 20, 2008 at 12:49:15AM +0200, Adrian Bunk wrote: > The Coverity checker spotted the following inconsequent NULL checking > introduced by commit d5f5bcd425b771c0b7ff5a650b2ce061ac8bbb87: > > <-- snip --> It's not a real problem, that pointer can't go away. thanks, greg k-h - To un

patch usb-storage-nikon-d80-new-fw-still-needs-fixup.patch added to gregkh-2.6 tree

2008-02-19 Thread gregkh
This is a note to let you know that I've just added the patch titled Subject: USB: storage: Nikon D80 new FW still needs Fixup to my gregkh-2.6 tree. Its filename is usb-storage-nikon-d80-new-fw-still-needs-fixup.patch This tree can be found at http://www.kernel.org/pub/linux/k

patch usb-usb-storage-don-t-clear-halt-when-get-max-lun-stalls.patch added to gregkh-2.6 tree

2008-02-19 Thread gregkh
This is a note to let you know that I've just added the patch titled Subject: USB: usb-storage: don't clear-halt when Get-Max-LUN stalls to my gregkh-2.6 tree. Its filename is usb-usb-storage-don-t-clear-halt-when-get-max-lun-stalls.patch This tree can be found at http://www.ke

Re: usb/serial/io_ti.c: inconsequent NULL checking

2008-02-19 Thread Ray Lee
On Feb 19, 2008 3:25 PM, Greg KH <[EMAIL PROTECTED]> wrote: > On Wed, Feb 20, 2008 at 12:49:15AM +0200, Adrian Bunk wrote: > > The Coverity checker spotted the following inconsequent NULL checking > > introduced by commit d5f5bcd425b771c0b7ff5a650b2ce061ac8bbb87: > > > > <-- snip --> > > It's not

Re: problem with starting 2.5.26-rc1 and latest git

2008-02-19 Thread Mariusz Kozlowski
Hello, > > Of course there is a typo in the subject :) > > > > 2.5.25-rc1 -> 2.6.25-rc1 > > > > > Hello, > > > > > > I tried 2.6.25-rc1 and latest git on my laptop (x86 32bit) and have a > > > problem. > > > Linux boots but with huge delay due to some issue with loading usb > > > modules. >

Re: [patch v7 3/4] USB: add Cypress c67x00 OTG controller HCD driver

2008-02-19 Thread Greg KH
On Tue, Feb 19, 2008 at 04:09:19PM +0100, Peter Korsgaard wrote: > This patch adds HCD support for the Cypress c67x00 family of devices. > > Signed-off-by: Peter Korsgaard <[EMAIL PROTECTED]> And it doesn't build: CC [M] drivers/usb/c67x00/c67x00-hcd.o distcc[2413] ERROR: compile /home/gregkh

Re: USB OOPS 2.6.25-rc2-git1

2008-02-19 Thread David Brownell
On Tuesday 19 February 2008, Andre Tomt wrote: > > > Can you try this diagnostic patch, to see if it reports any messages > > about IAA and/or IAAD oddities?  There's surely a quick workaround > > for this, but I'd rather understand the root cause before patching. > > Doesn't seem to have trigger

checkpatch.pl & cypress_m8 [was: [PATCH 01/05] cypress_m8: Feature buffer fixes]

2008-02-19 Thread Mike Isely
On Tue, 19 Feb 2008, Greg KH wrote: > On Sun, Feb 10, 2008 at 08:23:14PM -0600, Mike Isely wrote: > > > > cypress_m8: Feature buffer fixes > > > > From: Mike Isely <[EMAIL PROTECTED]> > > > > Don't hardcode the feature buffer size; use sizeof() instead. That > > way we can easily specify the s

Re: USB OOPS 2.6.25-rc2-git1

2008-02-19 Thread David Brownell
On Tuesday 19 February 2008, David Miller wrote: > From: Andre Tomt <[EMAIL PROTECTED]> > Date: Tue, 19 Feb 2008 16:19:08 +0100 > > > Got this on a serial console today, using 2.6.25-rc2-git1. Machine was > > not doing anything interesting at the time, but has its / and kernel on > > a usb-stora

Re: USB OOPS 2.6.25-rc2-git1

2008-02-19 Thread David Miller
From: David Brownell <[EMAIL PROTECTED]> Date: Tue, 19 Feb 2008 16:19:54 -0800 > On Tuesday 19 February 2008, David Miller wrote: > > From: Andre Tomt <[EMAIL PROTECTED]> > > Date: Tue, 19 Feb 2008 16:19:08 +0100 > > > > > Got this on a serial console today, using 2.6.25-rc2-git1. Machine was >

Re: iuu_driver

2008-02-19 Thread Greg KH
On Wed, Feb 20, 2008 at 06:03:26AM +0100, Alain Degreffe wrote: > Hi greg, > > Sorry to insist :(.. But where I can find the iuu_driver patch in the > git repository ? I have no idea what you are referring to. Can you provide some more details and context please? thanks, greg k-h - To unsubscr

OMAP34xx EHCI bulk OUT CRC16 complementing

2008-02-19 Thread Pandita, Vikram
USB EHCI/OHCI experts On omap-git v2.6.25-rc2, TI OMAP34xx EHCI controller, we are seeing a strange behavior on a bulk OUT 512 byte transfer. We can see through the CATC that the 512 byte goes out successfully but there are many Turnaround/Timeout Errors and retries before the packet goes out

iuu_driver

2008-02-19 Thread Alain Degreffe
Hi greg, Sorry to insist :(.. But where I can find the iuu_driver patch in the git repository ? Alain - To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: checkpatch.pl & cypress_m8 [was: [PATCH 01/05] cypress_m8: Feature buffer fixes]

2008-02-19 Thread Greg KH
On Tue, Feb 19, 2008 at 06:45:48PM -0600, Mike Isely wrote: > It might be a useful exercise to sweep through the entire driver and > clean up all outstanding issues like this. The driver isn't that large > so it should be doable without too much pain. Would you be interested > in a patch for t

Re: Huawei E220 and usb storage

2008-02-19 Thread Norbert Preining
On Do, 14 Feb 2008, Pete Zaitcev wrote: > that you did, after taking care of detection and initialization. > Look at his dmesg in comment #44 in this: Yes, that looks very similar. > > - changing the penultimage argument in the usb_stor_huawei_e220_init > > function from 0x1 to 0 stopped this m