[linux-usb-devel] Re: uhci temporary suspend

2003-08-30 Thread Alan Stern
On Sat, 30 Aug 2003, Duncan Sands wrote: > Sounds great, thanks Alan. I guess it needs to deal with the case that > the forced suspend comes while the hc is already suspended; then the > corresponding wake up shouldn't really wake it up. Hmm... It's hard to think of a situation where that shoul

[linux-usb-devel] Re: uhci temporary suspend

2003-08-30 Thread Duncan Sands
On Saturday 30 August 2003 20:35, Alan Stern wrote: > On Sat, 30 Aug 2003, Duncan Sands wrote: > > Long ago I posted a bug fix for a VIA add on uhci card (plugging in a new > > device disconnects existing devices) The workaround is to suspend the > > hc before doing the PORT_RESET for the new devi

[linux-usb-devel] Re: uhci temporary suspend

2003-08-30 Thread Alan Stern
On Sat, 30 Aug 2003, Duncan Sands wrote: > Long ago I posted a bug fix for a VIA add on uhci card (plugging in a new > device disconnects existing devices) The workaround is to suspend the > hc before doing the PORT_RESET for the new device, and wake it up > afterwards. > > However this is probl