add some udev and modprobe rules
authorAmin Bandali <me@aminb.org>
Fri, 6 Mar 2015 02:38:51 +0000 (21:38 -0500)
committerAmin Bandali <me@aminb.org>
Fri, 6 Mar 2015 02:38:51 +0000 (21:38 -0500)
other/modprobe/hid_apple.conf [new file with mode: 0644]
other/modprobe/snd_hda_intel.conf [new file with mode: 0644]
other/modprobe/usbcore.conf [new file with mode: 0644]
other/udev/50-bluetooth.rules [new file with mode: 0644]
other/udev/90-xhc_sleep.rules [new file with mode: 0644]

diff --git a/other/modprobe/hid_apple.conf b/other/modprobe/hid_apple.conf
new file mode 100644 (file)
index 0000000..25c96dc
--- /dev/null
@@ -0,0 +1 @@
+options hid_apple iso_layout=0
diff --git a/other/modprobe/snd_hda_intel.conf b/other/modprobe/snd_hda_intel.conf
new file mode 100644 (file)
index 0000000..8bf2a4f
--- /dev/null
@@ -0,0 +1 @@
+options snd_hda_intel power_save=1
diff --git a/other/modprobe/usbcore.conf b/other/modprobe/usbcore.conf
new file mode 100644 (file)
index 0000000..db61794
--- /dev/null
@@ -0,0 +1 @@
+options usbcore autosuspend=1
diff --git a/other/udev/50-bluetooth.rules b/other/udev/50-bluetooth.rules
new file mode 100644 (file)
index 0000000..a8c5dc8
--- /dev/null
@@ -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 (file)
index 0000000..25cb20d
--- /dev/null
@@ -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'"