History log of /freebsd-10.1-release/sys/dev/acpi_support/acpi_fujitsu.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 246128 30-Jan-2013 sbz

Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on device_method_t arrays

Reviewed by: cognet
Approved by: cognet


# 216376 11-Dec-2010 avg

acpi_fujitsu: update for P8010

PR: kern/121102
Submitted by: Anish Mistry <amistry@am-productions.biz>
MFC after: 3 weeks


# 209064 11-Jun-2010 jkim

Remove unused assignment.

Found by: clang static analyzer
Found by: Coverity Prevent[tm] (CID 4537, 4538, 4539)


# 193530 05-Jun-2009 jkim

Import ACPICA 20090521.


# 182864 08-Sep-2008 ed

Fix a typo in a comment in the ACPI Fujitsu driver.

The word "hotkys" should read "hotkeys".

Submitted by: Jille Timmermans <jille quis cx>


# 167814 22-Mar-2007 jkim

Catch up with ACPI-CA 20070320 import.


# 155020 29-Jan-2006 philip

Allow non-P laptops to make use of this module.

Other major changes (from the author):

o Individual method probing
o Finally figured out what the RBLL, RVOL, GHKS, GSIF are:
- RBLL - lcd_brightness radix
- RVOL - volume radix
- GHKS - Currently activated hotkey (internal)
- GSIF - Hotkey mask (internal)

Submitted by: Anish Mistry <mistry.7 -at- osu.edu>
MFC after: 3 days


# 150003 11-Sep-2005 obrien

Canonize the include of acpi.h.


# 144623 04-Apr-2005 philip

Fix a small locking error.

Submitted by: Anish Mistry <mistry.7@osu.edu>


# 143794 18-Mar-2005 philip

Add acpi_fujitsu for handling acpi-controlled buttons on Fujitsu laptops.

Submitted by: Anish Mistry <mistry.7 -at- osu.edu>
Reviewed by: njl
X-MFC after: 5.4-RELEASE