Re: [linux-usb-devel] Unlink after no-IRQ

2005-05-07 Thread Alan Stern
On Sun, 8 May 2005, Alexander Zvyagin wrote: > Hi, > > USB does not work on my old machine (though I remember it worked with 2.4.?? > kernel). I tried many 2.6.* kernels (including the latest 2.6.12-rc4). > It says (when I plug-in the cable from my camera) "unlink after no-IRQ". > I have filled

Re: [linux-usb-devel] [patch 2.6.12-rc3+] gadget driver updates (SETUP api change)

2005-05-07 Thread David Brownell
On Saturday 07 May 2005 2:59 pm, Alan Stern wrote: > On Sat, 7 May 2005, David Brownell wrote: > > @@ -1267,9 +1267,6 @@ > > struct dummy_ep *ep2; > > > > setup = *(struct usb_ctrlrequest*) urb->setup_packet; > > - le16_to

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

2005-05-07 Thread Andries Brouwer
On Sat, May 07, 2005 at 01:40:42PM -0700, David Brownell wrote: > > > > 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

[linux-usb-devel] Unlink after no-IRQ

2005-05-07 Thread Alexander Zvyagin
Hi, USB does not work on my old machine (though I remember it worked with 2.4.?? kernel). I tried many 2.6.* kernels (including the latest 2.6.12-rc4). It says (when I plug-in the cable from my camera) "unlink after no-IRQ". I have filled the bug report on http://bugme.osdl.org/show_bug.cgi?id=26

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

2005-05-07 Thread Steven Cole
On Saturday 07 May 2005 02:40 pm, David Brownell wrote: > On Friday 06 May 2005 7:26 pm, Steven Cole wrote: > > 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 ar

Re: [linux-usb-devel] [patch 2.6.12-rc3+] gadget driver updates (SETUP api change)

2005-05-07 Thread Alan Stern
On Sat, 7 May 2005, David Brownell wrote: > This patch updates the gadget drivers so they expect the > SETUP packet data in USB byteorder, not CPU byteorder. > It also updates the header and the > dummy_hcd driver. > > Why the change? To match the host side's usage, and so > that "sparse" diagn

Re: [linux-usb-devel] OHCI and suspend/resume problems

2005-05-07 Thread Alan Stern
On Wed, 4 May 2005, David Brownell wrote: > On Sunday 01 May 2005 7:14 pm, Alan Stern wrote: > > David: > > > > I found part of the source for the trouble I've had with root-hub > > suspend/resume on OHCI. It's these two lines near the end of > > ohci-hub.c:ohci_hub_suspend(): > > > >

Re: [linux-usb-devel] gadget hotplug

2005-05-07 Thread Alan Stern
On Sat, 7 May 2005, David Brownell wrote: > > Also i found that there is a bcddevice no in all gadget drivers. Do > > i need to register officially? > > That is, to fit into blocks of code like: > > } else if (gadget_is_omap (gadget)) { > device_desc.bcdDevice = __con

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

2005-05-07 Thread David Brownell
On Friday 06 May 2005 9:26 am, Andrea Arcangeli wrote: > 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 >

Re: [linux-usb-devel] gadget hotplug

2005-05-07 Thread David Brownell
On Friday 06 May 2005 9:15 pm, mike lee wrote: > David Brownell wrote: > >>On Wednesday 04 May 2005 7:34 pm, mike lee wrote: > >> > 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 > >>

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

2005-05-07 Thread David Brownell
On Friday 06 May 2005 7:26 pm, Steven Cole wrote: > 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. > > > > > > cancelatio

[linux-usb-devel] [patch 2.6.12-rc3+] pxa2xx_udc updates

2005-05-07 Thread David Brownell
This has two small fixes from Eugeny S. Mints, renames the routines accessing the VBUS sensing and D+ pullup gpios, and adds a shutdown method to drop the pullup when shutdown starts. Please merge. - Dave This has several small updates to the px2xx UDC driver: * small fixes from Eugeny S. Mint

[linux-usb-devel] [patch 2.6.12-rc3+] gadget driver updates (SETUP api change)

2005-05-07 Thread David Brownell
This patch updates the gadget drivers so they expect the SETUP packet data in USB byteorder, not CPU byteorder. It also updates the header and the dummy_hcd driver. Why the change? To match the host side's usage, and so that "sparse" diagnostics will truthfully report bugs. Any USB device/perip

[linux-usb-devel] [patch 2.6.12-rc3+] misc ehci updates

2005-05-07 Thread David Brownell
This has minor EHCI updates; the BIOS handshake updates might be of interest to some folk (but they shouldn't be). Please merge. - Dave Various minor EHCI updates * Dump some more info in the debug dumps, notably the product description (e.g. chip vendor), BIOS handhake flags, and d

[linux-usb-devel] [patch 2.6.12-rc3+] net2280 updates (sparse, SETUP api change)

2005-05-07 Thread David Brownell
This is the first of several gadget framework updates that update so that SETUP packets are delivered to drivers in USB byte order instead of CPU byte order. Please merge. - Dave This is mostly "sparse" related updates, one of which was a missing le32_to_cpu() should have affected big-endian har

[linux-usb-devel] [patch 2.6.12-rc3+] goku_udc updates (sparse, SETUP api change)

2005-05-07 Thread David Brownell
This patch is like the previous net2280 patch; please merge. - Dave Sparse updates; and the API change for SETUP packets being in USB byteorder. Signed-off-by: David Brownell <[EMAIL PROTECTED]> --- x/drivers/usb/gadget/goku_udc.c 2005-05-04 23:03:12.0 -0700 +++ gadget-2.6/drivers/usb/g