diff options
author | Antonio Hernández Blas <hba.nihilismus@gmail.com> | 2011-10-30 17:23:58 -0500 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-11-04 22:02:25 -0200 |
commit | f19e89515b8fe1cbd1e773e32f71ee59d2623851 (patch) | |
tree | f9da268e7fcf7ce92fa4059417bf806ade1805f2 /system/tp_smapi/modprobe.d | |
parent | 38b8da011417e299f61d38e94154028b9e881e14 (diff) | |
download | slackbuilds-f19e89515b8fe1cbd1e773e32f71ee59d2623851.tar.gz |
system/tp_smapi: Updated for version 0.41.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system/tp_smapi/modprobe.d')
-rw-r--r-- | system/tp_smapi/modprobe.d/thinkpad_ec.conf | 3 | ||||
-rw-r--r-- | system/tp_smapi/modprobe.d/tp_smapi.conf | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/system/tp_smapi/modprobe.d/thinkpad_ec.conf b/system/tp_smapi/modprobe.d/thinkpad_ec.conf new file mode 100644 index 0000000000..6e9b47637e --- /dev/null +++ b/system/tp_smapi/modprobe.d/thinkpad_ec.conf @@ -0,0 +1,3 @@ +# Force loading of the thinkpad_ec module in case it refuses to do so because +# of reserved ports - this might happen on some newer Thinkpad laptops +options thinkpad_ec force_io=1 diff --git a/system/tp_smapi/modprobe.d/tp_smapi.conf b/system/tp_smapi/modprobe.d/tp_smapi.conf new file mode 100644 index 0000000000..98080e9df6 --- /dev/null +++ b/system/tp_smapi/modprobe.d/tp_smapi.conf @@ -0,0 +1,2 @@ +# Make sure that tp_smapi is always loaded before the hdaps module +install hdaps /sbin/modprobe -i tp_smapi ; /sbin/modprobe -i hdaps |