Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124521
b: refs/heads/master
c: 4c98834
h: refs/heads/master
i:
  124519: 56b6c86
v: v3
  • Loading branch information
Erik Andren authored and Mauro Carvalho Chehab committed Dec 30, 2008
1 parent c76dfa7 commit bc24954
Show file tree
Hide file tree
Showing 15 changed files with 2,809 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: 15f64864e392612b230bc71d84e4537b80c607b1
refs/heads/master: 4c98834addfee3fdd42c505c37569261bf669d94
3 changes: 3 additions & 0 deletions trunk/Documentation/video4linux/gspca.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ ov519 045e:028c Micro$oft xbox cam
spca508 0461:0815 Micro Innovation IC200
sunplus 0461:0821 Fujifilm MV-1
zc3xx 0461:0a00 MicroInnovation WebCam320
stv06xx 046d:0840 QuickCam Express
stv06xx 046d:0850 LEGO cam / QuickCam Web
stv06xx 046d:0870 Dexxa WebCam USB
spca500 046d:0890 Logitech QuickCam traveler
vc032x 046d:0892 Logitech Orbicam
vc032x 046d:0896 Logitech Orbicam
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/video/gspca/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ menuconfig USB_GSPCA
if USB_GSPCA && VIDEO_V4L2

source "drivers/media/video/gspca/m5602/Kconfig"
source "drivers/media/video/gspca/stv06xx/Kconfig"

config USB_GSPCA_CONEX
tristate "Conexant Camera Driver"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/gspca/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ gspca_vc032x-objs := vc032x.o
gspca_zc3xx-objs := zc3xx.o

obj-$(CONFIG_USB_M5602) += m5602/

obj-$(CONFIG_USB_STV06XX) += stv06xx/
9 changes: 9 additions & 0 deletions trunk/drivers/media/video/gspca/stv06xx/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
config USB_STV06XX
tristate "STV06XX USB Camera Driver"
depends on USB_GSPCA
help
Say Y here if you want support for cameras based on
the ST STV06XX chip.

To compile this driver as a module, choose M here: the
module will be called gspca_stv06xx.
6 changes: 6 additions & 0 deletions trunk/drivers/media/video/gspca/stv06xx/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
obj-$(CONFIG_USB_STV06XX) += gspca_stv06xx.o

gspca_stv06xx-objs := stv06xx.o \
stv06xx_vv6410.o \
stv06xx_hdcs.o \
stv06xx_pb0100.o
Loading

0 comments on commit bc24954

Please sign in to comment.