-
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.
- Loading branch information
Erik Andren
authored and
Mauro Carvalho Chehab
committed
Dec 30, 2008
1 parent
c76dfa7
commit bc24954
Showing
15 changed files
with
2,809 additions
and
2 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 15f64864e392612b230bc71d84e4537b80c607b1 | ||
refs/heads/master: 4c98834addfee3fdd42c505c37569261bf669d94 |
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.