From 77f479b205c8ffcb9f422505fba0b8a04268cbff Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 25 Apr 2024 11:17:25 +0100 Subject: app-laptop/tp_smapi : import from Gentoo, convert to DKMS --- app-laptop/tp_smapi/files/tp_smapi-0.40-confd | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 app-laptop/tp_smapi/files/tp_smapi-0.40-confd (limited to 'app-laptop/tp_smapi/files/tp_smapi-0.40-confd') diff --git a/app-laptop/tp_smapi/files/tp_smapi-0.40-confd b/app-laptop/tp_smapi/files/tp_smapi-0.40-confd new file mode 100644 index 00000000..7c80f35e --- /dev/null +++ b/app-laptop/tp_smapi/files/tp_smapi-0.40-confd @@ -0,0 +1,20 @@ +# /etc/conf.d/smapi: config file for /etc/init.d/smapi + +# use '/etc/init.d/smapi info' at any time to check the thresholds +# currently used by the driver +# Note that the kernel does some sanity checking on the values and +# will not accept any combination of values you may try to set up. +# (i.e. stop value lower than start) So if the output of info does +# not match what you wanted the driver probably did not like your +# configuration. + +# default thresholds for '/etc/init.d/smapi start' +SMAPI_THRESH_START="30" +SMAPI_THRESH_STOP="85" +# values to be used for '/etc/init.d/smapi low' +SMAPI_LOW_THRESH_START="${SMAPI_THRESH_START}" +SMAPI_LOW_THRESH_STOP="${SMAPI_THRESH_STOP}" + +# values to be used for '/etc/init.d/smapi high' +SMAPI_HIGH_THRESH_START="95" +SMAPI_HIGH_THRESH_STOP="100" -- cgit v1.2.3