Age | Commit message (Expand) | Author |
2017-08-22 | Move array bounds tests before access to avoid reading past the end of | Jonathan Gray |
2017-02-14 | asmc: on system resume, restore the keyboard backlight value | Joshua Stein |
2016-04-22 | do not try to probe light sensors for machines with none available, this was | Joerg Jung |
2016-04-19 | lower case temperature descriptions and separate fan description from fan | Joerg Jung |
2015-12-27 | set sensor type later on init | Joerg Jung |
2015-12-27 | fold for loops back into a wait function in a similar manner as acpiec does | Joerg Jung |
2015-12-27 | rename kbdled to backlight and mention chip model in comment | Joerg Jung |
2015-12-27 | extra taskq is gone, so also remove the no longer needed init variable | Joerg Jung |
2015-12-27 | simplify and unify keyboard backlight hooks, doing the same kassert instead of | Joerg Jung |
2015-12-27 | with Mark's fix in previous commit the extra taskq for delayed initialization | Joerg Jung |
2015-12-22 | The Apple SMC is implemented on a H8S/2117 chip. Communication with the chip | Mark Kettenis |
2015-12-15 | ignore unlikely temperature values like -127 degC | Joerg Jung |
2015-12-15 | add 2 more temperature keys found in macbook pro (10,2) | Joerg Jung |
2015-12-15 | add more temperature keys found in newer macbook airs (6,1 and 7,2) | Joerg Jung |
2015-12-15 | make sure the read fan description is always nul terminated | Joerg Jung |
2015-12-12 | enable keyboard backlight support via wskbd(4) hooks | Joerg Jung |
2015-12-11 | remove wrapper function and call LKSB key write directly | Joerg Jung |
2015-12-11 | remove no longer needed prototype | Joerg Jung |
2015-12-11 | instead of checking the status everywhere do it directly after (trying) the | Joerg Jung |
2015-10-29 | enable keyboard backlight led earlier to avoid race | Joerg Jung |
2015-10-25 | refactor to use a taskq and postpone the long running initial sensor probing, | Joerg Jung |
2015-10-15 | avoid using a var uninitialised | Jonathan Gray |
2015-10-10 | add location to the fan description | Joerg Jung |
2015-10-10 | fix wrong brackets in if statement | Joerg Jung |
2015-10-04 | tweak initial output a bit: do not show number of light sensors, just show if | Joerg Jung |
2015-10-04 | a macmini has no light sensor, but reading from light sensor keys is | Joerg Jung |
2015-10-04 | remove duplicate key, found by kettenis | Joerg Jung |
2015-10-01 | relax vendor comparison to match variations found in older | Joerg Jung |
2015-10-01 | add const, prodded by mpi | Joerg Jung |
2015-10-01 | remove superfluous sensor_attach() added for debug reasons | Joerg Jung |
2015-10-01 | fix semicolon after if statement | Jonathan Gray |
2015-09-30 | add a (disabled) driver for the Apple System Management Controller (SMC) as | Joerg Jung |