diff options
author | Hans de Goede <hdegoede@redhat.com> | 2009-10-23 05:50:12 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-05 15:40:47 -0500 |
commit | 21f1b932dbcc5ed18444e6995aeb856e583804ae (patch) | |
tree | 3a378aaf90c4937482b8fb1b06f902aa09c12ed0 /drivers/media/video/gspca/Makefile | |
parent | 73997870c64d604f521e85a57511f36a2dc22ed0 (diff) |
V4L/DVB (13183): gspca: add stv0680 subdriver
This patch adds a new subdriver to gspca supporting cams with the stv0680
bridge (replacing the old in kernel v4l1 driver).
Many thanks to Hans Verkuil for providing me with one of the 2 cams used in
testing this new sub driver.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/gspca/Makefile')
-rw-r--r-- | drivers/media/video/gspca/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/gspca/Makefile b/drivers/media/video/gspca/Makefile index b7420818037e..770b01387e99 100644 --- a/drivers/media/video/gspca/Makefile +++ b/drivers/media/video/gspca/Makefile | |||
@@ -22,6 +22,7 @@ obj-$(CONFIG_USB_GSPCA_SQ905) += gspca_sq905.o | |||
22 | obj-$(CONFIG_USB_GSPCA_SQ905C) += gspca_sq905c.o | 22 | obj-$(CONFIG_USB_GSPCA_SQ905C) += gspca_sq905c.o |
23 | obj-$(CONFIG_USB_GSPCA_SUNPLUS) += gspca_sunplus.o | 23 | obj-$(CONFIG_USB_GSPCA_SUNPLUS) += gspca_sunplus.o |
24 | obj-$(CONFIG_USB_GSPCA_STK014) += gspca_stk014.o | 24 | obj-$(CONFIG_USB_GSPCA_STK014) += gspca_stk014.o |
25 | obj-$(CONFIG_USB_GSPCA_STV0680) += gspca_stv0680.o | ||
25 | obj-$(CONFIG_USB_GSPCA_T613) += gspca_t613.o | 26 | obj-$(CONFIG_USB_GSPCA_T613) += gspca_t613.o |
26 | obj-$(CONFIG_USB_GSPCA_TV8532) += gspca_tv8532.o | 27 | obj-$(CONFIG_USB_GSPCA_TV8532) += gspca_tv8532.o |
27 | obj-$(CONFIG_USB_GSPCA_VC032X) += gspca_vc032x.o | 28 | obj-$(CONFIG_USB_GSPCA_VC032X) += gspca_vc032x.o |
@@ -50,6 +51,7 @@ gspca_spca561-objs := spca561.o | |||
50 | gspca_sq905-objs := sq905.o | 51 | gspca_sq905-objs := sq905.o |
51 | gspca_sq905c-objs := sq905c.o | 52 | gspca_sq905c-objs := sq905c.o |
52 | gspca_stk014-objs := stk014.o | 53 | gspca_stk014-objs := stk014.o |
54 | gspca_stv0680-objs := stv0680.o | ||
53 | gspca_sunplus-objs := sunplus.o | 55 | gspca_sunplus-objs := sunplus.o |
54 | gspca_t613-objs := t613.o | 56 | gspca_t613-objs := t613.o |
55 | gspca_tv8532-objs := tv8532.o | 57 | gspca_tv8532-objs := tv8532.o |