summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/dev/usb/uvideo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/uvideo.c b/sys/dev/usb/uvideo.c
index 71042899b69..b24a3c0494a 100644
--- a/sys/dev/usb/uvideo.c
+++ b/sys/dev/usb/uvideo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvideo.c,v 1.125 2009/04/18 07:30:50 mk Exp $ */
+/* $OpenBSD: uvideo.c,v 1.126 2009/06/28 17:01:17 mglocker Exp $ */
/*
* Copyright (c) 2008 Robert Nagy <robert@openbsd.org>
@@ -665,7 +665,7 @@ uvideo_vc_parse_desc_pu(struct uvideo_softc *sc,
/* XXX support variable bmControls fields */
if (d->bControlSize != 2) {
- printf("%s: just 2 bytes bmControls supported yet!\n",
+ printf("%s: video control not supported for this device.\n",
DEVNAME(sc));
return (USBD_INVAL);
}