Re: [PATCH v6 5/7] scsi: pm: add may_power_off flag
From: Oliver Neukum <hidden>
Date: 2012-09-04 16:01:22
Also in:
linux-acpi, linux-scsi
From: Oliver Neukum <hidden>
Date: 2012-09-04 16:01:22
Also in:
linux-acpi, linux-scsi
On Tuesday 04 September 2012 22:24:38 Aaron Lu wrote:
From: Aaron Lu <redacted> Add a new flag may_power_off for scsi device, it gives the user a chance to control when the device is runtime suspended, can we remove its power if possible. And if the device can be powered off(reflected by can_power_off flag, determined by individual driver), create a sysfs entry named may_power_off to let user control the flag.
Do we really need yet another interface to user space? Regards Oliver