Revert power udev rule

This commit is contained in:
2021-12-31 00:33:27 +02:00
parent a16f334d3b
commit 99cf81dbf9
2 changed files with 0 additions and 3 deletions

View File

@@ -12,7 +12,6 @@ Files in the `udev` folder should be placed in `/etc/udev/rules.d` and owned by
- `backlight.rules`: Gives normal users access to backlight controls
- `touchpad_input.rules`: Maps the touchpad's variable `/dev/input/event*` path to the static `/dev/input/touchpad` for VFIO passthrough
- `power.rules`: Sets device power management mode to preserve battery life
FIles in the `xorg` folder should be placed in `/etc/X11/xorg.conf.d` and owned by `root`.

View File

@@ -1,2 +0,0 @@
ACTION=="add", SUBSYSTEM=="pci", TEST=="power/control" ATTR{power/control}="auto"
ACTION=="add", SUBSYSTEM=="usb", TEST=="power/control" ATTR{power/control}="auto"