summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authormglocker <mglocker@openbsd.org>2008-04-09 20:38:55 +0000
committermglocker <mglocker@openbsd.org>2008-04-09 20:38:55 +0000
commitc200fde7ae0fac32f0e1840bb572d0af686e269f (patch)
tree09e9e3b7626b6161dc9a4f685bef27b159f78a68 /sys/dev
parentIncrease buffer size sent to the fifo, and clamp the size correctly. (diff)
downloadwireguard-openbsd-c200fde7ae0fac32f0e1840bb572d0af686e269f.tar.xz
wireguard-openbsd-c200fde7ae0fac32f0e1840bb572d0af686e269f.zip
Add OpenBSD cvs id.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/uvideo.c2
-rw-r--r--sys/dev/usb/uvideo.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/usb/uvideo.c b/sys/dev/usb/uvideo.c
index 3f2f537f911..33a8abcaee5 100644
--- a/sys/dev/usb/uvideo.c
+++ b/sys/dev/usb/uvideo.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: uvideo.c,v 1.2 2008/04/09 20:38:55 mglocker Exp $ */
+
/*
* Copyright (c) 2008 Robert Nagy <robert@openbsd.org>
* Copyright (c) 2008 Marcus Glocker <mglocker@openbsd.org>
diff --git a/sys/dev/usb/uvideo.h b/sys/dev/usb/uvideo.h
index 74420766623..96fec6e08a8 100644
--- a/sys/dev/usb/uvideo.h
+++ b/sys/dev/usb/uvideo.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: uvideo.h,v 1.2 2008/04/09 20:38:55 mglocker Exp $ */
+
/*
* Copyright (c) 2007 Robert Nagy <robert@openbsd.org>
* Copyright (c) 2008 Marcus Glocker <mglocker@openbsd.org>