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