-
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: 330851 b: refs/heads/master c: 0aa77f6 h: refs/heads/master i: 330849: 8ceeea0 330847: fd29f65 v: v3
- Loading branch information
Mauro Carvalho Chehab
committed
Aug 15, 2012
1 parent
12e8c49
commit 2213e97
Showing
17 changed files
with
51 additions
and
60 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: 0c0d06cac63ee327ceaab4b5ffe2206574ab86bd | ||
refs/heads/master: 0aa77f6c2954896b132f8b6f2e9f063c52800913 |
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_S2255 | ||
tristate "USB Sensoray 2255 video capture device" | ||
depends on VIDEO_V4L2 | ||
select VIDEOBUF_VMALLOC | ||
default n | ||
help | ||
Say Y here if you want support for the Sensoray 2255 USB device. | ||
This driver can be compiled as a module, called s2255drv. | ||
|
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,2 @@ | ||
obj-$(CONFIG_USB_S2255) += s2255drv.o | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
config USB_STKWEBCAM | ||
tristate "USB Syntek DC1125 Camera support" | ||
depends on VIDEO_V4L2 && EXPERIMENTAL | ||
---help--- | ||
Say Y here if you want to use this type of camera. | ||
Supported devices are typically found in some Asus laptops, | ||
with USB id 174f:a311 and 05e1:0501. Other Syntek cameras | ||
may be supported by the stk11xx driver, from which this is | ||
derived, see <http://sourceforge.net/projects/syntekdriver/> | ||
|
||
To compile this driver as a module, choose M here: the | ||
module will be called stkwebcam. | ||
|
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 @@ | ||
stkwebcam-objs := stk-webcam.o stk-sensor.o | ||
|
||
obj-$(CONFIG_USB_STKWEBCAM) += stkwebcam.o | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
config USB_ZR364XX | ||
tristate "USB ZR364XX Camera support" | ||
depends on VIDEO_V4L2 | ||
select VIDEOBUF_GEN | ||
select VIDEOBUF_VMALLOC | ||
---help--- | ||
Say Y here if you want to connect this type of camera to your | ||
computer's USB port. | ||
See <file:Documentation/video4linux/zr364xx.txt> for more info | ||
and list of supported cameras. | ||
|
||
To compile this driver as a module, choose M here: the | ||
module will be called zr364xx. | ||
|
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,2 @@ | ||
obj-$(CONFIG_USB_ZR364XX) += zr364xx.o | ||
|
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