summaryrefslogtreecommitdiffstats
path: root/other/udev
diff options
context:
space:
mode:
Diffstat (limited to 'other/udev')
-rw-r--r--other/udev/50-bluetooth.rules2
-rw-r--r--other/udev/90-xhc_sleep.rules2
2 files changed, 0 insertions, 4 deletions
diff --git a/other/udev/50-bluetooth.rules b/other/udev/50-bluetooth.rules
deleted file mode 100644
index a8c5dc8..0000000
--- a/other/udev/50-bluetooth.rules
+++ /dev/null
@@ -1,2 +0,0 @@
-# disable bluetooth
-SUBSYSTEM=="rfkill", ATTR{type}=="bluetooth", ATTR{state}="0"
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'"