summaryrefslogtreecommitdiff
path: root/rules.d
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-06-22 14:38:01 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-06-22 14:45:20 +0200
commit88936ed6f95b8fdc9ff57b5837e2c918229f900b (patch)
treeb244beda3b947c26bb6dd5bc00f16947b68d731f /rules.d
parent39d5b72e32c15c1d5e7e9b70d38707b9e5a780bf (diff)
downloadsystemd-88936ed6f95b8fdc9ff57b5837e2c918229f900b.tar.gz
rules: remove 61-autosuspend-manual.rules
It doesn't hurt, but there's no point in keeping it now. Any changes can be added to 60-autosuspend.hwdb.
Diffstat (limited to 'rules.d')
-rw-r--r--rules.d/61-autosuspend-manual.rules19
-rw-r--r--rules.d/meson.build1
2 files changed, 0 insertions, 20 deletions
diff --git a/rules.d/61-autosuspend-manual.rules b/rules.d/61-autosuspend-manual.rules
deleted file mode 100644
index 2b973af960..0000000000
--- a/rules.d/61-autosuspend-manual.rules
+++ /dev/null
@@ -1,19 +0,0 @@
-# This udev rule is for any devices that should enter automatic suspend
-# but are not already included in generated rules from Chromium OS via
-# tools/make-autosuspend-rules.py
-#
-
-ACTION!="add", GOTO="autosuspend_manual_end"
-SUBSYSTEM!="usb", GOTO="autosuspend_manual_end"
-
-SUBSYSTEM=="usb", GOTO="autosuspend_manual_usb"
-
-# USB rules
-LABEL="autosuspend_manual_usb"
-GOTO="autosuspend_manual_end"
-
-# Enable autosuspend
-LABEL="autosuspend_manual_enable"
-TEST=="power/control", ATTR{power/control}="auto", GOTO="autosuspend_manual_end"
-
-LABEL="autosuspend_manual_end"
diff --git a/rules.d/meson.build b/rules.d/meson.build
index ffa010d8e3..ca4445d774 100644
--- a/rules.d/meson.build
+++ b/rules.d/meson.build
@@ -15,7 +15,6 @@ rules = files('''
60-persistent-v4l.rules
60-sensor.rules
60-serial.rules
- 61-autosuspend-manual.rules
70-joystick.rules
70-mouse.rules
70-touchpad.rules