Age | Commit message (Expand) | Author |
2014-08-21 | Set the sensor's status when docking and undocking, not just its value. | kspillner |
2010-07-27 | Add additional Notify handler for dock devices, according to ACPI spec | Jordan Hargrave |
2010-07-23 | Fix searchname to handle short name segments, remove hack in acpidock. | Jordan Hargrave |
2010-07-21 | spacing and indents that are driving me crazy | Theo de Raadt |
2010-06-27 | Cleanup aml_find_node calls | Jordan Hargrave |
2009-06-07 | Shave surplus space from format string. | Michael Knudsen |
2009-06-04 | only one : in a line. the seperation is: | Theo de Raadt |
2009-06-03 | Don't disable dock devices if dock isn't initially attached | Jordan Hargrave |
2009-06-03 | More KNF | Jordan Hargrave |
2009-06-02 | KNF cleanup and denoise | Jordan Hargrave |
2009-06-02 | Added changes for docking station, must eject all children devices | Jordan Hargrave |
2009-03-13 | Fixup in acpidock for aml_evalinteger | Jordan Hargrave |
2009-03-11 | Cleanup.. use aml_evalinteger instead of aml_evalname | Jordan Hargrave |
2008-06-01 | Re-enable new parser. Lots of testing by various folks. Fits all media | Marco Peereboom |
2008-05-16 | back out jordans new parser. | David Gwynne |
2008-05-14 | Adding new ACPI Parser code | Jordan Hargrave |
2007-11-12 | spacing | Theo de Raadt |
2007-09-13 | Implement ACPI 6.5.1 spec tree walk for _STA and _INI. | Tobias Weingartner |
2007-04-23 | When receiving an undock request, walk the list of dependant devices | Michael Knudsen |
2007-04-23 | When adding a device node to the list of dependant devices, don't add | Michael Knudsen |
2007-04-23 | In acpidock_softc, change sc_sens from being a one element long array to | Michael Knudsen |
2007-04-22 | Remove unnecessary local variable in acpidock_status() and kill an XXX | Michael Knudsen |
2007-04-22 | Add a TAILQ, aml_nodelist, of devices depending on the dock device to | Michael Knudsen |
2007-04-17 | Fix a really emberrassing bug: Do not unconditionally call _DCK with a | Michael Knudsen |
2007-04-16 | Fix debug info when docking/undocking so it tells users what they need | Michael Knudsen |
2007-04-06 | Fix a strange typo and don't set sc_docked in acpidock_dockctl(). It's | Michael Knudsen |
2007-02-15 | Change some functions so there's only one exit point. This should make | Michael Knudsen |
2007-02-15 | Let acpidock_eject take an extra argument of what node to call _EJ0 on. | Michael Knudsen |
2007-02-15 | Don't clear the struct aml_value res when aml_evalnode() does this | Michael Knudsen |
2007-02-03 | Change sensor description to `docked'/`not docked' depending on actual | Michael Knudsen |
2007-01-27 | No need to invoke _INI explicitly as this is currently done | Michael Knudsen |
2007-01-27 | Don't invoke methods on the wrong devnode. Sigh. | Michael Knudsen |
2007-01-27 | Unbreak build with ACPI_DEBUG. | Michael Knudsen |
2007-01-27 | Only set sensor to on when ACPIDOCK_STATUS_DOCKED. Before it would also | Michael Knudsen |
2007-01-27 | Delay status report during attach until after invoking _DCK. | Michael Knudsen |
2007-01-27 | Say ``docking station'' instead of ``docked'' in the sensor description | Michael Knudsen |
2007-01-27 | Reading the spec again it seems I missed that the _INI method | Michael Knudsen |
2007-01-25 | Be a bit more verbose during attach even without ACPI_DEBUG for now. | Michael Knudsen |
2007-01-25 | Install an indicator sensor to show if we're docked or not. | Michael Knudsen |
2007-01-25 | Make debug output a tad more consistent. | Michael Knudsen |
2007-01-22 | Fix a comment and reduce the chattyness of some debug. | Michael Knudsen |
2007-01-22 | Some nits from fkr@, thanks! | Michael Knudsen |
2007-01-22 | Add driver for ACPI docking stations. | Michael Knudsen |