diff options
author | Jean-Francois Moine <moinejf@free.fr> | 2009-02-06 19:12:46 +0100 |
---|---|---|
committer | Jean-Francois Moine <moinejf@free.fr> | 2009-02-06 19:12:46 +0100 |
commit | 9e943ca0c659d66896f55dcfa1280f1d22556e78 (patch) | |
tree | 9c26d120974e3153d3fb8981434e4fcfe0cc4fae /linux/drivers/media/video/gspca/Kconfig | |
parent | a50f33bc015e6def039a24ead62b4e32d76d44e6 (diff) | |
download | mediapointer-dvb-s2-9e943ca0c659d66896f55dcfa1280f1d22556e78.tar.gz mediapointer-dvb-s2-9e943ca0c659d66896f55dcfa1280f1d22556e78.tar.bz2 |
gspca - sq905: New subdriver.
From: Adam Baker <linux@baker-net.org.uk>
Add initial support for cameras based on the SQ Technologies SQ-905
chipset (USB ID 2770:9120) to V4L2 using the gspca infrastructure.
Currently only supports one resolution and doesn't attempt to inform
libv4l what image flipping options are needed.
Priority: normal
Signed-off-by: Adam Baker <linux@baker-net.org.uk>
Signed-off-by: Theodore Kilgore <kilgota@auburn.edu>
Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Diffstat (limited to 'linux/drivers/media/video/gspca/Kconfig')
-rw-r--r-- | linux/drivers/media/video/gspca/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/linux/drivers/media/video/gspca/Kconfig b/linux/drivers/media/video/gspca/Kconfig index 11c5d2fc2..a0f05ef5c 100644 --- a/linux/drivers/media/video/gspca/Kconfig +++ b/linux/drivers/media/video/gspca/Kconfig @@ -176,6 +176,15 @@ config USB_GSPCA_SPCA561 To compile this driver as a module, choose M here: the module will be called gspca_spca561. +config USB_GSPCA_SQ905 + tristate "SQ Technologies SQ905 based USB Camera Driver" + depends on VIDEO_V4L2 && USB_GSPCA + help + Say Y here if you want support for cameras based on the SQ905 chip. + + To compile this driver as a module, choose M here: the + module will be called gspca_sq905. + config USB_GSPCA_STK014 tristate "Syntek DV4000 (STK014) USB Camera Driver" depends on VIDEO_V4L2 && USB_GSPCA |