summaryrefslogtreecommitdiff
path: root/prog/pwm
Commit message (Expand)AuthorAgeFilesLines
* Update fancontrol to save original pwm valuesRoland Ramthun2018-02-041-0/+58
* fancontrol: Reduce memory consumptionJean Delvare2015-06-251-2/+2
* fancontrol: Fix shell error when FCFANS is not setJean Delvare2014-11-051-2/+2
* Update my e-mail address and copyright yearsJean Delvare2014-03-203-3/+3
* fancontrol: Deal with moving hwmon attributesJean Delvare2014-01-281-0/+63
* Fix handling of absolute paths in configJean Delvare2013-05-231-1/+6
* pwm: Declare local variables as suchJean Delvare2013-05-012-16/+33
* pwmconfig: Properly deal with multiple fan controlJean Delvare2013-05-011-2/+11
* pwmconfig: Drop a stray commentJean Delvare2013-05-011-1/+1
* pwmconfig: Raise the detection threshold to 3/4Jean Delvare2013-05-011-1/+1
* pwmconfig: Print the initial PWM valuesJean Delvare2013-05-011-1/+2
* fancontrol: Output error messages to stderrJean Delvare2011-12-041-33/+33
* fancontrol: Support setup where one PWM output controls several fansJean Delvare2011-12-041-13/+36
* Drop legacy calls to cut. procfs had several values per file, butJean Delvare2010-08-221-7/+4
* Wait for fans to return to full speed only once per PWM. In the rareJean Delvare2010-08-221-6/+8
* When looking for pwm/fan correlations, sample all fans before returningJean Delvare2010-08-221-3/+7
* Save hwmon device paths and names in configuration file, and check themJean Delvare2009-09-163-16/+195
* Clean up the code writing the configuration file.Jean Delvare2009-09-131-1/+7
* Minor line wrapping fix.Jean Delvare2009-09-081-4/+3
* Check that all referenced sysfs files exist before starting. If not,Jean Delvare2009-09-082-1/+59
* Don't assume legacy references to i2c devices, instead explicitlyJean Delvare2009-09-081-2/+6
* Exit immediately if not root.Jean Delvare2009-07-031-8/+7
* Add support for absolute path to hwmon devices.Jean Delvare2009-05-092-7/+10
* Create pid file only after successful initialization.Jean Delvare2009-02-281-7/+7
* Exit if configuration file can't be read.Jean Delvare2009-02-281-0/+6
* Drop stray references to procfs interface.Jean Delvare2009-01-291-2/+2
* Drop support for kernels 2.4 and earlier.Jean Delvare2009-01-292-175/+107
* Don't round temperature values.Jean Delvare2009-01-291-7/+6
* Don't choke on missing name attribute. Drivers shouldn't do that, butJean Delvare2008-09-281-1/+5
* Update pwmconfig manual page.Jean Delvare2008-09-281-12/+37
* Add support for drivers that place the hwmon attributes in the hwmonJean Delvare2008-09-271-25/+66
* Add a script that provides manual control of the vt1211 PWM outputs.Jean Delvare2008-09-213-0/+238
* Strip trailing whitespace.Jean Delvare2008-09-094-25/+25
* Change default for MINTEMP from 0 to 20 degrees C. Computers never run atJean Delvare2008-09-091-1/+1
* Skip MINSTOP and MINSTART tests if fan can't stop.Jean Delvare2008-09-091-25/+48
* Determine MINSTOP automatically.Jean Delvare2008-09-091-10/+23
* Detect and report obviously incorrect fan speeds.Jean Delvare2008-09-091-1/+10
* Print the revision and date at start-up.Jean Delvare2008-09-091-1/+4
* Use the same step values for the MINSTOP test as we do for the detailedJean Delvare2008-09-081-7/+15
* Test MINSTOP before MINSTART. We know that MINSTART can't be less thanJean Delvare2008-09-081-25/+26
* Only mention gnuplot if X is running.Jean Delvare2008-09-081-1/+4
* Add a utility function to filter configuration file variables.Jean Delvare2008-09-081-17/+24
* Coding-style cleanups.Jean Delvare2008-09-081-20/+26
* Fix MINSTOP and MINSTART test functions. PWM must be enabled for the durationJean Delvare2008-09-081-4/+10
* Tell the user about gnuplot if isn't installed.Jean Delvare2008-09-011-0/+2
* Don't use named pipes when we don't need them. Named pipes have been reportedJean Delvare2008-06-021-2/+4
* Arbitrary version bump.Jean Delvare2008-04-161-1/+1
* Drop obsolete comment.Jean Delvare2008-04-161-4/+0
* pwmconfig: Don't start if fancontrol is running.Jean Delvare2008-04-162-2/+22
* Don't create the configuration file before it's needed.Jean Delvare2008-04-161-29/+25