diff --git a/README.md b/README.md index 9ab83dc..b8c2547 100644 --- a/README.md +++ b/README.md @@ -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`. diff --git a/udev/power.rules b/udev/power.rules deleted file mode 100644 index 8ea9aad..0000000 --- a/udev/power.rules +++ /dev/null @@ -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" \ No newline at end of file