[2.3.50] Tiny patch to correct a typo in videodev.h

From: fjolliton@free.fr
Date: Wed Mar 08 2000 - 19:52:43 EST


--- linux-2.3.50.orig/include/linux/videodev.h Tue Feb 22 16:03:47 2000
+++ linux-2.3.50/include/linux/videodev.h Thu Mar 9 01:47:45 2000
@@ -286,7 +286,7 @@
 #define VIDIOCGPICT _IOR('v',6,struct video_picture) /* Get picture properties */
 #define VIDIOCSPICT _IOW('v',7,struct video_picture) /* Set picture properties */
 #define VIDIOCCAPTURE _IOW('v',8,int) /* Start, end capture */
-#define VIDIOCGWIN _IOR('v',9, struct video_window) /* Set the video overlay window */
+#define VIDIOCGWIN _IOR('v',9, struct video_window) /* Get the video overlay window */
 #define VIDIOCSWIN _IOW('v',10, struct video_window) /* Set the video overlay window - passes clip list for hardware smarts , chromakey etc */
 #define VIDIOCGFBUF _IOR('v',11, struct video_buffer) /* Get frame buffer */
 #define VIDIOCSFBUF _IOW('v',12, struct video_buffer) /* Set frame buffer - root only */

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Mar 15 2000 - 21:00:14 EST