OpenGrok
Cross Reference: lmu.c
xref
: /
src
/
sys
/
arch
/
macppc
/
dev
/
lmu.c
Home
|
History
|
Annotate
|
Download
|
only in
dev
History log of
/src/sys/arch/macppc/dev/lmu.c
Revision
Date
Author
Comments
1.11
17-Sep-2025
thorpej
This driver doesn't use the OF phandle anywhere, so don't bother
storing it in the softc.
1.10
06-Jul-2025
macallan
callout -> kthread since we can't i2c_exec from interrupt context anymore
1.9
18-Jun-2021
macallan
branches: 1.9.6; 1.9.16;
use opt_lmu.h
while there, remove an obsolete comment
1.8
27-Jan-2021
thorpej
branches: 1.8.4;
Use DEVICE_COMPAT_EOL.
1.7
25-Jan-2021
thorpej
Since we're using designated initialisers for compat data, we should
use a completely empty initializer for the sentinel.
1.6
17-Jan-2021
thorpej
Use designated initializers and a consistent termination style in
compat_data[].
1.5
12-Sep-2020
macallan
branches: 1.5.2;
respond to keyboard brightness control PMF events
1.4
23-Apr-2020
macallan
make this work properly:
- get rid of cargo-culted register assignments, I found the right ones by
experiment, now both light sensors report sane values
- keyboard brightness seems to max out at 16, act like it
- do what MacOS does and fade keyboard brightness instead of just switching
- add sysctls to configure keyboard brightness and environmental light
thresholds
- don't poll the chip more often than once a second
1.3
23-Apr-2020
macallan
drop openfirm.h include
1.2
06-Feb-2020
macallan
branches: 1.2.4; 1.2.6;
listen to PMF events in order to turn off keyboard lights when the lid is
closed or the screen is blanked
1.1
10-Jan-2020
macallan
branches: 1.1.2;
add driver for the ambient light sensor / keyboard light controller found in
PowerBook5,6 and probably others
1.1.2.3
29-Feb-2020
ad
Sync with head.
1.1.2.2
17-Jan-2020
ad
Sync with head.
1.1.2.1
10-Jan-2020
ad
file lmu.c was added on branch ad-namecache on 2020-01-17 21:47:26 +0000
1.2.6.1
25-Apr-2020
bouyer
Sync with bouyer-xenpvh-base2 (HEAD)
1.2.4.2
08-Apr-2020
martin
Merge changes from current as of 20200406
1.2.4.1
06-Feb-2020
martin
file lmu.c was added on branch phil-wifi on 2020-04-08 14:07:44 +0000
1.5.2.1
03-Apr-2021
thorpej
Sync with HEAD.
1.8.4.3
01-Aug-2021
thorpej
Sync with HEAD.
1.8.4.2
13-May-2021
thorpej
Don't use the OF phandle here.
1.8.4.1
09-May-2021
thorpej
ia->ia_cookie -> devhandle_to_of(device_handle(self))
1.9.16.1
02-Aug-2025
perseant
Sync with HEAD
1.9.6.1
09-Aug-2021
thorpej
Port over the changes from thorpej-i2c-spi-conf to thorpej-i2c-spi-conf2,
which is based on a newer HEAD revision.
Indexes created Wed Oct 15 16:09:53 GMT 2025