diff options
author | Marc Balmer <mbalmer@cvs.openbsd.org> | 2006-04-19 21:12:50 +0000 |
---|---|---|
committer | Marc Balmer <mbalmer@cvs.openbsd.org> | 2006-04-19 21:12:50 +0000 |
commit | 48b8c026e817de8c10d892fb0206e58397957b60 (patch) | |
tree | 4ffd9692363094e93e3b12d995f60a7df5e0c963 /share | |
parent | 82a018ba6ff0e9c0e8f144d8fdcca885e95fa368 (diff) |
Driver to decode the DCF77 time code using a USB attached Gude Expert
mouseCLOCK device; without a mechanism to pass data out.
ok deraadt
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/udcf.4 | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/share/man/man4/udcf.4 b/share/man/man4/udcf.4 new file mode 100644 index 00000000000..8e792c2994e --- /dev/null +++ b/share/man/man4/udcf.4 @@ -0,0 +1,38 @@ +.\" $OpenBSD: udcf.4,v 1.1 2006/04/19 21:12:49 mbalmer Exp $ +.\" +.\" Copyright (c) 2006 Marc Balmer <mbalmer@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 January 12, 2006 +.Dt UDCF 4 +.Os +.Sh NAME +.Nm udcf +.Nd USB support for the Gude ADS Expert mouseCLOCK +.Sh SYNOPSIS +.Cd "udcf* at uhub?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the Gude ADS Expert mouseCLOCK, a receiver for the +German DCF77 time signal station. +.Sh SEE ALSO +.Xr intro 4 , +.Xr uhub 4 , +.Xr usb 4 , +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 4.0 . |