index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
acpi
/
asus_acpi.c
Age
Commit message (
Expand
)
Author
2014-02-25
Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before
pooka
2012-06-02
Add some pre-processor magic to verify that the type of the data item
dsl
2012-01-21
initialize fan sensor state to ENVSYS_SINVALID, should fix:
jmcneill
2011-02-16
Change the preprocessor defines around the module(9)'s modcmd() calls such
jruoho
2010-10-26
Add support for module(9).
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-24
A pointer typedef entails trading too much flexibility to declare const
dyoung
2010-01-31
Also remove the ACPI notify handler upon detach.
jruoho
2010-01-29
If we failed to obtain the brightness level during suspend, do not try to
jruoho
2010-01-29
Replace all AcpiEvaluateObject() calls with acpi_eval_set_integer().
jruoho
2010-01-29
Fix a memory leak in the resume handler.
jruoho
2010-01-08
Expand PMF_FN_* macros.
dyoung
2009-09-16
Allow for 'options ACPI_DEBUG' by providing module declarations
mlelstv
2009-08-04
Reading the fan speed is expensive, so set the undocumented SME_POLL_ONLY
jmcneill
2009-08-03
don't call asus_sysctl_setup from asus_init because that is called from
jmcneill
2009-08-03
add missing return, silences 'failed to add sysctl nodes. (0)' message when
jmcneill
2009-08-03
- add experimental cpu fan/voltage switching support (sysctl hw.asus0.*)
jmcneill
2008-09-21
Remember previous display brightness across suspend/resume; now we don't
jmcneill
2008-05-14
Fix memory leak on attach/resume.
jmcneill
2008-05-05
Use 2-clause license.
jmcneill
2008-04-23
s/struct cfdata */cfdata_t/
jmcneill
2008-03-31
Remove useless returns at the end of void functions.
xtraeme
2008-03-31
Add ASUS ACPI hotkey driver, as found in the Eee PC.
jmcneill