From d91b4fb629021bd3955b5202e56cbc65045271b3 Mon Sep 17 00:00:00 2001 From: Yojiro Uo Date: Wed, 3 Dec 2008 03:44:26 +0000 Subject: remove bogus part (GUID_UYVY part) form last commit. (this diff will be include next diff.) --- sys/dev/usb/uvideo.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sys/dev/usb') 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 @@ -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 */ -- cgit v1.2.3