* [PATCH] V4L API new webcam formats included
@ 2005-06-22 15:30 Mauro Carvalho Chehab
0 siblings, 0 replies; only message in thread
From: Mauro Carvalho Chehab @ 2005-06-22 15:30 UTC (permalink / raw)
To: Andrew Morton, LKML, Linux and Kernel Video
[-- Attachment #1: Type: text/plain, Size: 272 bytes --]
Add Philips Webcam format.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Luc Saillard <luc@saillard.org>.
Signed-off-by: Nickolay V Shmyrev <nshmyrev@yandex.ru>
linux/include/linux/videodev2.h | 2 ++
1 files changed, 2 insertions(+)
[-- Attachment #2: v4l_patch03_v4l2_api.patch --]
[-- Type: text/x-patch, Size: 675 bytes --]
diff -u linux-2.6.12-mm1/include/linux/videodev2.h linux/include/linux/videodev2.h
--- linux-2.6.12-mm1/include/linux/videodev2.h 2005-06-17 16:48:29.000000000 -0300
+++ linux/include/linux/videodev2.h 2005-06-22 01:29:48.000000000 -0300
@@ -221,6 +221,8 @@
/* Vendor-specific formats */
#define V4L2_PIX_FMT_WNVA v4l2_fourcc('W','N','V','A') /* Winnov hw compress */
#define V4L2_PIX_FMT_SN9C10X v4l2_fourcc('S','9','1','0') /* SN9C10x compression */
+#define V4L2_PIX_FMT_PWC1 v4l2_fourcc('P','W','C','1') /* pwc older webcam */
+#define V4L2_PIX_FMT_PWC2 v4l2_fourcc('P','W','C','2') /* pwc newer webcam */
/*
* F O R M A T E N U M E R A T I O N
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-06-22 15:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-22 15:30 [PATCH] V4L API new webcam formats included Mauro Carvalho Chehab
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox