diff options
author | Amin Bandali <me@aminb.org> | 2015-03-05 21:38:51 -0500 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2015-03-05 21:38:51 -0500 |
commit | 013f9eb6ada48060acd6ffbf930331d204d7ba68 (patch) | |
tree | b5ad6e0a89c04eb9b73306014f8e4fbbf4be858c /other/udev | |
parent | 23ce68fc781b7be08c8264903e0ec13199a16abf (diff) | |
download | configs-013f9eb6ada48060acd6ffbf930331d204d7ba68.tar.gz configs-013f9eb6ada48060acd6ffbf930331d204d7ba68.tar.xz configs-013f9eb6ada48060acd6ffbf930331d204d7ba68.zip |
add some udev and modprobe rules
Diffstat (limited to 'other/udev')
-rw-r--r-- | other/udev/50-bluetooth.rules | 2 | ||||
-rw-r--r-- | other/udev/90-xhc_sleep.rules | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/other/udev/50-bluetooth.rules b/other/udev/50-bluetooth.rules new file mode 100644 index 0000000..a8c5dc8 --- /dev/null +++ b/other/udev/50-bluetooth.rules @@ -0,0 +1,2 @@ +# 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 new file mode 100644 index 0000000..25cb20d --- /dev/null +++ b/other/udev/90-xhc_sleep.rules @@ -0,0 +1,2 @@ +# 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'" |