| Age | Commit message (Expand) | Author |
| 2022-08-12 | thinkpad(4): Don't detach on shutdown. | riastradh |
| 2021-12-31 | thinkpad(4): Omit workaround for acpiec_bus_read. | riastradh |
| 2021-05-30 | thinkpad(4): Fix evaluation of MHKA on version 2 devices. | riastradh |
| 2021-05-29 | Add some more Thinkpad hotkeys. | riastradh |
| 2021-05-29 | thinkpad(4): Add dtrace probe for hotkey events. | riastradh |
| 2021-05-29 | thinkpad(4): Attach at LEN0268 with v2 Thinkpad hotkeys too. | riastradh |
| 2021-01-29 | Use acpi_compatible_match(). | thorpej |
| 2020-05-17 | With the recent change of the EC address space handler, we no longer get | mlelstv |
| 2019-08-05 | Fix undefined behavior in thinkpad_mask_init(). Found by kUBSan. | msaitoh |
| 2016-04-03 | Split toggles for bluetooth and wwan and use specific ACPI objects | mlelstv |
| 2015-04-23 | Update module dependencies for all the existing modules that depend on sysmon... | pgoyette |
| 2013-03-30 | reverse the polarity of the extra key option, always enabling them. | christos |
| 2013-03-30 | Define THINKPAD_EXTENDED_HOTKEYS to enable more hotkeys on ThinkPads. | christos |
| 2012-11-24 | Match LEN0068 in thinkpad(4) too, as newer Thinkpads report. | riastradh |
| 2012-08-14 | Collect rnd(9) entropy from coretemp(4), acpibat(4), aibs(4), hpacel(4), | jruoho |
| 2012-07-15 | add function switch to switch on/off "wireless WAN", aka GSM et al modem | spz |
| 2011-06-20 | Initialize sensor state before trying to register. | pgoyette |
| 2011-06-06 | Don't update the value_{min,max} - these fields are not {low,high}-water | pgoyette |
| 2011-04-14 | Simplify a little. No functional change. | jruoho |
| 2011-04-14 | Use the common power resource code. Also add a comment explaining | jruoho |
| 2011-03-27 | Use wireless function key to toggle not only bluetooth but also | mlelstv |
| 2011-02-16 | Use ioconf for the module declarations. | jruoho |
| 2011-01-18 | Use AcpiOsReadPort/AcpiOsWritePort instead of inb/outb so I can get rid of | jmcneill |
| 2010-12-31 | Use "temperature #" and "fan speed #" rather than "TMP#" and "FAN#" for the | jruoho |
| 2010-10-25 | Bump WARNS to 4. | jruoho |
| 2010-04-15 | As discussed with jmcneill@, install a global "bus notification handler" | jruoho |
| 2010-04-14 | No need to spread the ACPICA type system any more than is necessary: | jruoho |
| 2010-03-05 | Remove <dev/acpi/acpica.h> from all files. It is included from | jruoho |
| 2010-02-28 | Introduce support for ACPI kernel modules. | jruoho |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |
| 2010-01-31 | Add a detachment routine. While here, clarify the initialization of sensors. | jruoho |
| 2010-01-30 | Add the _COMPONENT definition for ACPI_DEBUG. | jruoho |
| 2010-01-18 | Add definitions for volume keys. | jruoho |
| 2010-01-08 | Expand PMF_FN_* macros. | dyoung |
| 2009-11-29 | Introduce acpi_eval_set_integer(). | cegger |
| 2009-09-25 | Use deviter_first()/deviter_next() instead of accessing alldevs | dyoung |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2009-02-17 | Use aprint_debug | jmcneill |
| 2008-11-01 | Make the driver work (except for setting display brightness) on older | hans |
| 2008-10-18 | Add fan sensor support, from Thomas E. Spanjaard | jmcneill |
| 2008-05-05 | Use 2-clause license. | jmcneill |
| 2008-05-01 | Be consistent with #define<space-or-tab>. | simonb |
| 2008-04-26 | Use isareg constants in thinkpad_brightness_read where possible | jmcneill |
| 2008-02-29 | Use PMF_FN_ARGS, PMF_FN_PROTO. | dyoung |
| 2008-01-28 | The Thinkpad T61/x61 family powers off the USB power resource on resume | jmcneill |
| 2008-01-09 | Remove useless returns at the end of void functions. | xtraeme |
| 2007-12-22 | Move display switching out of the kernel; deliver this (and other) events | jmcneill |
| 2007-12-22 | Add experimental display switching support. | jmcneill |
| 2007-12-22 | Only toggle bluetooth when the wireless button is pressed, simplifies | jmcneill |
| 2007-12-21 | Add support for the WLAN / Bluetooth switch. | jmcneill |