From f19e89515b8fe1cbd1e773e32f71ee59d2623851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Hern=C3=A1ndez=20Blas?= Date: Sun, 30 Oct 2011 17:23:58 -0500 Subject: system/tp_smapi: Updated for version 0.41. Signed-off-by: Erik Hanson --- system/tp_smapi/modprobe.d/thinkpad_ec.conf | 3 +++ system/tp_smapi/modprobe.d/tp_smapi.conf | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 system/tp_smapi/modprobe.d/thinkpad_ec.conf create mode 100644 system/tp_smapi/modprobe.d/tp_smapi.conf (limited to 'system/tp_smapi/modprobe.d') 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 0000000000000..6e9b47637e97f --- /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 0000000000000..98080e9df6009 --- /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 -- cgit v1.2.3