summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Glocker <mglocker@cvs.openbsd.org>2008-07-24 14:59:45 +0000
committerMarcus Glocker <mglocker@cvs.openbsd.org>2008-07-24 14:59:45 +0000
commit88dad8d7313d71be41d01b0621524a50a4a28f85 (patch)
tree416192fb3466427574faa5737ff5883e1095cea6
parent2adf0e880e4eb0c4e7b87480c5c2427eb33ed735 (diff)
Remove some obsolete XXX comments.
-rw-r--r--sys/dev/usb/uvideo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/uvideo.h b/sys/dev/usb/uvideo.h
index 39fe01f12e2..95bfe472f05 100644
--- a/sys/dev/usb/uvideo.h
+++ b/sys/dev/usb/uvideo.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvideo.h,v 1.23 2008/07/19 11:30:55 mglocker Exp $ */
+/* $OpenBSD: uvideo.h,v 1.24 2008/07/24 14:59:44 mglocker Exp $ */
/*
* Copyright (c) 2007 Robert Nagy <robert@openbsd.org>
@@ -160,7 +160,7 @@ struct usb_video_header_desc {
uByte bDescriptorSubtype;
uWord bcdUVC;
uWord wTotalLength;
- uDWord dwClockFrequency; /* XXX deprecated */
+ uDWord dwClockFrequency;
uByte bInCollection;
};
@@ -205,7 +205,7 @@ struct usb_video_camera_terminal_desc {
uWord wObjectiveFocalLengthMax;
uWord wOcularFocalLength;
uByte bControlSize;
- uByte *bmControls; /* XXX */
+ uByte *bmControls;
};
/* Table 3-9: VC Extension Unit Descriptor */