X-Git-Url: https://git.sthu.org/?p=shuber-gentoo-overlay.git;a=blobdiff_plain;f=app-laptop%2Ftp_smapi%2Ffiles%2Ftp_smapi-0.41-confd;fp=app-laptop%2Ftp_smapi%2Ffiles%2Ftp_smapi-0.41-confd;h=7c80f35e390bd42a71453787b788a1d17b2dd31e;hp=0000000000000000000000000000000000000000;hb=9d90e2d7e3f82500cc95d884a92c3b280007770d;hpb=be0b5e352488fc52b7ad45a371a14dfce92c5ac3 diff --git a/app-laptop/tp_smapi/files/tp_smapi-0.41-confd b/app-laptop/tp_smapi/files/tp_smapi-0.41-confd new file mode 100644 index 0000000..7c80f35 --- /dev/null +++ b/app-laptop/tp_smapi/files/tp_smapi-0.41-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"