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