Re: Ehci-hcd kernel driver and ALi chipset doesn't work.

2008-01-10 Thread David Brownell
On Wednesday 09 January 2008, topo gigio wrote: > LoL, > well thanks to all for your answers, it's funny > that's a power problem, So ... did you verify that not using the external power supply *was* causing the problem? > But... if, like u say, this is a power problem, why > the same device (a

[PATCH]use GFP_NOIO in reset path

2008-01-10 Thread Oliver Neukum
Hi, this function will run in the context of the scsi error handler thread. It must use GFP_NOIO instead of GFP_KERNEL to avoid a possible deadlock. Signed-off-by: Oliver Neukum <[EMAIL PROTECTED]> Regards Oliver --- linux-2.6.24-scsi-power/drivers/usb/core/hub.c.a

Re: Linux scsi / usb-mass-storage and HP printer cardreader bug + fix

2008-01-10 Thread Boaz Harrosh
- Original Message - *From:* Hans de Goede <[EMAIL PROTECTED]> *To:* USB Storage list <[EMAIL PROTECTED]> *CC:* [EMAIL PROTECTED], USB development list <[EMAIL PROTECTED]>, David Brown <[EMAIL PROTECTED]>, Guillaume Bedot <[EMAIL PROTECTED]>, [EMAIL PROTECTED], linux-usb@vger.kernel.org *Se

Re: Linux scsi / usb-mass-storage and HP printer cardreader bug + fix

2008-01-10 Thread Hans de Goede
Boaz Harrosh wrote: - Original Message - *From:* Hans de Goede <[EMAIL PROTECTED]> *To:* USB Storage list <[EMAIL PROTECTED]> *CC:* [EMAIL PROTECTED], USB development list <[EMAIL PROTECTED]>, David Brown <[EMAIL PROTECTED]>, Guillaume Bedot <[EMAIL PROTECTED]>, [EMAIL PROTECTED], linux-u

Re: Linux scsi / usb-mass-storage and HP printer cardreader bug + fix

2008-01-10 Thread Boaz Harrosh
On Thu, Jan 10 2008 at 12:52 +0200, Hans de Goede <[EMAIL PROTECTED]> wrote: > Boaz Harrosh wrote: >> - Original Message - >> *From:* Hans de Goede <[EMAIL PROTECTED]> >> *To:* USB Storage list <[EMAIL PROTECTED]> >> *CC:* [EMAIL PROTECTED], USB development list >> <[EMAIL PROTECTED]>, Davi

Re: Ehci-hcd kernel driver and ALi chipset doesn't work.

2008-01-10 Thread Alan Stern
On Thu, 10 Jan 2008, topo gigio wrote: > Ok, googling around, i found this "Transmitted signal > levels are 0.0–0.3 volts for low and 2.8–3.6 volts for > high in Full Speed and Low Speed modes, and +-400mV in > High Speed (HS) mode." > Ok, power vary if different speed is selected, but > isn't pos

Re: [patch/rft 2.6.24-rc] usb: ehci completes high speed ISO URBs sooner

2008-01-10 Thread Alan Stern
On Wed, 9 Jan 2008, David Brownell wrote: > On Wednesday 09 January 2008, Alan Stern wrote: > > On Wed, 9 Jan 2008, David Brownell wrote: > > > > > On Wednesday 09 January 2008, Alan Stern wrote: > > > > > > > > > > (b) When we encounter an ISO transfer (either speed, but this > > > > > > hi

[PATCH] EHCI: move del_timer_sync calls outside spinlocked region

2008-01-10 Thread Alan Stern
This patch (as1030) moves a del_timer_sync() call outside the scope of a spinlock, where it could cause a deadlock, and adds a new del_timer_sync() call for the new IAA watchdog timer (it was omitted by mistake). Signed-off-by: Alan Stern <[EMAIL PROTECTED]> CC: David Brownell <[EMAIL PROTECTED]>

[PATCH] EHCI: add a short delay to the bus_suspend routine

2008-01-10 Thread Alan Stern
This patch (as1031) adds a short delay to the bus-suspend routine in ehci-hcd. Without it some devices disconnect when they should suspend. Signed-off-by: Alan Stern <[EMAIL PROTECTED]> CC: David Brownell <[EMAIL PROTECTED]> --- Index: usb-2.6/drivers/usb/host/ehci-hub.c ===

Re: Ehci-hcd kernel driver and ALi chipset doesn't work.

2008-01-10 Thread David Brownell
On Thursday 10 January 2008, Alan Stern wrote: > > Ok, power vary if different speed is selected, but > > isn't possible to add a feauture to ehci module to > > auto select lower speed if there isn't enought power > > to reach th HighSpeed mode? > > It is possible, and such a feature has already b

Re: [PATCH] EHCI: add a short delay to the bus_suspend routine

2008-01-10 Thread Greg KH
On Thu, Jan 10, 2008 at 11:14:53AM -0500, Alan Stern wrote: > This patch (as1031) adds a short delay to the bus-suspend routine in > ehci-hcd. Without it some devices disconnect when they should > suspend. > > Signed-off-by: Alan Stern <[EMAIL PROTECTED]> > CC: David Brownell <[EMAIL PROTECTED]>

Re: WD My Book 500G external drive: error -110

2008-01-10 Thread Sean Darcy
Matthew Dharm wrote: On Tue, Jan 08, 2008 at 09:21:43PM -0800, Pete Zaitcev wrote: On Tue, 08 Jan 2008 18:56:03 -0500, Sean Darcy <[EMAIL PROTECTED]> wrote: head -20 /tmp/1.mon.out 810037f38d80 3045534577 S Ii:2:001:1 -115:128 2 < 81000fe64cc0 3045534596 S Ci:2:001:0 s a3 00 000

[PATCH] usb-serial: Sierra driver - add devices and update dtr

2008-01-10 Thread Kevin Lloyd
From: Kevin Lloyd <[EMAIL PROTECTED]> This patch is targeted for the 2.6.24-rc7 kernel. The following improvements were made: - Added new product support: MC5725, AC 880 U, MP 3G (UMTS & CDMA) - Fixed control line issue where asserting DTR on ep5 would close ep2 - Added support for calc_num_po

Re: [PATCH] usb-serial: Sierra driver - add devices and update dtr

2008-01-10 Thread Greg KH
On Thu, Jan 10, 2008 at 11:11:04AM -0800, Kevin Lloyd wrote: > From: Kevin Lloyd <[EMAIL PROTECTED]> > > This patch is targeted for the 2.6.24-rc7 kernel. > > The following improvements were made: > - Added new product support: MC5725, AC 880 U, MP 3G (UMTS & CDMA) > - Fixed control line issue

Re: Ehci-hcd kernel driver and ALi chipset doesn't work.

2008-01-10 Thread Alan Stern
On Thu, 10 Jan 2008, David Brownell wrote: > On Thursday 10 January 2008, Alan Stern wrote: > > > Ok, power vary if different speed is selected, but > > > isn't possible to add a feauture to ehci module to > > > auto select lower speed if there isn't enought power > > > to reach th HighSpeed mode?

Re: [PATCH] EHCI: add a short delay to the bus_suspend routine

2008-01-10 Thread Alan Stern
On Thu, 10 Jan 2008, Greg KH wrote: > On Thu, Jan 10, 2008 at 11:14:53AM -0500, Alan Stern wrote: > > This patch (as1031) adds a short delay to the bus-suspend routine in > > ehci-hcd. Without it some devices disconnect when they should > > suspend. > > > > Signed-off-by: Alan Stern <[EMAIL PROT

Re: WD My Book 500G external drive: error -110

2008-01-10 Thread Alan Stern
On Thu, 10 Jan 2008, Sean Darcy wrote: > But it's all fixed - probably by sunspots. > > I unplugged the MyBook and moved it over to a laptop. That worked under > Fedora. Then I took it back to the original desktop, and that worked!! > > Jan 10 14:02:57 testbox kernel: usb 3-1: new full speed US

Re: [PATCH] EHCI: add a short delay to the bus_suspend routine

2008-01-10 Thread David Brownell
On Thursday 10 January 2008, Alan Stern wrote: > This patch (as1031) adds a short delay to the bus-suspend routine in > ehci-hcd. Without it some devices disconnect when they should > suspend. > > Signed-off-by: Alan Stern <[EMAIL PROTECTED]> > CC: David Brownell <[EMAIL PROTECTED]> Ack. :) >

Re: [PATCH] EHCI: move del_timer_sync calls outside spinlocked region

2008-01-10 Thread David Brownell
On Thursday 10 January 2008, Alan Stern wrote: > This patch (as1030) moves a del_timer_sync() call outside the scope of a > spinlock, where it could cause a deadlock, and adds a new > del_timer_sync() call for the new IAA watchdog timer (it was omitted > by mistake). > > Signed-off-by: Alan Stern

Re: [patch/rft 2.6.24-rc] usb: ehci completes high speed ISO URBs sooner

2008-01-10 Thread David Brownell
On Thursday 10 January 2008, Alan Stern wrote: > On Wed, 9 Jan 2008, David Brownell wrote: > > > On Wednesday 09 January 2008, Alan Stern wrote: > > > On Wed, 9 Jan 2008, David Brownell wrote: > > > > > > > On Wednesday 09 January 2008, Alan Stern wrote: > > > > > > > > > > > > (b) When we encou

[PATCH revised] EHCI: move del_timer_sync calls outside spinlocked region

2008-01-10 Thread Alan Stern
This patch (as1030b) moves a del_timer_sync() call outside the scope of a spinlock, where it could cause a deadlock, and adds a new del_timer_sync() call for the new IAA watchdog timer (it was omitted by mistake). Signed-off-by: Alan Stern <[EMAIL PROTECTED]> --- This revised version puts the de

Re: [PATCH revised] EHCI: move del_timer_sync calls outside spinlocked region

2008-01-10 Thread David Brownell
On Thursday 10 January 2008, Alan Stern wrote: > This patch (as1030b) moves a del_timer_sync() call outside the scope of a > spinlock, where it could cause a deadlock, and adds a new > del_timer_sync() call for the new IAA watchdog timer (it was omitted > by mistake). > > Signed-off-by: Alan Stern

Re: Ehci-hcd kernel driver and ALi chipset doesn't work.

2008-01-10 Thread topo gigio
--- Alan Stern <[EMAIL PROTECTED]> wrote: > On Thu, 10 Jan 2008, David Brownell wrote: > > > On Thursday 10 January 2008, Alan Stern wrote: > > > > Ok, power vary if different speed is selected, > but > > > > isn't possible to add a feauture to ehci > module to > > > > auto select lower speed if

USB gadget serial on PXA-270

2008-01-10 Thread Thomi Aurel RUAG A
Hi, I'm trying to establish a connection between a Windows XP host and a Linux (PXA-270) client over usb using the gadget_serial driver. I started with the pxa27x_udc driver of Rodolfo Giometti (http://wiki.enneenne.com/index.php/PXA27x_UDC), configured and compiled the neccessary kernel modules

HID Joysticks: Reset/failed to restore altsetting/disconnect

2008-01-10 Thread Alexey Spiridonov
Hello, I have a pair of identical Dance-Dance-Revolution-style game pad controllers. They are USB HID joysticks. If I plug in one, it works fine. If I plug in two, each one works fine by itself. However, bad things happen if I attempt to read data from both simultaneosly, for example like thi