summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYojiro Uo <yuo@cvs.openbsd.org>2008-12-03 03:44:26 +0000
committerYojiro Uo <yuo@cvs.openbsd.org>2008-12-03 03:44:26 +0000
commitd91b4fb629021bd3955b5202e56cbc65045271b3 (patch)
treec6b162d5a3213561b854820dbfb50315e5583878
parenta85cf95f5b045fef7a2acac0c1fab550ab8c1fc3 (diff)
remove bogus part (GUID_UYVY part) form last commit.
(this diff will be include next diff.)
-rw-r--r--sys/dev/usb/uvideo.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/usb/uvideo.h b/sys/dev/usb/uvideo.h
index 10781553d49..762ce2626ba 100644
--- a/sys/dev/usb/uvideo.h
+++ b/sys/dev/usb/uvideo.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvideo.h,v 1.36 2008/12/03 03:28:25 yuo Exp $ */
+/* $OpenBSD: uvideo.h,v 1.37 2008/12/03 03:44:25 yuo Exp $ */
/*
* Copyright (c) 2007 Robert Nagy <robert@openbsd.org>
@@ -304,9 +304,6 @@ struct usb_video_probe_commit {
0x4e, 0x56, 0x31, 0x32, 0x00, 0x00, 0x10, 0x00, \
0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71 }
-#define UVIDEO_FORMAT_GUID_UYVY { \
- 0x55, 0x59, 0x56, 0x59, 0x00, 0x00, 0x10, 0x00, \
- 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71 }
/*
* USB Video Payload MJPEG
*/