diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2009-06-28 17:01:18 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2009-06-28 17:01:18 +0000 |
commit | 5398c1eba4e4fbe0e8f224555d74440bff5c54dc (patch) | |
tree | 71f143eff21fe7e61847316562a7b45debd86415 /sys | |
parent | 5d0427e61998ae73f7d9dda92c5532a0219c5dca (diff) |
Better wording for the not-supported-video-control message.
Requested by and OK deraadt@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/uvideo.c | 4 |
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); } |