aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca/Makefile
diff options
context:
space:
mode:
authorTheodore Kilgore <kilgota@auburn.edu>2009-03-25 06:13:13 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-30 11:43:40 -0400
commit14a19c0a2254ba58ed7559e072456ab94c9a2d3c (patch)
tree5aa420f6240fdbcc83b763cfcd1dd8ff1d528a95 /drivers/media/video/gspca/Makefile
parent58e2ded892cf05023bf533936cadc9d264e8a20f (diff)
V4L/DVB (11213): gspca - sq905c: New subdriver.
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. Signed-off-by: Theodore Kilgore <kilgota@auburn.edu> Signed-off-by: Jean-Francois Moine <moinejf@free.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/gspca/Makefile')
-rw-r--r--drivers/media/video/gspca/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/gspca/Makefile b/drivers/media/video/gspca/Makefile
index b6ec6118573..8a6643e8eb9 100644
--- a/drivers/media/video/gspca/Makefile
+++ b/drivers/media/video/gspca/Makefile
@@ -17,6 +17,7 @@ obj-$(CONFIG_USB_GSPCA_SPCA506) += gspca_spca506.o
17obj-$(CONFIG_USB_GSPCA_SPCA508) += gspca_spca508.o 17obj-$(CONFIG_USB_GSPCA_SPCA508) += gspca_spca508.o
18obj-$(CONFIG_USB_GSPCA_SPCA561) += gspca_spca561.o 18obj-$(CONFIG_USB_GSPCA_SPCA561) += gspca_spca561.o
19obj-$(CONFIG_USB_GSPCA_SQ905) += gspca_sq905.o 19obj-$(CONFIG_USB_GSPCA_SQ905) += gspca_sq905.o
20obj-$(CONFIG_USB_GSPCA_SQ905C) += gspca_sq905c.o
20obj-$(CONFIG_USB_GSPCA_SUNPLUS) += gspca_sunplus.o 21obj-$(CONFIG_USB_GSPCA_SUNPLUS) += gspca_sunplus.o
21obj-$(CONFIG_USB_GSPCA_STK014) += gspca_stk014.o 22obj-$(CONFIG_USB_GSPCA_STK014) += gspca_stk014.o
22obj-$(CONFIG_USB_GSPCA_T613) += gspca_t613.o 23obj-$(CONFIG_USB_GSPCA_T613) += gspca_t613.o
@@ -43,6 +44,7 @@ gspca_spca506-objs := spca506.o
43gspca_spca508-objs := spca508.o 44gspca_spca508-objs := spca508.o
44gspca_spca561-objs := spca561.o 45gspca_spca561-objs := spca561.o
45gspca_sq905-objs := sq905.o 46gspca_sq905-objs := sq905.o
47gspca_sq905c-objs := sq905c.o
46gspca_stk014-objs := stk014.o 48gspca_stk014-objs := stk014.o
47gspca_sunplus-objs := sunplus.o 49gspca_sunplus-objs := sunplus.o
48gspca_t613-objs := t613.o 50gspca_t613-objs := t613.o