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

2005-05-08 Thread Dmitry Torokhov
On Sunday 08 May 2005 19:29, David Brownell wrote: > On Saturday 07 May 2005 5:42 pm, Andries Brouwer wrote: > > On Sat, May 07, 2005 at 01:40:42PM -0700, David Brownell wrote: > > > > > > > > cancelation -> cancellation > > > > > > > > > > For the record, "cancelation" (one "l" not two "ll") is

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

2005-05-08 Thread Alan Stern
On Sun, 8 May 2005, David Brownell wrote: > > The HC_IS_RUNNING test fails after the state has been set to > > HC_STATE_SUSPENDED, so the interrupt handling isn't completed. > > That's odd. The MIE update should be harmless, though pointless > given that it's not disabled ... that may be lefto

Re: [linux-usb-devel] gadget hotplug

2005-05-08 Thread Alan Stern
On Sun, 8 May 2005, David Brownell wrote: > > > } else if (gadget_is_omap (gadget)) { > > > device_desc.bcdDevice = __constant_cpu_to_le16 (0x0208); > > > } else if (gadget_is_lh7a40x(gadget)) { > > > device_desc.bcdDevice = __constant_cpu_to_le16 (0

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

2005-05-08 Thread David Brownell
On Saturday 07 May 2005 5:42 pm, Andries Brouwer wrote: > On Sat, May 07, 2005 at 01:40:42PM -0700, David Brownell wrote: > > > > > > cancelation -> cancellation > > > > > > > > For the record, "cancelation" (one "l" not two "ll") is > > > > correct, though recently I've found some dictionaries >

Re: [linux-usb-devel] laptop sleep on iBook G4 panics ehci_hcd in 2.6.12-rc4 with hub attached

2005-05-08 Thread John Steele Scott
On Sun, 2005-05-08 at 13:13 -0700, David Brownell wrote: > On Sunday 08 May 2005 5:26 am, John Steele Scott wrote: > > Hi, > > > > Today I tried kernel 2.6.12-rc4 on my iBook G4 to check whether sleep > > works properly yet. I found that it panics if my USB hub is attached to > > the iBook when I

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

2005-05-08 Thread David Brownell
On Saturday 07 May 2005 2:50 pm, Alan Stern wrote: > 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 nea

Re: [linux-usb-devel] laptop sleep on iBook G4 panics ehci_hcd in 2.6.12-rc4 with hub attached

2005-05-08 Thread David Brownell
On Sunday 08 May 2005 5:26 am, John Steele Scott wrote: > Hi, > > Today I tried kernel 2.6.12-rc4 on my iBook G4 to check whether sleep > works properly yet. I found that it panics if my USB hub is attached to > the iBook when I try to sleep the machine. > > ... > > I took a photo of the panic a

Re: [linux-usb-devel] gadget hotplug

2005-05-08 Thread David Brownell
On Saturday 07 May 2005 2:42 pm, Alan Stern wrote: > 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_

[linux-usb-devel] laptop sleep on iBook G4 panics ehci_hcd in 2.6.12-rc4 with hub attached

2005-05-08 Thread John Steele Scott
Hi, Today I tried kernel 2.6.12-rc4 on my iBook G4 to check whether sleep works properly yet. I found that it panics if my USB hub is attached to the iBook when I try to sleep the machine. It does not make a difference whether any device is attached to the hub or not. Without the hub attached, sl