Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/dev/usb/pseye.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/usb/pseye.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- src/sys/dev/usb/pseye.c 2008/09/13 18:51:10 1.6 +++ src/sys/dev/usb/pseye.c 2008/09/17 03:57:19 1.7 @@ -1,4 +1,4 @@ -/* $NetBSD: pseye.c,v 1.6 2008/09/13 18:51:10 mjf Exp $ */ +/* $NetBSD: pseye.c,v 1.7 2008/09/17 03:57:19 jmcneill Exp $ */ /*- * Copyright (c) 2008 Jared D. McNeill @@ -26,8 +26,18 @@ * POSSIBILITY OF SUCH DAMAGE. */ +/* + * Sony PLAYSTATION(R) 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 + * figuring this one out. + * + * URL: http://forums.ps2dev.org/viewtopic.php?t=9238 + */ + #include -__KERNEL_RCSID(0, "$NetBSD: pseye.c,v 1.6 2008/09/13 18:51:10 mjf Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pseye.c,v 1.7 2008/09/17 03:57:19 jmcneill Exp $"); #include #include