Revert power udev rule
This commit is contained in:
@@ -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`.
|
||||
|
||||
|
@@ -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"
|
Reference in New Issue
Block a user