-/* $OpenBSD: uvideo.c,v 1.134 2010/07/26 07:01:08 mglocker Exp $ */
+/* $OpenBSD: uvideo.c,v 1.135 2010/07/26 07:12:21 mglocker Exp $ */
/*
* Copyright (c) 2008 Robert Nagy <robert@openbsd.org>
},
{
/* Has a non-standard streaming header protocol */
- { USB_VENDOR_APPLE, USB_PRODUCT_APPLE_ISIGHT_1},
+ { USB_VENDOR_APPLE, USB_PRODUCT_APPLE_ISIGHT_1 },
NULL,
NULL,
UVIDEO_FLAG_ISIGHT_STREAM_HEADER
},
{
/* Needs to fix dwMaxVideoFrameSize */
- { USB_VENDOR_CHENSOURCE, USB_PRODUCT_CHENSOURCE_CM12402},
+ { USB_VENDOR_CHENSOURCE, USB_PRODUCT_CHENSOURCE_CM12402 },
NULL,
NULL,
UVIDEO_FLAG_FIX_MAX_VIDEO_FRAME_SIZE
/*
* On some broken device, dwMaxVideoFrameBufferSize is not correct.
- * So fix it by frame width/height.
- * XXX: YUV2 format only
+ * So fix it by frame width/height (XXX YUV2 format only).
*/
if (sc->sc_quirk &&
sc->sc_quirk->flags & UVIDEO_FLAG_FIX_MAX_VIDEO_FRAME_SIZE &&
/*
* On some broken device, the above value is not correct.
- * So fix it by frame width/height (XXX:YUV2 format only)
+ * So fix it by frame width/height (XXX YUV2 format only).
*/
if (sc->sc_quirk &&
sc->sc_quirk->flags &