Re: [linux-usb-devel] gadget hotplug

2005-05-06 Thread mike lee
David Brownell wrote: >>On Wednesday 04 May 2005 7:34 pm, mike lee wrote: >> >> > > Hi all I just finish my draft version gadget controller driver on imx platform, >> >> >> >>Great! If that'll be generally available, I'll mention i.MX on >>the webpage. >> >

Re: [linux-usb-devel] [PATCH] USB: Spelling fixes for drivers/usb.

2005-05-06 Thread Steven Cole
On Friday 06 May 2005 09:21 am, David Brownell wrote: > On Wednesday 04 May 2005 12:44 am, Greg KH wrote: > > [PATCH] USB: Spelling fixes for drivers/usb. > > > > Here are some spelling corrections for drivers/usb. > > > > cancelation -> cancellation > > For the record, "cancelation" (one "l" no

[linux-usb-devel] Fw: [Bugme-new] [Bug 4591] New: USB driver visor produces kernel oops when syncing with Palm

2005-05-06 Thread Andrew Morton
Begin forwarded message: Date: Fri, 6 May 2005 15:25:50 -0700 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 4591] New: USB driver visor produces kernel oops when syncing with Palm http://bugme.osdl.org/show_bug.cgi?id=4591 Summary: USB driver visor produc

Re: [linux-usb-devel] [PATCH] USB: new usbnet device id

2005-05-06 Thread Andrea Arcangeli
On Fri, May 06, 2005 at 08:24:56AM -0700, David Brownell wrote: > Andrea, did you check that patch I sent the other day? > > This particular patch sure seems wrong, given the > descriptor listings you provided. (They show a clear > intent to use the Belcarra pseudo-MDLM protocol, with > Zaurus-co

[linux-usb-devel] [PATCH as518] usbcore: Don't call device_release_driver recursively

2005-05-06 Thread Alan Stern
Greg: This patch fixes usb_driver_release_interface() to make it avoid calling device_release_driver() recursively, i.e., when invoked from within the disconnect routine for the same device. The patch applies to your "driver" tree. Alan Stern Signed-off-by: Alan Stern <[EMAIL PROTECTED]> In

RE: [linux-usb-devel] usb_class_driver .name element

2005-05-06 Thread Stephen Morgan
> On Wed, May 04, 2005 at 06:00:21PM -0500, Stephen Morgan wrote: > > Hello all, > > > > In usb-skeleton.c, (line 225) skel_class.name is set to "usb/skel%d", > > however, the device name "skel0" gets created in /dev, not > /dev/usb. What > > is the "usb/" part of that string supposed to do? >

Re: [linux-usb-devel] usb_class_driver .name element

2005-05-06 Thread Greg KH
On Wed, May 04, 2005 at 06:00:21PM -0500, Stephen Morgan wrote: > Hello all, > > In usb-skeleton.c, (line 225) skel_class.name is set to "usb/skel%d", > however, the device name "skel0" gets created in /dev, not /dev/usb. What > is the "usb/" part of that string supposed to do? That's for devfs.

Re: [linux-usb-devel] [PATCH] upgrade of the idmouse driver (fwd)

2005-05-06 Thread Florian Echtler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This doesn't seem to apply anymore. Care to rediff it against 2.6.12-rc3 and resend this? Okay - see attachment (obviously, the old HZ was the culprit). Description remains the same. Signed-off-by: Florian Echtler <[EMAIL PROTECTED]> Signed-off-by: An

Re: [linux-usb-devel] [PATCH] USB: new usbnet device id

2005-05-06 Thread David Brownell
Andrea, did you check that patch I sent the other day? This particular patch sure seems wrong, given the descriptor listings you provided. (They show a clear intent to use the Belcarra pseudo-MDLM protocol, with Zaurus-compatible framing.) - Dave On Wednesday 04 May 2005 12:44 am, Greg KH wrot

Re: [linux-usb-devel] [PATCH] USB: Spelling fixes for drivers/usb.

2005-05-06 Thread David Brownell
On Wednesday 04 May 2005 12:44 am, Greg KH wrote: > [PATCH] USB: Spelling fixes for drivers/usb. > > Here are some spelling corrections for drivers/usb. > > cancelation -> cancellation For the record, "cancelation" (one "l" not two "ll") is correct, though recently I've found some dictionaries l

Re: [linux-usb-devel] gadget hotplug

2005-05-06 Thread David Brownell
On Wednesday 04 May 2005 7:34 pm, mike lee wrote: > Hi all > I just finish my draft version gadget controller driver on imx > platform, Great! If that'll be generally available, I'll mention i.MX on the webpage. > but how can i benefit from the hotplug function provided from > kernel? Do

Re: [linux-usb-devel] list head in struct urb

2005-05-06 Thread David Brownell
On Thursday 05 May 2005 1:55 pm, Roman Kagan wrote: > On Wed, May 04, 2005 at 01:37:30PM -0700, David Brownell wrote: > > On Wednesday 04 May 2005 12:19 pm, Roman Kagan wrote: > > > > If it is, can it be guaranteed in future, e.g. > > > by moving the list head into the public section of struct u

Re: [linux-usb-devel] mmap() for usbdevfs, zerocopy EHCI ?

2005-05-06 Thread David Brownell
On Wednesday 04 May 2005 12:13 pm, Christopher Li wrote: > I would like to see (or may be working on it depends how many times > I get) the zero copy for usbfs. > > It has been mention a few times about the usbfs2. What is > the plan there so far? It's still in the talk-about-it stage, no plan.

Re: [linux-usb-devel] oops in serial_open and serial_close

2005-05-06 Thread Flavio Leitner
On Wed, May 04, 2005 at 10:21:09AM -0300, Flavio Leitner wrote: > > Hello, > > I'm testing with pl2303 but oops show at serial_open() then > I don't know if happens with other modules too. The program > that trigger bug is attached below and just open(), tcsetattr() > and close(). I think we