| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Obtained from: mactel-linux
|
|
|
|
|
|
|
| |
sensors and some fans.
As I don't own this machine, I could not test this patch.
Obtained from: applesmc Linux driver.
|
|
|
|
|
|
|
| |
module. Instead, use resource_disabled() that doesn't depend on any
module.
Noticed by: Ian FREISLICH <ianf at clue.co.za>
|
| |
|
|
|
|
|
| |
previous value.
While there, lower the delay for the misterious key.
|
|
|
|
|
| |
* Fix the login in asmc_init().
* Change the INIT2 constant to reflect the same change in the Linux driver.
|
| |
|
|
|
|
|
|
|
|
| |
dependency on isa. We are now an acpi child.
Also:
* Add compile time debugging activation
* Increase the delay for the SMS init flag.
|
| |
|
|
|
|
|
|
|
| |
so that this macro expands in the right place.
Submitted by: Ed Schouten <ed at fxq.nl>
Approved by: njl (mentor)
|
|
present on the MacBook, MacBook Pro, and Intel MacMini.
This driver exports information via sysctl in its private sysctl tree
dev.asmc.*. You can get information about temperatures, fan speeds, the
keyboard light sensor and the Sudden Motion Sensor (SMS).
The SMS is very useful to park the disk heads when the laptop is
moved. Basically, the SMS is setup so that, under movement, we get an
interrupt on irq 6 and a devd notification is sent.
Sponsored by: Google Summer of Code 2007
Approved by: njl (mentor)
Reviewed by: attilio (previous version, but very similar), jhb (interrupt
specific review)
|