Note that the Handspring Visor is a Palmpilot compatible PDA.
This commit is contained in:
parent
657c5b4130
commit
ca4c16d936
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: uvisor.4,v 1.1 2000/03/30 16:57:47 augustss Exp $
|
||||
.\" $NetBSD: uvisor.4,v 1.2 2000/03/31 13:08:01 hubertf Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2000 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -39,14 +39,14 @@
|
|||
.Os
|
||||
.Sh NAME
|
||||
.Nm uvisor
|
||||
.Nd USB support for the Handspring Visor
|
||||
.Nd USB support for the Handspring Visor, a Palmpilot compatible PDA
|
||||
.Sh SYNOPSIS
|
||||
.Cd "uvisor* at uhub?"
|
||||
.Cd "ucom* at uvisor?"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
driver provides support for the Handspring Visor.
|
||||
driver provides support for the Handspring Visor, a Palmpilot compatible PDA.
|
||||
.Pp
|
||||
The device is accessed through the
|
||||
.Xr ucom 4
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: uvisor.c,v 1.1 2000/03/30 16:56:19 augustss Exp $ */
|
||||
/* $NetBSD: uvisor.c,v 1.2 2000/03/31 13:08:02 hubertf Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2000 The NetBSD Foundation, Inc.
|
||||
|
@ -38,7 +38,7 @@
|
|||
*/
|
||||
|
||||
/*
|
||||
* Handspring Visor driver
|
||||
* Handspring Visor (Palmpilot compatible PDA) driver
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
|
|
Loading…
Reference in New Issue