-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
V4L/DVB (10048): gspca - stv06xx: New subdriver.
Signed-off-by: Erik Andren <erik.andren@gmail.com> Signed-off-by: Jean-Francois Moine <moinejf@free.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
- Loading branch information
Erik Andren
authored and
Mauro Carvalho Chehab
committed
Dec 30, 2008
1 parent
15f6486
commit 4c98834
Showing
14 changed files
with
2,808 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.