diff options
author | Jean-Francois Moine <moinejf@free.fr> | 2009-03-25 11:13:13 +0100 |
---|---|---|
committer | Jean-Francois Moine <moinejf@free.fr> | 2009-03-25 11:13:13 +0100 |
commit | 0d7ff0a431799d2d65e5252e8f074897607d5df0 (patch) | |
tree | 0358152c7c5cde12f0ac640699d053c3435f2fd7 /linux/drivers/media/video/gspca/Kconfig | |
parent | b0e1c914cc6f72511a2c08f337329d20323ce11b (diff) | |
download | mediapointer-dvb-s2-0d7ff0a431799d2d65e5252e8f074897607d5df0.tar.gz mediapointer-dvb-s2-0d7ff0a431799d2d65e5252e8f074897607d5df0.tar.bz2 |
gspca - sq905c: New subdriver.
From: Theodore Kilgore <kilgota@auburn.edu>
The code in the new sq905c.c is based upon the structure of the code in
gspca/sq905.c, and upon the code in libgphoto2/camlibs/digigr8, which supports
the same set of cameras in stillcam mode. I am a co-author of gspca/sq905.c and
I am the sole author of libgphoto2/camlibs/digigr8, which is licensed under the
LGPL. I hereby give myself permission to use my own code from libgphoto2 in
gspca/sq905c.c.
Priority: normal
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 a0f05ef5c..578dc4ffc 100644 --- a/linux/drivers/media/video/gspca/Kconfig +++ b/linux/drivers/media/video/gspca/Kconfig @@ -185,6 +185,15 @@ config USB_GSPCA_SQ905 To compile this driver as a module, choose M here: the module will be called gspca_sq905. +config USB_GSPCA_SQ905C + tristate "SQ Technologies SQ905C based USB Camera Driver" + depends on VIDEO_V4L2 && USB_GSPCA + help + Say Y here if you want support for cameras based on the SQ905C chip. + + To compile this driver as a module, choose M here: the + module will be called gspca_sq905c. + config USB_GSPCA_STK014 tristate "Syntek DV4000 (STK014) USB Camera Driver" depends on VIDEO_V4L2 && USB_GSPCA |