diff options
| author | Rui Paulo <rpaulo@FreeBSD.org> | 2009-08-31 12:25:04 +0000 |
|---|---|---|
| committer | Rui Paulo <rpaulo@FreeBSD.org> | 2009-08-31 12:25:04 +0000 |
| commit | de3a9cf126051d98e5475831f80307482784b5b3 (patch) | |
| tree | 9196aeb651280cf350273e444d6f79b592b8ac93 /sys | |
| parent | 962e75a7639d8b35a6e62e13a02125792c3b556f (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/asmc/asmc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/asmc/asmc.c b/sys/dev/asmc/asmc.c index b13f6ddc2544..7f7f03140144 100644 --- a/sys/dev/asmc/asmc.c +++ b/sys/dev/asmc/asmc.c @@ -419,7 +419,8 @@ asmc_attach(device_t dev) SYSCTL_ADD_PROC(sysctlctx, SYSCTL_CHILDREN(sc->sc_light_tree), - OID_AUTO, "control", CTLTYPE_INT | CTLFLAG_RW, + OID_AUTO, "control", + CTLTYPE_INT | CTLFLAG_RW | CTLFLAG_ANYBODY, dev, 0, model->smc_light_control, "I", "Keyboard backlight brightness control"); } |
