index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
acpi_support
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve exception string format.
takawata
2006-08-14
1
-2
/
+2
*
Remove debug messages on notify handler.
takawata
2006-08-14
1
-2
/
+0
*
Use the acpi_event_sleep_button_sleep() function instead of
nyan
2006-06-06
1
-1
/
+1
*
Add Fn+F7 hotkey (suspend) support.
nyan
2006-06-05
1
-0
/
+7
*
Add support for Asus W5A laptops.
philip
2006-04-09
1
-0
/
+10
*
Add support for Asus A4D laptops. Currently without display switching
philip
2006-01-29
1
-0
/
+12
*
Add support for Asus A6VM laptops.
philip
2006-01-29
1
-0
/
+12
*
Allow non-P laptops to make use of this module.
philip
2006-01-29
1
-81
/
+233
*
- Add support for setting the fan control mode to manual or automatic
markus
2006-01-14
1
-3
/
+55
*
Canonize the include of acpi.h.
obrien
2005-09-11
6
-6
/
+6
*
Don't lock when holding led_mtx, instead use AcpiOsQueueForExecution to defer
markus
2005-08-04
1
-2
/
+29
*
Add the ID of my Thinkpad R40. Makes the module detect and with the
cracauer
2005-06-17
1
-1
/
+1
*
- Only create the led(4) interface, if setting the thinklight is possible
markus
2005-06-10
1
-9
/
+14
*
Import a mostly rewritten and extended version of acpi_ibm:
markus
2005-06-09
1
-330
/
+724
*
Fix my copyright.
nyan
2005-05-14
1
-1
/
+1
*
Sync with Linux acpi4asus, adding support for loads of new models.
philip
2005-05-09
1
-13
/
+144
*
Add support for Asus V6V[1] and W1N notebooks.
philip
2005-05-09
1
-0
/
+41
*
Fix a small locking error.
philip
2005-04-04
1
-2
/
+3
*
Use a taskqueue for led-handling to prevent a potential panic.
philip
2005-03-30
1
-8
/
+34
*
Use device_set_desc_copy() for non-constant strings.
pjd
2005-03-24
1
-1
/
+1
*
Add another HID for the Toshiba SPA40 laptop.
jhb
2005-03-24
1
-1
/
+2
*
Make sure status variable is always initialized. Why didn't this show up in
philip
2005-03-21
1
-1
/
+1
*
Simplify sysctl handling by consolidating various get/set functions into
philip
2005-03-20
1
-160
/
+213
*
Add acpi_fujitsu for handling acpi-controlled buttons on Fujitsu laptops.
philip
2005-03-18
1
-0
/
+563
*
Fix SCM ID's.
obrien
2005-03-02
2
-4
/
+6
*
Unify ACPI_DEBUG support for all OEM drivers under ACPI_OEM. Since more than
njl
2004-12-13
5
-2
/
+13
*
Allow the acpi_ibm module to be built with ACPI_DEBUG.
scottl
2004-12-13
1
-0
/
+5
*
Add IBM Laptop extra device driver.
takawata
2004-12-09
1
-0
/
+466
*
Attach the device at acpi_sony instead of acpi_snc. Rename some
imp
2004-11-29
1
-39
/
+39
*
Remove more debugging
imp
2004-11-15
1
-1
/
+1
*
Merge 1.3 from acpi_snc.c: don't use return_VALUE() macro
imp
2004-11-15
1
-24
/
+22
*
Kill ACPI_FUNCTION_TRACE. It is killing the tinderbox build, and it
imp
2004-11-13
1
-10
/
+6
*
o Change the strcmp() to a strncmp() to allow us to attach to 'E'
philip
2004-11-12
1
-69
/
+67
*
Minor whitespace nitpicking to reduce my diffs of Real Changes[tm]
philip
2004-11-12
1
-9
/
+6
*
Commit takawata-san's Sony Notebook Controller driver, integrated into
imp
2004-11-11
1
-0
/
+172
*
Add support for gadgets on Asus L4R and M6R notebooks.
philip
2004-11-08
1
-0
/
+22
*
Add power profile support so that the LCD changes brightness levels based
njl
2004-11-07
1
-20
/
+86
*
Fix support for the Asus-compatible gadgets in Samsung P30/P35 laptops.
philip
2004-11-05
1
-9
/
+47
*
Add support for Asus M6N laptops
philip
2004-11-02
1
-0
/
+11
*
Be sure to always unlock the sx lock when exiting the sysctl function.
njl
2004-08-24
1
-1
/
+1
*
MPSAFE locking
njl
2004-08-13
1
-2
/
+20
*
MPSAFE locking
njl
2004-08-13
1
-2
/
+15
*
MPSAFE locking
njl
2004-08-13
1
-0
/
+10
*
Unbreak LINT by making sure that method is always defined.
philip
2004-08-04
1
-0
/
+4
*
Further cleanup: merge the three led toggling functions
philip
2004-08-03
1
-41
/
+55
*
Use the acpi_{Get,Set}Integer functions instead of rolling custom ones.
njl
2004-08-03
1
-78
/
+32
*
Whitespace cleanup and move static variables together.
njl
2004-07-24
1
-23
/
+23
*
Remove unneeded parens and fix whitespace.
njl
2004-07-24
1
-36
/
+29
*
Add the ACPI Panasonic extras driver.
nyan
2004-07-21
1
-0
/
+410
*
Update for acpi_id_probe()
njl
2004-06-29
2
-26
/
+19
[next]