diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2005-11-15 23:20:34 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2005-11-15 23:20:34 +0000 |
commit | c29315810e46bc0a9dc5f361152495587f8ddd5b (patch) | |
tree | 8d999b951d34ee1732e3ace0f1c307c5e3ca4b75 | |
parent | 62230740385cf049fe128b4ebde8bf7e618130d3 (diff) |
tsl(4)
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/tsl.4 | 53 |
2 files changed, 55 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 3b524014427..d538aa6d005 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.318 2005/11/15 22:12:46 deraadt Exp $ +# $OpenBSD: Makefile,v 1.319 2005/11/15 23:20:33 kettenis Exp $ MAN= aac.4 ac97.4 acphy.4 adc.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 ahd.4 \ aic.4 amdpm.4 ami.4 amphy.4 an.4 aps.4 aria.4 art.4 ast.4 atalk.4 \ @@ -30,7 +30,7 @@ MAN= aac.4 ac97.4 acphy.4 adc.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 ahd.4 \ sf.4 sf2r.4 sfr.4 siop.4 sis.4 sk.4 sl.4 sm.4 speaker.4 sppp.4 \ sqphy.4 ss.4 st.4 ste.4 stge.4 sti.4 stp.4 sv.4 \ systrace.4 tb.4 tcic.4 tcp.4 termios.4 ti.4 tl.4 \ - tlphy.4 tqphy.4 trm.4 trunk.4 tty.4 tun.4 twe.4 txp.4 \ + tlphy.4 tqphy.4 trm.4 trunk.4 tsl.4 tty.4 tun.4 twe.4 txp.4 \ txphy.4 uaudio.4 ubsa.4 ubsec.4 ubt.4 ucom.4 udav.4 udp.4 udsbr.4 \ ueagle.4 uftdi.4 ugen.4 uhci.4 uhid.4 uhidev.4 uipaq.4 uk.4 ukbd.4 \ ukphy.4 ulpt.4 umass.4 umct.4 umidi.4 umodem.4 ums.4 \ diff --git a/share/man/man4/tsl.4 b/share/man/man4/tsl.4 new file mode 100644 index 00000000000..91b6b769521 --- /dev/null +++ b/share/man/man4/tsl.4 @@ -0,0 +1,53 @@ +.\" $OpenBSD: tsl.4,v 1.1 2005/11/15 23:20:33 kettenis Exp $ +.\" +.\" Copyright (c) 2005 Mark Kettenis <kettenis@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd November 16, 2004 +.Dt TSL 4 +.Os +.Sh NAME +.Nm tsl +.Nd TAOS TSL2560/61 light-to-digital converter +.Sh SYNOPSIS +.Cd "# i386" +.Cd "tsl0 at iic? addr 0x29" +.Cd "tsl1 at iic? addr 0x39" +.Cd "tsl2 at iic? addr 0x49" +.Pp +.Cd "# macppc" +.Cd "tsl* at maciic?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the TAOS TSL2560/61 light-to-digital +converters that transform light intensity into a digital signal +output. +These sensors contain a broadband photodiode and a infrared-responding +photodiode allowing tye derivation of the ambient light level as +experienced by the human eye. +This illuminace (in lux) is made available through the +.Xr sysctl 8 +interface. +.Sh SEE ALSO +.Xr iic 4 , +.Xr intro 4 , +.Xr sensorsd 8 , +.Xr sysctl 8 +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Mark Kettenis Aq kettenis@openbsd.org . |