summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Nagy <robert@cvs.openbsd.org>2008-06-09 19:57:46 +0000
committerRobert Nagy <robert@cvs.openbsd.org>2008-06-09 19:57:46 +0000
commitd8f4e7941f8eb932a31090a45c6ce1d41b93e1ec (patch)
tree1caf7e338336b97f48c7a227a9de312725b9a488
parent0cafd34d8af2d5fa9ddfb4c723b38198824ba6c5 (diff)
oops. this change was missing from the previous commit
-rw-r--r--sys/dev/usb/uvideo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/uvideo.h b/sys/dev/usb/uvideo.h
index 1081b69e729..2f7fc14187e 100644
--- a/sys/dev/usb/uvideo.h
+++ b/sys/dev/usb/uvideo.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvideo.h,v 1.12 2008/06/07 22:14:58 mglocker Exp $ */
+/* $OpenBSD: uvideo.h,v 1.13 2008/06/09 19:57:45 robert Exp $ */
/*
* Copyright (c) 2007 Robert Nagy <robert@openbsd.org>
@@ -388,6 +388,7 @@ struct uvideo_softc {
int sc_enabled;
int sc_dying;
int sc_mode;
+ int sc_video_buf_size;
u_int16_t uvc_version;
u_int32_t clock_frequency;