diff options
author | Luca Risolia | 2006-01-11 03:06:59 +0100 |
---|---|---|
committer | Greg Kroah-Hartman | 2006-02-01 02:23:39 +0100 |
commit | 7ce08c93e388922e25a96a7d9895784182e4c72c (patch) | |
tree | a76883260255bd2d287dd9b5358e56cdddd11158 /include/linux/videodev2.h | |
parent | [PATCH] USB: SN9C10x driver updates (diff) | |
download | kernel-qcow2-linux-7ce08c93e388922e25a96a7d9895784182e4c72c.tar.gz kernel-qcow2-linux-7ce08c93e388922e25a96a7d9895784182e4c72c.tar.xz kernel-qcow2-linux-7ce08c93e388922e25a96a7d9895784182e4c72c.zip |
[PATCH] USB: Add ET61X[12]51 Video4Linux2 driver
This patch adds a Video4Linux2 driver giving support
to ET61X151 and ET61X251 PC Camera Controllers made by
Etoms Electronics.
Signed-off-by: Luca Risolia <luca.risolia@studio.unibo.it>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/videodev2.h')
-rw-r--r-- | include/linux/videodev2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h index ce40675324bd..6f6c69777648 100644 --- a/include/linux/videodev2.h +++ b/include/linux/videodev2.h @@ -315,6 +315,7 @@ struct v4l2_pix_format #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 */ +#define V4L2_PIX_FMT_ET61X251 v4l2_fourcc('E','6','2','5') /* ET61X251 compression */ /* * F O R M A T E N U M E R A T I O N |