Re: [PATCH] ACPI/SCAN: _STA status read

2014-01-10 Thread Rafael J. Wysocki
On Friday, January 10, 2014 04:00:05 PM Srinivas Pandruvada wrote: > This patch adds a "status" attribute for an acpi device. This status > attribute shows the value of _STA object. The _STA object returns > current status of an ACPI device to show enabled, disabled or removed. > > Signed-off-by:

[PATCH] ACPI/SCAN: _STA status read

2014-01-10 Thread Srinivas Pandruvada
This patch adds a "status" attribute for an acpi device. This status attribute shows the value of _STA object. The _STA object returns current status of an ACPI device to show enabled, disabled or removed. Signed-off-by: Srinivas Pandruvada --- drivers/acpi/scan.c | 22 ++ 1