nyan
48257920e2
Fix my copyright.
2005-05-14 10:51:16 +00:00
philip
7993c4292d
Sync with Linux acpi4asus, adding support for loads of new models.
...
MFC after: 3 days
2005-05-09 12:51:48 +00:00
philip
3c26bd1739
Add support for Asus V6V[1] and W1N notebooks.
...
Submitted by: Jean-Sébastien Pédron <jspedron@club-internet.fr> [1]
MFC after: 3 days
2005-05-09 08:43:49 +00:00
philip
005afc0afa
Fix a small locking error.
...
Submitted by: Anish Mistry <mistry.7@osu.edu>
2005-04-04 10:21:20 +00:00
philip
eedd5656c1
Use a taskqueue for led-handling to prevent a potential panic.
...
Submitted by: pjd
2005-03-30 15:06:11 +00:00
pjd
127c0209cb
Use device_set_desc_copy() for non-constant strings.
...
Approved by: njl
2005-03-24 21:07:55 +00:00
jhb
50114d4a2e
Add another HID for the Toshiba SPA40 laptop.
...
Submitted by: Chris Reece car at crank dot org dot uk
MFC after: 1 week
2005-03-24 19:02:13 +00:00
philip
4772bfd2a4
Make sure status variable is always initialized. Why didn't this show up in
...
my testing? *grmbl*
2005-03-21 18:11:50 +00:00
philip
df09d3a781
Simplify sysctl handling by consolidating various get/set functions into
...
generic functions, use a table for hooking up sysctls nodes rather than doing
it manually. While here, clean up some style bugs.
Glanced at by: njl
2005-03-20 23:36:36 +00:00
philip
40a49548e5
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
2005-03-18 08:48:10 +00:00
obrien
8e62c29bdd
Fix SCM ID's.
2005-03-02 09:22:34 +00:00
njl
1af716f4fc
Unify ACPI_DEBUG support for all OEM drivers under ACPI_OEM. Since more than
...
one will never be supported on the same platform, this does not hurt
debugging.
MFC after: 3 days
2004-12-13 23:31:46 +00:00
scottl
1048e6f4a6
Allow the acpi_ibm module to be built with ACPI_DEBUG.
2004-12-13 03:22:11 +00:00
takawata
226bfdc163
Add IBM Laptop extra device driver.
...
This depends on ACPI and RTC registers.
Reviewed by: njl
2004-12-09 13:54:29 +00:00
imp
6800033a3c
Attach the device at acpi_sony instead of acpi_snc. Rename some
...
internal variables as well to reflect the change.
2004-11-29 16:40:30 +00:00
imp
c68fcd13fa
Remove more debugging
2004-11-15 20:08:44 +00:00
imp
d54bf69758
Merge 1.3 from acpi_snc.c: don't use return_VALUE() macro
...
Improve style(9) compliance.
2004-11-15 05:12:17 +00:00
imp
d3854eb0e5
Kill ACPI_FUNCTION_TRACE. It is killing the tinderbox build, and it
...
isn't worth adding to the modules lists that we have to hard code for
this to work. Since we print PID right away, we have a trace point
already.
Minor knf while I'm here.
2004-11-13 23:39:56 +00:00
philip
faa1fd5f15
o Change the strcmp() to a strncmp() to allow us to attach to 'E'
...
models of laptops, which are essentially the same as the normal
ones, as far as acpi_asus is concerned[1]
o Use the above as an excuse to reshuffle the mess I made of the
probe function when I originally wrote it.
Reported by: Soeren Larsen <soeren@whiteswan.dk>
2004-11-12 23:21:19 +00:00
philip
da2085deb3
Minor whitespace nitpicking to reduce my diffs of Real Changes[tm]
2004-11-12 23:06:13 +00:00
imp
9b37fa7711
Commit takawata-san's Sony Notebook Controller driver, integrated into
...
the tree. Small tweaks were made by myself to eliminate unnecessary
includes and some other minor issues. Last time I asked takawata-san
about this driver, he suggested I commit it.
Submitted by: takawata
2004-11-11 22:54:58 +00:00
philip
9c50035691
Add support for gadgets on Asus L4R and M6R notebooks.
2004-11-08 16:54:26 +00:00
njl
ddc1dfe834
Add power profile support so that the LCD changes brightness levels based
...
on the AC line state.
Submitted by: OGAWA Takaya <t-ogawa@triaez.kaisei.org>
MFC after: 1 week
2004-11-07 23:18:23 +00:00
philip
a7b4c9ad92
Fix support for the Asus-compatible gadgets in Samsung P30/P35 laptops.
...
PR: 73380
Submitted by: Sebastian Schulze Struchtrup <seb@struchtrup.com>
2004-11-05 07:24:11 +00:00
philip
368170ea60
Add support for Asus M6N laptops
...
Submitted by: Andreas Dieling <snow@quantentunnel.de>
2004-11-02 13:02:22 +00:00
njl
8881707b65
Be sure to always unlock the sx lock when exiting the sysctl function.
...
MFC after: 3 days
2004-08-24 17:53:25 +00:00
njl
5e14731c01
MPSAFE locking
...
* Serialize access to the sysctl routines and the notify handler
* Assert that the sx lock is held in any functions they call.
* Note that recursively calling to re-enable the hotkeys is sub-optimal.
2004-08-13 06:22:35 +00:00
njl
86267b0197
MPSAFE locking
...
* Serialize access to the sysctl routines and the notify handler
* Assert that the sx lock is held in any functions they call.
2004-08-13 06:22:31 +00:00
njl
8fcef8f766
MPSAFE locking
...
* Serialize access to the sysctl routines and the notify handler.
2004-08-13 06:22:29 +00:00
philip
b2d488a77d
Unbreak LINT by making sure that method is always defined.
...
Submitted by: roam
Pointy hat to: philip
2004-08-04 14:29:22 +00:00
philip
11953c7462
Further cleanup: merge the three led toggling functions
...
into a single general function to handle all leds.
Approved by: njl
2004-08-03 22:37:09 +00:00
njl
f9477f2ed8
Use the acpi_{Get,Set}Integer functions instead of rolling custom ones.
...
Clean up return path of each function to have a single exit point. This
reduces diffs against the MPSAFE tree.
2004-08-03 21:17:36 +00:00
njl
a24969480f
Whitespace cleanup and move static variables together.
2004-07-24 20:40:02 +00:00
njl
a247fc5f3a
Remove unneeded parens and fix whitespace.
2004-07-24 20:39:25 +00:00
nyan
3c92d13fb3
Add the ACPI Panasonic extras driver.
...
Submitted by: OGAWA Takaya <t-ogawa@triaez.kaisei.org> and nyan
2004-07-21 14:47:54 +00:00
njl
338dc29a06
Update for acpi_id_probe()
2004-06-29 19:05:20 +00:00
phk
dfd1f7fd50
Do the dreaded s/dev_t/struct cdev */
...
Bump __FreeBSD_version accordingly.
2004-06-16 09:47:26 +00:00
njl
def38ca92f
s/device_get_handle/acpi_get_handle
...
Submitted by: Hiroyuki Aizu
2004-06-15 16:49:20 +00:00
njl
1bbd7dc3ea
Catch one more use of acpi_MatchHid and update for new API.
2004-06-15 02:17:23 +00:00
njl
6e8eadb40d
Use the new API for acpi_MatchHid(). The difference between ACPI_HANDLE
...
and device_t isn't caught by the compiler.
2004-06-14 03:40:56 +00:00
phk
30a7ac8468
Add missing #include <sys/module.h>
2004-05-30 20:34:58 +00:00
philip
ea8607cc65
Enable the led-toggling magic. Compiling files which are in the kernel into
...
modules is a very nice way to produce hard-to-find panics. Who would look for
a bug in a Makefile anyway?
Has anyone seen the pointy hat? :-o
Approved by: njl (mentor)
2004-04-23 17:41:05 +00:00
philip
46d76e027d
Add the ACPI Asus extras driver. Provides support for cool ACPI-controled
...
gadgets (hotkeys, lcd, ...) on Asus laptops. I aim to closely track the
acpi4asus project which implements these features in the Linux kernel.
If this breaks your laptop, please let me know how it does it :-)
Approved by: njl (mentor)
2004-04-22 21:29:02 +00:00
njl
2829e3ec62
Use METHOD_VIDEO instead of the method string itself.
...
Pointed out by: Andrew Thompson
2004-04-14 03:32:01 +00:00
njl
36be62a85e
Add support for video output switching. It appears no systems use HCI to
...
change the video output but use a separate device with a DSSX method
and a HID of "TOS6201" instead. We use a pseudo-driver to get the handle
for this object and pass it to the acpi_toshiba driver.
This is untested but seems to match the Linux Toshiba driver.
2004-04-14 00:23:58 +00:00
njl
9898fa8613
Unify on version 1 to be similar to the rest of the tree. After 5-stable
...
branches, increment version on any API change visible to other modules.
2004-04-08 16:45:12 +00:00
njl
3baf2d6bee
Add support for quirks for acpi tables. Key off OEM vendor and revision.
...
Sort acpi debug values. Change "disable" to "disabled" to match rest of
the kernel. Remove debugging from acpi_toshiba since it was only used for
probe/attach.
2004-03-03 03:02:17 +00:00
njl
eead54ba87
Only remove the handler if we installed it.
2004-01-12 19:35:31 +00:00
njl
9a9dc0c362
Clean up the probe message and sort the function table according to
...
the function order in the file.
2004-01-12 06:55:50 +00:00
njl
7c9c2b48f7
Add the ACPI Toshiba extras driver (hotkeys, LCD backlight, video output,
...
forced fan control, and CPU throttling).
PR:
Submitted by: Hiroyuki Aizu <aizu@navi.org>
Reviewed by:
Approved by:
Obtained from:
MFC after:
2004-01-11 19:18:39 +00:00