summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/asus_acpi.c
AgeCommit message (Expand)Author
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2012-06-02Add some pre-processor magic to verify that the type of the data itemdsl
2012-01-21initialize fan sensor state to ENVSYS_SINVALID, should fix:jmcneill
2011-02-16Change the preprocessor defines around the module(9)'s modcmd() calls suchjruoho
2010-10-26Add support for module(9).jruoho
2010-04-15As discussed with jmcneill@, install a global "bus notification handler"jruoho
2010-04-14No need to spread the ACPICA type system any more than is necessary:jruoho
2010-03-05Remove <dev/acpi/acpica.h> from all files. It is included fromjruoho
2010-02-24A pointer typedef entails trading too much flexibility to declare constdyoung
2010-01-31Also remove the ACPI notify handler upon detach.jruoho
2010-01-29If we failed to obtain the brightness level during suspend, do not try tojruoho
2010-01-29Replace all AcpiEvaluateObject() calls with acpi_eval_set_integer().jruoho
2010-01-29Fix a memory leak in the resume handler.jruoho
2010-01-08Expand PMF_FN_* macros.dyoung
2009-09-16Allow for 'options ACPI_DEBUG' by providing module declarationsmlelstv
2009-08-04Reading the fan speed is expensive, so set the undocumented SME_POLL_ONLYjmcneill
2009-08-03don't call asus_sysctl_setup from asus_init because that is called fromjmcneill
2009-08-03add missing return, silences 'failed to add sysctl nodes. (0)' message whenjmcneill
2009-08-03- add experimental cpu fan/voltage switching support (sysctl hw.asus0.*)jmcneill
2008-09-21Remember previous display brightness across suspend/resume; now we don'tjmcneill
2008-05-14Fix memory leak on attach/resume.jmcneill
2008-05-05Use 2-clause license.jmcneill
2008-04-23s/struct cfdata */cfdata_t/jmcneill
2008-03-31Remove useless returns at the end of void functions.xtraeme
2008-03-31Add ASUS ACPI hotkey driver, as found in the Eee PC.jmcneill