Closed arighi closed 2 years ago
can you target the develop
branch please?
@bluca it should target develop now, thanks!
You need to rebase your branch too
You need to rebase your branch too
@bluca I think it's rebased already, I re-applied my patch on top of devel and force pushed to my branch. Am I missing something?
Yes, it's the target that needed switching, done
In bbswitch_off() we use acpi_bus_get_device() to determine the power state, but this feature is only available if ACPI is enabled in the kernel, so make sure to do this check only when ACPI is available.
Fixes: 5593d95 ("Linux 3.8 compatibility hack") Signed-off-by: Dimitri John Ledkov dimitri.ledkov@canonical.com Signed-off-by: Andrea Righi andrea.righi@canonical.com