-
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.
yaml --- r: 330856 b: refs/heads/master c: d1677dc h: refs/heads/master v: v3
- Loading branch information
Mauro Carvalho Chehab
committed
Aug 15, 2012
1 parent
b97ffc7
commit fb0f024
Showing
11 changed files
with
57 additions
and
70 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: e5cdf69d36f667d9840ce050abbe4a95c2a6b536 | ||
refs/heads/master: d1677dc31ac1918f6a91e77ab74d456df01f2bb2 |
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,47 @@ | ||
menu "V4L ISA and parallel port devices" | ||
visible if (ISA || PARPORT) && MEDIA_CAMERA_SUPPORT | ||
|
||
config VIDEO_BWQCAM | ||
tristate "Quickcam BW Video For Linux" | ||
depends on PARPORT && VIDEO_V4L2 | ||
help | ||
Say Y have if you the black and white version of the QuickCam | ||
camera. See the next option for the color version. | ||
|
||
To compile this driver as a module, choose M here: the | ||
module will be called bw-qcam. | ||
|
||
config VIDEO_CQCAM | ||
tristate "QuickCam Colour Video For Linux" | ||
depends on PARPORT && VIDEO_V4L2 | ||
help | ||
This is the video4linux driver for the colour version of the | ||
Connectix QuickCam. If you have one of these cameras, say Y here, | ||
otherwise say N. This driver does not work with the original | ||
monochrome QuickCam, QuickCam VC or QuickClip. It is also available | ||
as a module (c-qcam). | ||
Read <file:Documentation/video4linux/CQcam.txt> for more information. | ||
|
||
config VIDEO_PMS | ||
tristate "Mediavision Pro Movie Studio Video For Linux" | ||
depends on ISA && VIDEO_V4L2 | ||
help | ||
Say Y if you have the ISA Mediavision Pro Movie Studio | ||
capture card. | ||
|
||
To compile this driver as a module, choose M here: the | ||
module will be called pms. | ||
|
||
config VIDEO_W9966 | ||
tristate "W9966CF Webcam (FlyCam Supra and others) Video For Linux" | ||
depends on PARPORT_1284 && PARPORT && VIDEO_V4L2 | ||
help | ||
Video4linux driver for Winbond's w9966 based Webcams. | ||
Currently tested with the LifeView FlyCam Supra. | ||
If you have one of these cameras, say Y here | ||
otherwise say N. | ||
This driver is also available as a module (w9966). | ||
|
||
Check out <file:Documentation/video4linux/w9966.txt> for more | ||
information. | ||
endmenu |
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,4 @@ | ||
obj-$(CONFIG_VIDEO_CQCAM) += c-qcam.o | ||
obj-$(CONFIG_VIDEO_BWQCAM) += bw-qcam.o | ||
obj-$(CONFIG_VIDEO_W9966) += w9966.o | ||
obj-$(CONFIG_VIDEO_PMS) += pms.o |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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