[linux-usb-devel] Patch: Resume-fix for ehci-hub.c

2004-10-07 Thread Stefan Rompf
Hi, ehci_hub_resume() reads the hub port registers during resume. However, on S3 or swsusp the root hub loses power, making read data invalid and forcing the user to replug all devices. Saving the data in memory during suspend helps - at least for my i855gm based notebook. There are still issu

Re: [linux-usb-devel] Patch: Resume-fix for ehci-hub.c

2004-10-14 Thread Stefan Rompf
Hi, Am Freitag 08 Oktober 2004 00:25 schrieb David Brownell: > Well there's a conceptual problem that keeps coming up lately... > encouraged by the current APIs, to be sure! The device doesn't Yes, I'm following the discussion on LKML. However I have the impression that I need to read some add

Re: [linux-usb-devel] Patch: Resume-fix for ehci-hub.c

2004-10-07 Thread David Brownell
On Thursday 07 October 2004 2:19 pm, Stefan Rompf wrote: > Hi, > > ehci_hub_resume() reads the hub port registers during resume. However, on S3 Well there's a conceptual problem that keeps coming up lately... encouraged by the current APIs, to be sure! The device doesn't enter S3 .. it enters P

Re: [linux-usb-devel] Patch: Resume-fix for ehci-hub.c

2004-10-08 Thread Oliver Neukum
Am Donnerstag, 7. Oktober 2004 23:19 schrieb Stefan Rompf: > Hi, > > ehci_hub_resume() reads the hub port registers during resume. However, on S3 > or swsusp the root hub loses power, making read data invalid and forcing the > user to replug all devices. Saving the data in memory during suspend