s/PLAYSTATION/PlayStation/

This commit is contained in:
jmcneill 2009-08-19 13:38:26 +00:00
parent e470472c02
commit 39177e11e5
2 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: pseye.4,v 1.4 2008/09/06 20:12:04 wiz Exp $
.\" $NetBSD: pseye.4,v 1.5 2009/08/19 13:38:26 jmcneill Exp $
.\"
.\" Copyright (c) 2008 Jared D. McNeill <jmcneill@invisible.ca>
.\" All rights reserved.
@ -29,14 +29,14 @@
.Os
.Sh NAME
.Nm pseye
.Nd Sony PLAYSTATION(R) Eye webcam device driver
.Nd Sony PlayStation Eye webcam device driver
.Sh SYNOPSIS
.Cd "pseye* at uhub?"
.Cd "video* at videobus?"
.Sh DESCRIPTION
The
.Nm
driver provides support for the Sony PLAYSTATION(R) Eye
driver provides support for the Sony PlayStation Eye
.Tn USB
webcam (model SLEH-00201).
.Pp
@ -45,7 +45,7 @@ which requires a hi-speed USB host controller (such as
.Xr ehci 4 )
to function properly.
.Pp
The Sony PLAYSTATION(R) Eye device also has a separate audio interface,
The Sony PlayStation Eye device also has a separate audio interface,
which is supported by the
.Xr uaudio 4
device driver.

View File

@ -1,4 +1,4 @@
/* $NetBSD: pseye.c,v 1.11 2009/02/03 13:31:24 jmcneill Exp $ */
/* $NetBSD: pseye.c,v 1.12 2009/08/19 13:38:51 jmcneill Exp $ */
/*-
* Copyright (c) 2008 Jared D. McNeill <jmcneill@invisible.ca>
@ -27,7 +27,7 @@
*/
/*
* Sony PLAYSTATION(R) Eye Driver
* Sony PlayStation Eye Driver
*
* The only documentation we have for this part is based on a series
* of forum postings by Jim Paris on ps2dev.org. Many thanks for
@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: pseye.c,v 1.11 2009/02/03 13:31:24 jmcneill Exp $");
__KERNEL_RCSID(0, "$NetBSD: pseye.c,v 1.12 2009/08/19 13:38:51 jmcneill Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -707,7 +707,7 @@ pseye_close(void *opaque)
static const char *
pseye_get_devname(void *opaque)
{
return "PLAYSTATION(R) Eye";
return "PlayStation Eye";
}
static int