diff options
| author | hubertf <hubertf@NetBSD.org> | 2000-03-31 13:08:01 +0000 |
|---|---|---|
| committer | hubertf <hubertf@NetBSD.org> | 2000-03-31 13:08:01 +0000 |
| commit | ca4c16d9362dde487c4eaeafb07098b455fdfa69 (patch) | |
| tree | 2cf31441cad657e53860239b2f2ee5d168e1d75c /sys/dev/usb/uvisor.c | |
| parent | 657c5b41301d6600cdde0f290acdb3aa46c27471 (diff) | |
Note that the Handspring Visor is a Palmpilot compatible PDA.
Diffstat (limited to 'sys/dev/usb/uvisor.c')
| -rw-r--r-- | sys/dev/usb/uvisor.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 <sys/param.h> |
