diff options
author | 2018-08-30 17:57:44 -0400 | |
---|---|---|
committer | 2018-08-30 17:57:44 -0400 | |
commit | dc8184b76bc10716a8f7b442559bc03df453e967 (patch) | |
tree | e9184e850b91484726b3f5ef33255ffb633412e8 /other/udev/90-xhc_sleep.rules | |
parent | f7fddd5fc4d2c8e3314d1158076d6b5386c46d86 (diff) | |
download | configs-dc8184b76bc10716a8f7b442559bc03df453e967.tar.gz configs-dc8184b76bc10716a8f7b442559bc03df453e967.tar.xz configs-dc8184b76bc10716a8f7b442559bc03df453e967.zip |
remove vestigial other/ directory
Diffstat (limited to 'other/udev/90-xhc_sleep.rules')
-rw-r--r-- | other/udev/90-xhc_sleep.rules | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/other/udev/90-xhc_sleep.rules b/other/udev/90-xhc_sleep.rules deleted file mode 100644 index 25cb20d..0000000 --- a/other/udev/90-xhc_sleep.rules +++ /dev/null @@ -1,2 +0,0 @@ -# disable wake from S3 on XHC1 -SUBSYSTEM=="pci", KERNEL=="0000:00:14.0", ATTR{device}=="0x9c31" RUN+="/bin/sh -c '/bin/echo disabled > /sys$env{DEVPATH}/power/wakeup'" |