Lines 882-888
static int acpi_bus_get_power_flags(stru
Link Here
|
882 |
device->power.flags.power_resources = 1; |
882 |
device->power.flags.power_resources = 1; |
883 |
ps->flags.valid = 1; |
883 |
ps->flags.valid = 1; |
884 |
for (j = 0; j < ps->resources.count; j++) |
884 |
for (j = 0; j < ps->resources.count; j++) |
885 |
acpi_bus_add_power_resource(ps->resources.handles[j]); |
885 |
if (device->handle != ps->resources.handles[j]) |
|
|
886 |
acpi_bus_add_power_resource( |
887 |
ps->resources.handles[j]); |
886 |
} |
888 |
} |
887 |
|
889 |
|
888 |
/* Evaluate "_PSx" to see if we can do explicit sets */ |
890 |
/* Evaluate "_PSx" to see if we can do explicit sets */ |