From ca4c16d9362dde487c4eaeafb07098b455fdfa69 Mon Sep 17 00:00:00 2001 From: hubertf Date: Fri, 31 Mar 2000 13:08:01 +0000 Subject: Note that the Handspring Visor is a Palmpilot compatible PDA. --- sys/dev/usb/uvisor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/usb/uvisor.c b/sys/dev/usb/uvisor.c index cca948c3ce5..996b0fa4502 100644 --- a/sys/dev/usb/uvisor.c +++ b/sys/dev/usb/uvisor.c @@ -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 -- cgit