Re: [PATCH] create /sys/.../power when CONFIG_PM is set

2007-11-09 Thread Greg KH
On Fri, Nov 09, 2007 at 01:05:55PM -0800, Andrew Morton wrote: > On Wed, 7 Nov 2007 10:10:43 + (GMT) > Daniel Drake <[EMAIL PROTECTED]> wrote: > > > The CONFIG_SUSPEND changes in 2.6.23 caused a regression under certain > > configuration conditions (SUSPEND=n, USB_AUTOSUSPEND=y) where all

Re: [PATCH] create /sys/.../power when CONFIG_PM is set

2007-11-09 Thread Andrew Morton
On Wed, 7 Nov 2007 10:10:43 + (GMT) Daniel Drake <[EMAIL PROTECTED]> wrote: > The CONFIG_SUSPEND changes in 2.6.23 caused a regression under certain > configuration conditions (SUSPEND=n, USB_AUTOSUSPEND=y) where all USB device > attributes in sysfs (idVendor, idProduct, ...) silently

Re: [PATCH] create /sys/.../power when CONFIG_PM is set

2007-11-09 Thread Andrew Morton
On Wed, 7 Nov 2007 10:10:43 + (GMT) Daniel Drake [EMAIL PROTECTED] wrote: The CONFIG_SUSPEND changes in 2.6.23 caused a regression under certain configuration conditions (SUSPEND=n, USB_AUTOSUSPEND=y) where all USB device attributes in sysfs (idVendor, idProduct, ...) silently

Re: [PATCH] create /sys/.../power when CONFIG_PM is set

2007-11-09 Thread Greg KH
On Fri, Nov 09, 2007 at 01:05:55PM -0800, Andrew Morton wrote: On Wed, 7 Nov 2007 10:10:43 + (GMT) Daniel Drake [EMAIL PROTECTED] wrote: The CONFIG_SUSPEND changes in 2.6.23 caused a regression under certain configuration conditions (SUSPEND=n, USB_AUTOSUSPEND=y) where all USB device

Re: [PATCH] create /sys/.../power when CONFIG_PM is set

2007-11-07 Thread Greg KH
On Wed, Nov 07, 2007 at 11:24:55PM +0100, Rafael J. Wysocki wrote: > On Wednesday, 7 of November 2007, Daniel Drake wrote: > > The CONFIG_SUSPEND changes in 2.6.23 caused a regression under certain > > configuration conditions (SUSPEND=n, USB_AUTOSUSPEND=y) where all USB device > > attributes in

Re: [PATCH] create /sys/.../power when CONFIG_PM is set

2007-11-07 Thread Rafael J. Wysocki
On Wednesday, 7 of November 2007, Daniel Drake wrote: > The CONFIG_SUSPEND changes in 2.6.23 caused a regression under certain > configuration conditions (SUSPEND=n, USB_AUTOSUSPEND=y) where all USB device > attributes in sysfs (idVendor, idProduct, ...) silently disappeared, causing > udev

Re: [PATCH] create /sys/.../power when CONFIG_PM is set

2007-11-07 Thread Alan Stern
On Wed, 7 Nov 2007, Daniel Drake wrote: > The CONFIG_SUSPEND changes in 2.6.23 caused a regression under certain > configuration conditions (SUSPEND=n, USB_AUTOSUSPEND=y) where all USB device > attributes in sysfs (idVendor, idProduct, ...) silently disappeared, causing > udev breakage and more.

[PATCH] create /sys/.../power when CONFIG_PM is set

2007-11-07 Thread Daniel Drake
The CONFIG_SUSPEND changes in 2.6.23 caused a regression under certain configuration conditions (SUSPEND=n, USB_AUTOSUSPEND=y) where all USB device attributes in sysfs (idVendor, idProduct, ...) silently disappeared, causing udev breakage and more. The cause of this is that the /sys/.../power

[PATCH] create /sys/.../power when CONFIG_PM is set

2007-11-07 Thread Daniel Drake
The CONFIG_SUSPEND changes in 2.6.23 caused a regression under certain configuration conditions (SUSPEND=n, USB_AUTOSUSPEND=y) where all USB device attributes in sysfs (idVendor, idProduct, ...) silently disappeared, causing udev breakage and more. The cause of this is that the /sys/.../power

Re: [PATCH] create /sys/.../power when CONFIG_PM is set

2007-11-07 Thread Alan Stern
On Wed, 7 Nov 2007, Daniel Drake wrote: The CONFIG_SUSPEND changes in 2.6.23 caused a regression under certain configuration conditions (SUSPEND=n, USB_AUTOSUSPEND=y) where all USB device attributes in sysfs (idVendor, idProduct, ...) silently disappeared, causing udev breakage and more.

Re: [PATCH] create /sys/.../power when CONFIG_PM is set

2007-11-07 Thread Rafael J. Wysocki
On Wednesday, 7 of November 2007, Daniel Drake wrote: The CONFIG_SUSPEND changes in 2.6.23 caused a regression under certain configuration conditions (SUSPEND=n, USB_AUTOSUSPEND=y) where all USB device attributes in sysfs (idVendor, idProduct, ...) silently disappeared, causing udev breakage

Re: [PATCH] create /sys/.../power when CONFIG_PM is set

2007-11-07 Thread Greg KH
On Wed, Nov 07, 2007 at 11:24:55PM +0100, Rafael J. Wysocki wrote: On Wednesday, 7 of November 2007, Daniel Drake wrote: The CONFIG_SUSPEND changes in 2.6.23 caused a regression under certain configuration conditions (SUSPEND=n, USB_AUTOSUSPEND=y) where all USB device attributes in sysfs