Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avoid using a var uninitialised | 2015-10-15 | 1 | -1/+2 | |
| | | | | ok jung@ | ||||
* | add location to the fan description | 2015-10-10 | 1 | -1/+17 | |
| | |||||
* | fix wrong brackets in if statement | 2015-10-10 | 1 | -2/+2 | |
| | |||||
* | tweak initial output a bit: do not show number of light sensors, just show if | 2015-10-04 | 1 | -3/+3 | |
| | | | | | some is found or not, also remove kbdled output as there is no (known) way to test if (not) available at all | ||||
* | a macmini has no light sensor, but reading from light sensor keys is | 2015-10-04 | 1 | -9/+3 | |
| | | | | | | | | | successful, while info/type reading from same keys fails and avoids initialization; so check the validity flag earlier and do not try to attach invalid (non-existing) keys debugged with help from kettenis | ||||
* | remove duplicate key, found by kettenis | 2015-10-04 | 1 | -3/+3 | |
| | |||||
* | relax vendor comparison to match variations found in older | 2015-10-01 | 1 | -2/+2 | |
| | | | | models for example macmini1,1 | ||||
* | add const, prodded by mpi | 2015-10-01 | 1 | -2/+2 | |
| | |||||
* | remove superfluous sensor_attach() added for debug reasons | 2015-10-01 | 1 | -2/+1 | |
| | |||||
* | fix semicolon after if statement | 2015-10-01 | 1 | -1/+2 | |
| | | | | ok jung@ | ||||
* | add a (disabled) driver for the Apple System Management Controller (SMC) as | 2015-09-30 | 1 | -0/+651 | |
found in Apple Intel based devices "go at it" deraadt@ |