Age | Commit message (Expand) | Author |
2022-02-08 | The suspend/resume code is a sticky mess of MI, MD, and ACPI sequencing. | Theo de Raadt |
2019-12-31 | include sys/sensors.h for sensor use | Jonathan Gray |
2019-10-21 | On newer ThinkPads reporting HKEY version > 1, don't claim wscons | Joshua Stein |
2019-10-13 | Move ws_get_param/ws_set_param into wsdisplay code. | Mark Kettenis |
2019-10-12 | Print version number. | Mark Kettenis |
2019-03-08 | the previous hkey version check was not accurate enough, so try the | Joshua Stein |
2019-03-06 | explicitly unmask keyboard brightness and screen brightness events | Joshua Stein |
2019-03-06 | thinkpad_[gs]et_backlight -> thinkpad_[gs]et_kbd_backlight | Joshua Stein |
2018-07-01 | acpi: clean up some inconsistent style in the hid matching arrays | Mike Larkin |
2018-06-29 | Use <stdint.h> types. | Mark Kettenis |
2018-05-22 | acpithinkpad(4): add port replicator indicator sensor | Mike Larkin |
2017-08-12 | ignore unknown/boring events by default, which modern thinkpads have | Joshua Stein |
2017-02-28 | Untangle abstract sleep modes from ACPI sleep states. This paves the way | Martin Natano |
2017-02-25 | move vendor HIDs into their drivers, clean up some unused defines | Joshua Stein |
2017-02-25 | attach acpithinkpad to LEN0268 HID found on newer thinkpads | Joshua Stein |
2017-02-07 | Test for NULL before dereferencing a pointer not after. | Jonathan Gray |
2016-10-04 | At acpithinkpad attach time determine the value of the mute, and defer | Theo de Raadt |
2016-05-05 | Return ENOTTY in acpithinkpad backlight get/set ioctls if the maximum | Jonathan Gray |
2016-01-10 | Add thinkpad tablet dock/undock ACPI events. | Stefan Sperling |
2015-12-17 | Add display brightness support. This is available on the last few generations | Mark Kettenis |
2015-12-16 | Don't attempt to get the ThinkLight state if neither the KLCG nor the MLCG | Mark Kettenis |
2015-12-14 | Handle the keyboard backlight found on newer Thinkpads. Doesn't handle the | Mark Kettenis |
2015-12-13 | Hook up the ThinkLight to the keyboard backlight support code. | Mark Kettenis |
2015-12-13 | Sort button defines. | Mark Kettenis |
2015-09-11 | Ignore the 'rotation lock' button on my Yoga12 | Philip Guenther |
2015-04-24 | another thinkpad event to ignore; from mp39590@gmail | Theo de Raadt |
2015-02-06 | Handle hibernate button in the same way as suspend does: send an | David Coppa |
2014-12-13 | ThinkPad Edge E130, event 0x6060 is supposed to indicate toggle | Theo de Raadt |
2014-10-08 | On ThinkPads, protect code handling the hibernate button with | David Coppa |
2014-10-07 | zap duplicated line; Theo Buehler | Stuart Henderson |
2014-10-05 | two more events found on thinkpad yoga | Theo de Raadt |
2014-09-30 | prevent dmesg spam from some new windows-only keys found on very new | Peter Hessler |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-07-08 | Recognize (and ignore) ``black button'' presses. ok beck@ | Miod Vallat |
2014-03-24 | add support for aux button strip on newer thinkpads like the 2nd | joshua stein |
2013-11-04 | Convert wskbd_set_mixervolume() to use a task internally instead of | Martin Pieuchot |
2013-10-30 | Add "handling" for dock/undock events for non-ACPI docks to acpithinkpad. | Mike Larkin |
2013-10-19 | Support the hibernate key (Fn-F12) | Theo de Raadt |
2013-07-03 | fix: cast void * to char *, fix format args for (u)int64_t, | Stefan Fritsch |
2013-04-02 | recognize and ignore power change event from newer thinkpads | joshua stein |
2013-03-22 | Newer Thinkpads (x220, x230, t430) send a 0x6050 event whenever the brightness | Mark Kettenis |
2011-06-06 | Microphone mute button support from acpithinkpad (or elsewhere). | Theo de Raadt |
2011-05-29 | Ignore errors from the UCMS method. Some newer (really crappy, stay | Theo de Raadt |
2011-04-27 | attach acpithinkpad to newer lenovo models like the x120e | joshua stein |
2011-01-02 | Re-add code for ACPI taskqueue, eliminates need for state vars in acpi softc | Jordan Hargrave |
2010-08-07 | The wakeup of the acpi thread is not needed. This code is being called | Theo de Raadt |
2010-07-06 | Don't use a workq to do the suspend, because it races aginst the acpi | Theo de Raadt |
2009-11-25 | Thinkpad button suspends; ok mlarkin | Theo de Raadt |
2009-09-14 | simplify code in preparation for other things. tested by many. | Federico G. Schwindt |
2009-04-26 | .desc field of the sensor struct shall not duplicate .type and .numt; ok jordan | Constantine A. Murenin |