public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* BUG, regression. usb-serial adapter broken by PM?
@ 2010-11-30  1:52 Benjamin Poirier
  2010-11-30  3:26 ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Benjamin Poirier @ 2010-11-30  1:52 UTC (permalink / raw)
  To: Alan Stern, Johan Hovold
  Cc: Pavel Machek, Rafael J. Wysocki, Len Brown, Greg Kroah-Hartman,
	Arjan van de Ven, linux-pm, linux-kernel, Andreas Mohr,
	Daniel Sangorrin, linux-usb

Hello,

Recently, my usb-serial converter has become unusable. Attempts to open
the device always fail with:
open("/dev/ttyUSB0", O_RDONLY)          = -1 EAGAIN (Resource temporarily unavailable)

The device is a:
ID 0c52:2101 Sealevel Systems, Inc. Serial Converter
and uses the ftdi_sio driver.

I've bisected this problem to
commit 1bfee5bc86fdaecc912e06080583eddab7263df2
Author: Alan Stern <stern@rowland.harvard.edu>
Date:   Sat Sep 25 23:35:00 2010 +0200

    PM / Runtime: Merge synchronous and async runtime routines

I have other usb-serial converters that use other drivers and that are
unaffected. I have noticed the problem on a x86_64 machine (.config
here: http://pastebin.ca/2006414) and can reproduce it in kvm (with usb
passthrough, .config here: http://pastebin.ca/2006416).

I'll be glad to provide more info or try patches.

Thanks,
-Ben

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: BUG, regression. usb-serial adapter broken by PM?
  2010-11-30  1:52 BUG, regression. usb-serial adapter broken by PM? Benjamin Poirier
@ 2010-11-30  3:26 ` Greg KH
  2010-11-30 15:11   ` Benjamin Poirier
  0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2010-11-30  3:26 UTC (permalink / raw)
  To: Benjamin Poirier
  Cc: Alan Stern, Johan Hovold, Pavel Machek, Rafael J. Wysocki,
	Len Brown, Arjan van de Ven, linux-pm, linux-kernel, Andreas Mohr,
	Daniel Sangorrin, linux-usb

On Mon, Nov 29, 2010 at 08:52:14PM -0500, Benjamin Poirier wrote:
> Hello,
> 
> Recently, my usb-serial converter has become unusable. Attempts to open
> the device always fail with:
> open("/dev/ttyUSB0", O_RDONLY)          = -1 EAGAIN (Resource temporarily unavailable)
> 
> The device is a:
> ID 0c52:2101 Sealevel Systems, Inc. Serial Converter
> and uses the ftdi_sio driver.
> 
> I've bisected this problem to
> commit 1bfee5bc86fdaecc912e06080583eddab7263df2
> Author: Alan Stern <stern@rowland.harvard.edu>
> Date:   Sat Sep 25 23:35:00 2010 +0200
> 
>     PM / Runtime: Merge synchronous and async runtime routines
> 
> I have other usb-serial converters that use other drivers and that are
> unaffected. I have noticed the problem on a x86_64 machine (.config
> here: http://pastebin.ca/2006414) and can reproduce it in kvm (with usb
> passthrough, .config here: http://pastebin.ca/2006416).
> 
> I'll be glad to provide more info or try patches.

A patch to resolve this was sent to linux-usb@vger.kernel.org yesterday,
can you try that one out (sorry, can't dig it out at the moment...)

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: BUG, regression. usb-serial adapter broken by PM?
  2010-11-30  3:26 ` Greg KH
@ 2010-11-30 15:11   ` Benjamin Poirier
  0 siblings, 0 replies; 3+ messages in thread
From: Benjamin Poirier @ 2010-11-30 15:11 UTC (permalink / raw)
  To: Greg KH
  Cc: Alan Stern, Johan Hovold, Pavel Machek, Rafael J. Wysocki,
	Len Brown, Arjan van de Ven, linux-pm, linux-kernel, Andreas Mohr,
	Daniel Sangorrin, linux-usb

On 29/11/10 10:26 PM, Greg KH wrote:
> On Mon, Nov 29, 2010 at 08:52:14PM -0500, Benjamin Poirier wrote:
>> Hello,
>>
>> Recently, my usb-serial converter has become unusable. Attempts to open
>> the device always fail with:
>> open("/dev/ttyUSB0", O_RDONLY)          = -1 EAGAIN (Resource temporarily unavailable)
>>
>> The device is a:
>> ID 0c52:2101 Sealevel Systems, Inc. Serial Converter
>> and uses the ftdi_sio driver.
>>
>> I've bisected this problem to
>> commit 1bfee5bc86fdaecc912e06080583eddab7263df2
>> Author: Alan Stern <stern@rowland.harvard.edu>
>> Date:   Sat Sep 25 23:35:00 2010 +0200
>>
>>     PM / Runtime: Merge synchronous and async runtime routines
>>
>> I have other usb-serial converters that use other drivers and that are
>> unaffected. I have noticed the problem on a x86_64 machine (.config
>> here: http://pastebin.ca/2006414) and can reproduce it in kvm (with usb
>> passthrough, .config here: http://pastebin.ca/2006416).
>>
>> I'll be glad to provide more info or try patches.
> 
> A patch to resolve this was sent to linux-usb@vger.kernel.org yesterday,
> can you try that one out (sorry, can't dig it out at the moment...)

I think that's the one:
http://www.spinics.net/lists/linux-usb/msg39257.html

It indeed fixes the problem. Thanks!

btw. it seems I was late to the game, I should've checked bugzilla too,
https://bugzilla.kernel.org/show_bug.cgi?id=23012

-Ben

> 
> thanks,
> 
> greg k-h


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-11-30 15:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-30  1:52 BUG, regression. usb-serial adapter broken by PM? Benjamin Poirier
2010-11-30  3:26 ` Greg KH
2010-11-30 15:11   ` Benjamin Poirier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox