diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:18:46 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:18:46 +0000 |
| commit | dec99dafe5763ba1db6950342aa80a634169c083 (patch) | |
| tree | 1bd9f5a688ac947b00e690c3c69ccb8df203768d /sys/dev/usb/input | |
| parent | 045f17e533c0209bbcddcccbbb0192d61ffd6c9c (diff) | |
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 1ec6f27b377a..97bc6d99a534 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.4.2.1 2010/12/21 17:09:25 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 048452d84b18..83cf6c2798db 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.3.2.1 2010/12/21 17:09:25 kensmith Exp $ */ /* diff --git a/sys/dev/usb/input/uhid.c b/sys/dev/usb/input/uhid.c index e8dc7b11e8a1..cf39bba07018 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.5.2.1 2010/12/21 17:09:25 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 bf202fd54366..913791d831cd 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.15.2.1 2010/12/21 17:09:25 kensmith Exp $"); /*- diff --git a/sys/dev/usb/input/ums.c b/sys/dev/usb/input/ums.c index c78802f3edc9..dd860071dc09 100644 --- a/sys/dev/usb/input/ums.c +++ b/sys/dev/usb/input/ums.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/input/ums.c,v 1.16.2.8.2.1 2010/12/21 17:09:25 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..87409c7d6eb7 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.6.1 2010/12/21 17:09:25 kensmith Exp $ * * This file contains replacements for broken HID report descriptors. */ |
