Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219059
b: refs/heads/master
c: b517af7
h: refs/heads/master
i:
  219057: 1ebfdf2
  219055: ac4459b
v: v3
  • Loading branch information
Hans de Goede authored and Mauro Carvalho Chehab committed Oct 21, 2010
1 parent 5257e1a commit d95afe0
Show file tree
Hide file tree
Showing 6 changed files with 670 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1fddcf0e8b3b6e6405b051da0a6faa93ea7af5cf
refs/heads/master: b517af722860dcf9878754217575137be35ea0cc
9 changes: 9 additions & 0 deletions trunk/drivers/media/video/gspca/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,15 @@ config USB_GSPCA_JEILINJ
To compile this driver as a module, choose M here: the
module will be called gspca_jeilinj.

config USB_GSPCA_KONICA
tristate "Konica USB Camera V4L2 driver"
depends on VIDEO_V4L2 && USB_GSPCA
help
Say Y here if you want support for cameras based on the Konica chip.

To compile this driver as a module, choose M here: the
module will be called gspca_konica.

config USB_GSPCA_MARS
tristate "Mars USB Camera Driver"
depends on VIDEO_V4L2 && USB_GSPCA
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/media/video/gspca/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ obj-$(CONFIG_USB_GSPCA_CPIA1) += gspca_cpia1.o
obj-$(CONFIG_USB_GSPCA_ETOMS) += gspca_etoms.o
obj-$(CONFIG_USB_GSPCA_FINEPIX) += gspca_finepix.o
obj-$(CONFIG_USB_GSPCA_JEILINJ) += gspca_jeilinj.o
obj-$(CONFIG_USB_GSPCA_KONICA) += gspca_konica.o
obj-$(CONFIG_USB_GSPCA_MARS) += gspca_mars.o
obj-$(CONFIG_USB_GSPCA_MR97310A) += gspca_mr97310a.o
obj-$(CONFIG_USB_GSPCA_OV519) += gspca_ov519.o
Expand Down Expand Up @@ -43,6 +44,7 @@ gspca_cpia1-objs := cpia1.o
gspca_etoms-objs := etoms.o
gspca_finepix-objs := finepix.o
gspca_jeilinj-objs := jeilinj.o
gspca_konica-objs := konica.o
gspca_mars-objs := mars.o
gspca_mr97310a-objs := mr97310a.o
gspca_ov519-objs := ov519.o
Expand Down
Loading

0 comments on commit d95afe0

Please sign in to comment.