Re: [linux-usb-devel] 2.6.21-rc4: pl2303 disconnect oops

2007-03-18 Thread Adrian Bunk
On Mon, Mar 19, 2007 at 08:41:33AM +0200, Meelis Roos wrote: > I was using my laptop as the serial console of another computer with > pl2303 usb-to-serial cable. minicom was running but I do not remember > whether the other end was connected or was already disconnected. Anyway, > I unplugged the

Re: [linux-usb-devel] [PATCH] Fix gadget serial response on USB_CDC_REQ_SET_LINE_CODING

2007-03-18 Thread Li Yang-r58472
> -Original Message- > From: David Brownell [mailto:[EMAIL PROTECTED] > Sent: Monday, March 19, 2007 3:03 PM > To: Li Yang-r58472 > Cc: linux-usb-devel@lists.sourceforge.net; [EMAIL PROTECTED] > Subject: Re: [linux-usb-devel] [PATCH] Fix gadget serial response on > USB_CDC_REQ_SET_LINE_CODI

Re: [linux-usb-devel] Kconfig for sn9c102 driver bugged

2007-03-18 Thread Trent Piepho
On Sun, 18 Mar 2007, Mauro Carvalho Chehab wrote: > Em Dom, 2007-03-18 ??s 09:40 +0100, Bram Stolk escreveu: > > The Kconfig for the sn9c102 driver is wrong. > > This driver is a V4L2 driver, but the Kconfig > > lists V4L1 as a dependency. > > If you disable V4L1 support (and V4L1_COMPAT), the driv

[linux-usb-devel] 2.6.21-rc4: pl2303 disconnect oops

2007-03-18 Thread Meelis Roos
I was using my laptop as the serial console of another computer with pl2303 usb-to-serial cable. minicom was running but I do not remember whether the other end was connected or was already disconnected. Anyway, I unplugged the usb cable and got a couple of oopses from pl2303. Kernel 2.6.21-rc4

Re: [linux-usb-devel] Gadget Zero testing with OMAP

2007-03-18 Thread David Brownell
On Wednesday 14 March 2007 6:33 am, Wael Adel wrote: > hi all, > Actually, the steps mentioned in USB Linux testing in the following link: > http://www.linux-usb.org/usbtest/index.html#gadgets > these steps for testing r not vey clear to me, so i will tell u what i > have made: > 1. i

Re: [linux-usb-devel] [PATCH] Fix gadget serial response on USB_CDC_REQ_SET_LINE_CODING

2007-03-18 Thread David Brownell
On Sunday 18 March 2007 8:16 pm, Li Yang-r58472 wrote: > > -Original Message- > > From: David Brownell [mailto:[EMAIL PROTECTED] > > Sent: Saturday, March 17, 2007 6:38 AM > > To: linux-usb-devel@lists.sourceforge.net > > Cc: Li Yang-r58472; [EMAIL PROTECTED] > > Subject: Re: [linux-usb-dev

[linux-usb-devel] remote-wakeup/sus/res

2007-03-18 Thread Pandita, Vikram
Hi  In my platform the CONFIG_PM is not enabled yet as we are in initial stages of development. Are the features of suspend/resume/remote-wakeup dependent on PM? In this situation : 1) How can I test the REMOTE-WAKEUP for my device? 2) Also as a host, how can I Force a SUSPEND/RESUME? Regards,

Re: [linux-usb-devel] [PATCH] Fix gadget serial response on USB_CDC_REQ_SET_LINE_CODING

2007-03-18 Thread Li Yang-r58472
> -Original Message- > From: David Brownell [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 17, 2007 6:38 AM > To: linux-usb-devel@lists.sourceforge.net > Cc: Li Yang-r58472; [EMAIL PROTECTED] > Subject: Re: [linux-usb-devel] [PATCH] Fix gadget serial response on > USB_CDC_REQ_SET_LINE_CO

Re: [linux-usb-devel] polling mechanism for media presence

2007-03-18 Thread Alan Stern
On Sun, 18 Mar 2007, Allen Curtis wrote: > Hello Everyone, > > Is there a standard mechanism in usb-storage to enable the polling of > media presence? I have search the archives and have not found an answer > to the question. There is not. > Base problem: > We have a USB card reader chip whic

[linux-usb-devel] Help with odd new device?

2007-03-18 Thread Rick Niles
I've got my hands on a USB GPS "bit sampler". I'm quite familiar with the GPS side of things, but could use some help getting the data out of this thing via the USB interface. In theory, it should just send a steady stream of bits that are sampled in real-time. Please understand this it goin

[linux-usb-devel] polling mechanism for media presence

2007-03-18 Thread Allen Curtis
Hello Everyone, Is there a standard mechanism in usb-storage to enable the polling of media presence? I have search the archives and have not found an answer to the question. Base problem: We have a USB card reader chip which does not emulate the USB insertion events on the bus based on card i

Re: [linux-usb-devel] Kconfig for sn9c102 driver bugged

2007-03-18 Thread Mauro Carvalho Chehab
Em Dom, 2007-03-18 às 09:40 +0100, Bram Stolk escreveu: > Hi, > > The Kconfig for the sn9c102 driver is wrong. > This driver is a V4L2 driver, but the Kconfig > lists V4L1 as a dependency. > > Please fix the file > drivers/media/video/sn9c102/Kconfig > > The 3rd line should read: > dep

[linux-usb-devel] Kconfig for sn9c102 driver bugged

2007-03-18 Thread Bram Stolk
Hi, The Kconfig for the sn9c102 driver is wrong. This driver is a V4L2 driver, but the Kconfig lists V4L1 as a dependency. Please fix the file drivers/media/video/sn9c102/Kconfig The 3rd line should read: depends on USB && VIDEO_V4L2 This bug has been in the kernel source now, for many

Re: [linux-usb-devel] [PATCH] iforce: Use usb_kill_urb instead of usb_unlink_urb.

2007-03-18 Thread johann deneux
Hi Dmitry, On 3/18/07, Dmitry Torokhov <[EMAIL PROTECTED]> wrote: > Hi Johann, > > On Saturday 17 March 2007 17:50, johann deneux wrote: > > A note about that patch: Apparently Anders Fugmann submitted a patch to use > > usb_kill_urb to linux-usb-devel for version 2.6.10. > > I don't know if this