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
/
acpica
/
acpi_button.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...
sbz
2013-01-30
1
-2
/
+1
*
Merge ACPICA 20101209.
jkim
2010-12-15
1
-1
/
+1
*
Merge ACPICA 20100702.
jkim
2010-07-06
1
-0
/
+3
*
Merge ACPICA 20100331 (and four additional upstream patches).
jkim
2010-04-02
1
-1
/
+0
*
Import ACPICA 20090521.
jkim
2009-06-05
1
-1
/
+3
*
Catch up with ACPI-CA 20070320 import.
jkim
2007-03-22
1
-4
/
+2
*
Canonize the include of acpi.h.
obrien
2005-09-11
1
-1
/
+1
*
Fix SCM ID's.
obrien
2005-03-02
1
-2
/
+3
*
Move flags into a private ivar so it can't collide with device flags.
njl
2004-06-30
1
-5
/
+0
*
Use the acpi_id_probe() method instead of acpi_MatchHid(), which is now
njl
2004-06-29
1
-25
/
+27
*
Add support to ACPI to manage its own resources. Previously, resource
njl
2004-06-13
1
-4
/
+6
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
Update the new suspend/resume GPE methods to properly limit the GPE
njl
2004-05-28
1
-0
/
+1
*
Restructure the wake GPE API. Now there are three functions:
njl
2004-05-27
1
-6
/
+7
*
Enable GPE at runtime rather than suspend time. This is to match the
njl
2004-05-25
1
-1
/
+3
*
Changes to implement 20040514:
njl
2004-05-25
1
-2
/
+9
*
Add MODULE_DEPEND entries so some of these drivers can eventually be
njl
2004-04-09
1
-0
/
+1
*
Do not remove the fixed handlers. Several systems (e.g., ASUS) only
njl
2004-02-19
1
-11
/
+5
*
Fix problem caused by previous commit where some users' buttons
njl
2004-02-19
1
-9
/
+2
*
Prefer buttons defined in the AML over the ones in the FADT. Some
njl
2004-02-11
1
-12
/
+32
*
Add devctl(4) notify support to ACPI. Various subsystems now notify
njl
2003-10-25
1
-0
/
+4
*
Fix the ACPI_DEBUG case.
njl
2003-09-22
1
-2
/
+2
*
Make this compile.
phk
2003-09-21
1
-0
/
+2
*
Add support for fixed event buttons defined in the DSDT (HID "ACPI_FSB"
njl
2003-09-21
1
-17
/
+49
*
Style cleanups to match the rest of this directory. For acpi_battery.c,
njl
2003-08-11
1
-32
/
+26
*
Enable wake up GPE before shutdown, not only for sleeping.
takawata
2003-07-26
1
-0
/
+1
*
Add device(power/sleep button and lid) wake function from sleeping state.
iwasaki
2002-07-22
1
-0
/
+22
*
Fixed printf format errors which apparently crept in while -Wformat was
bde
2002-05-25
1
-8
/
+4
*
Brutally deal with __func__ being 'const char *' on gcc-3.1.
peter
2002-05-19
1
-4
/
+4
*
Match namespace cleanup changes in ACPI CA 20020217 update.
msmith
2002-02-23
1
-7
/
+7
*
Staticise devclasses and some unnecessarily global variables.
msmith
2002-01-08
1
-1
/
+1
*
Cleanups of verbose printing. All the messages for the debugging is
iwasaki
2001-11-18
1
-4
/
+8
*
Convert from acpi_strerror() to AcpiFormatException()
msmith
2001-07-21
1
-1
/
+1
*
Don't call ourselves a "control method" anything, that's not useful.
msmith
2001-07-21
1
-4
/
+6
*
- Updates for new constant naming in the ACPI CA 20010518 update.
msmith
2001-05-29
1
-5
/
+5
*
- Convert a lot of homebrew debugging output to use the ACPI CA debugging
msmith
2000-12-08
1
-17
/
+35
*
Initial FreeBSD OSPM (operating system power management) modules for
msmith
2000-10-28
1
-0
/
+182