summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/acpibtn.c
AgeCommit message (Expand)Author
2006-12-26Add polling to devices that require it such as acpibat and acpitz.Marco Peereboom
2006-12-21more minor knfTheo de Raadt
2006-12-18Remove misleading NOTREACHED comments. Sending a signal does notCan Erkin Acar
2006-11-29Do not consider unrecognized buttons as lid sensors. ok marco@Miod Vallat
2006-10-12Massive ACPI changesJordan Hargrave
2006-05-31Match the specs and only shut down if notify_type is 0x80Can Erkin Acar
2006-02-25Ugh, missed some { }Marco Peereboom
2006-02-22Added new aml_register to notify by device idJordan Hargrave
2006-02-21KNFMarco Peereboom
2006-02-21Added button type fieldJordan Hargrave
2006-02-21Adjust debug levels since _STA often doesn't exist and its annoyingly loud.Marco Peereboom
2006-02-21Rig the power button so that the machine shuts down correctly.Marco Peereboom
2006-02-21Print the parent name which is way more useful than the node name.Marco Peereboom
2006-02-20Display device name for button attachJordan Hargrave
2006-02-20Add acpibtn device. Remains disabled for now.Marco Peereboom