[systemd-devel] [PATCH 3/3] rules: Enable runtime power management on built-in USB Bluetooth controllers

Andrei Borzenkov arvidjaar at gmail.com
Sat Apr 18 23:37:47 PDT 2015


В Sat, 18 Apr 2015 09:11:57 -0700
Matthew Garrett <mjg59 at srcf.ucam.org> пишет:

> From: Matthew Garrett <mjg59 at coreos.com>
> 
> If a Bluetooth controller is built into the machine, it should be safe to
> enable runtime power management on it. Let's do so.
> ---
>  Makefile.am                     | 3 ++-
>  rules/90-usb-bluetooth-pm.rules | 8 ++++++++
>  2 files changed, 10 insertions(+), 1 deletion(-)
>  create mode 100644 rules/90-usb-bluetooth-pm.rules
> 
> diff --git a/Makefile.am b/Makefile.am
> index 40cf101..8463a54 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -3754,7 +3754,8 @@ dist_udevrules_DATA += \
>  	rules/78-sound-card.rules \
>  	rules/80-net-setup-link.rules \
>  	rules/90-hda-controller-pm.rules \
> -	rules/90-hda-codec-pm.rules
> +	rules/90-hda-codec-pm.rules \
> +	rules/90-usb-bluetooth-pm.rules
>  

I wonder how long the list will grow. Is not property in hwdb better
approach?


More information about the systemd-devel mailing list