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/modprobe | |
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/modprobe')
-rw-r--r-- | other/modprobe/hid_apple.conf | 1 | ||||
-rw-r--r-- | other/modprobe/snd_hda_intel.conf | 1 | ||||
-rw-r--r-- | other/modprobe/usbcore.conf | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/other/modprobe/hid_apple.conf b/other/modprobe/hid_apple.conf new file mode 100644 index 0000000..25c96dc --- /dev/null +++ b/other/modprobe/hid_apple.conf @@ -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 index 0000000..8bf2a4f --- /dev/null +++ b/other/modprobe/snd_hda_intel.conf @@ -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 index 0000000..db61794 --- /dev/null +++ b/other/modprobe/usbcore.conf @@ -0,0 +1 @@ +options usbcore autosuspend=1 |