diff options
Diffstat (limited to 'sys/dev/usb/input')
| -rw-r--r-- | sys/dev/usb/input/atp.c | 2 | ||||
| -rw-r--r-- | sys/dev/usb/input/uep.c | 2 | ||||
| -rw-r--r-- | sys/dev/usb/input/uhid.c | 2 | ||||
| -rw-r--r-- | sys/dev/usb/input/ukbd.c | 2 | ||||
| -rw-r--r-- | sys/dev/usb/input/ums.c | 2 | ||||
| -rw-r--r-- | sys/dev/usb/input/usb_rdesc.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/usb/input/atp.c b/sys/dev/usb/input/atp.c index 1c8c40b95696..e42b1a753cec 100644 --- a/sys/dev/usb/input/atp.c +++ b/sys/dev/usb/input/atp.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/input/atp.c,v 1.5.2.5.2.1 2012/03/03 06:15:13 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/usb/input/uep.c b/sys/dev/usb/input/uep.c index e90298bd1d0c..a640af595252 100644 --- a/sys/dev/usb/input/uep.c +++ b/sys/dev/usb/input/uep.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/usb/input/uep.c,v 1.1.2.4.2.1 2012/03/03 06:15:13 kensmith Exp $ */ /* diff --git a/sys/dev/usb/input/uhid.c b/sys/dev/usb/input/uhid.c index 47231423c2e2..b7c85a8fbc9f 100644 --- a/sys/dev/usb/input/uhid.c +++ b/sys/dev/usb/input/uhid.c @@ -5,7 +5,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/input/uhid.c,v 1.11.2.12.2.1 2012/03/03 06:15:13 kensmith Exp $"); /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/input/ukbd.c b/sys/dev/usb/input/ukbd.c index 1ad3bd59cb66..4c277c260694 100644 --- a/sys/dev/usb/input/ukbd.c +++ b/sys/dev/usb/input/ukbd.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/input/ukbd.c,v 1.16.2.21.2.1 2012/03/03 06:15:13 kensmith Exp $"); /*- diff --git a/sys/dev/usb/input/ums.c b/sys/dev/usb/input/ums.c index 3c4f36e21ab0..a6222f834df5 100644 --- a/sys/dev/usb/input/ums.c +++ b/sys/dev/usb/input/ums.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/input/ums.c,v 1.16.2.13.2.1 2012/03/03 06:15:13 kensmith Exp $"); /* * HID spec: http://www.usb.org/developers/devclass_docs/HID1_11.pdf diff --git a/sys/dev/usb/input/usb_rdesc.h b/sys/dev/usb/input/usb_rdesc.h index 23ea620b73e9..d9344552726b 100644 --- a/sys/dev/usb/input/usb_rdesc.h +++ b/sys/dev/usb/input/usb_rdesc.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/usb/input/usb_rdesc.h,v 1.2.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $ * * This file contains replacements for broken HID report descriptors. */ |
