aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpi_support
Commit message (Expand)AuthorAgeFilesLines
* MFC r216376: acpi_fujitsu: update for P8010Andriy Gapon2011-03-111-1/+54
* Merge r203622 from head:Gavin Atkinson2010-03-171-5/+15
* MFC r201605: Update acpi_ibm syctl nodes on resume.Mitsuru IWASAKI2010-01-171-0/+30
* MFC 197460:John Baldwin2009-10-291-4/+0
* MFC 197415:John Baldwin2009-09-251-17/+19
* MFC 186529 (stas):Rui Paulo2009-02-081-1/+1
* MFC r180268:Rui Paulo2009-02-081-3/+44
* Reverse botched r188326.Rui Paulo2009-02-081-3/+1
* MFC r186529 (stas):Rui Paulo2009-02-081-1/+3
* MFC r184625:Rui Paulo2009-02-081-0/+75
* MFC r181885: Fix typo in comment.Rui Paulo2009-02-081-1/+1
* MFC r181463: add sbuf_new_autoSam Leffler2009-01-111-1/+1
* MFC r180062:Rui Paulo2008-07-011-6/+109
* MFC r1.32, r1.33:Rui Paulo2008-04-221-3/+29
* MFC: 1.31Jung-uk Kim2008-04-141-32/+103
* MFC: Don't attach to the "IBM0057" ID.John Baldwin2007-11-021-1/+1
* Initialize key to zero.Matt Jacob2007-06-171-1/+1
* Add support for Asus A3N laptops.Philip Paeps2007-06-021-0/+12
* Mute the main audio during reboot/shutdown. This prevents a burst of staticNate Lawson2007-06-021-2/+16
* Utilize led_create_state in order to preserve the status of the ThinkLightMarkus Brueffer2007-04-241-5/+9
* Catch up with ACPI-CA 20070320 import.Jung-uk Kim2007-03-223-6/+4
* Prevent freeing wild pointer when bailing out.Takanori Watanabe2006-11-061-1/+2
* Document the cdp for controlling CD power.Kevin Lo2006-11-011-2/+2
* Remove unused softc pointer variable from the probe routine.John Baldwin2006-10-311-3/+0
* Driver for some ASUS desktop motherboard extras.Takanori Watanabe2006-10-301-0/+340
* Improve exception string format.Takanori Watanabe2006-08-141-2/+2
* Remove debug messages on notify handler.Takanori Watanabe2006-08-141-2/+0
* Use the acpi_event_sleep_button_sleep() function instead ofYoshihiro Takahashi2006-06-061-1/+1
* Add Fn+F7 hotkey (suspend) support.Yoshihiro Takahashi2006-06-051-0/+7
* Add support for Asus W5A laptops.Philip Paeps2006-04-091-0/+10
* Add support for Asus A4D laptops. Currently without display switchingPhilip Paeps2006-01-291-0/+12
* Add support for Asus A6VM laptops.Philip Paeps2006-01-291-0/+12
* Allow non-P laptops to make use of this module.Philip Paeps2006-01-291-81/+233
* - Add support for setting the fan control mode to manual or automaticMarkus Brueffer2006-01-141-3/+55
* Canonize the include of acpi.h.David E. O'Brien2005-09-116-6/+6
* Don't lock when holding led_mtx, instead use AcpiOsQueueForExecution to deferMarkus Brueffer2005-08-041-2/+29
* Add the ID of my Thinkpad R40. Makes the module detect and with theMartin Cracauer2005-06-171-1/+1
* - Only create the led(4) interface, if setting the thinklight is possibleMarkus Brueffer2005-06-101-9/+14
* Import a mostly rewritten and extended version of acpi_ibm:Markus Brueffer2005-06-091-311/+705
* Fix my copyright.Yoshihiro Takahashi2005-05-141-1/+1
* Sync with Linux acpi4asus, adding support for loads of new models.Philip Paeps2005-05-091-13/+144
* Add support for Asus V6V[1] and W1N notebooks.Philip Paeps2005-05-091-0/+41
* Fix a small locking error.Philip Paeps2005-04-041-2/+3
* Use a taskqueue for led-handling to prevent a potential panic.Philip Paeps2005-03-301-8/+34
* Use device_set_desc_copy() for non-constant strings.Pawel Jakub Dawidek2005-03-241-1/+1
* Add another HID for the Toshiba SPA40 laptop.John Baldwin2005-03-241-1/+2
* Make sure status variable is always initialized. Why didn't this show up inPhilip Paeps2005-03-211-1/+1
* Simplify sysctl handling by consolidating various get/set functions intoPhilip Paeps2005-03-201-154/+207
* Add acpi_fujitsu for handling acpi-controlled buttons on Fujitsu laptops.Philip Paeps2005-03-181-0/+563
* Fix SCM ID's.David E. O'Brien2005-03-022-4/+6