-
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: 330854 b: refs/heads/master c: 3e7c991 h: refs/heads/master v: v3
- Loading branch information
Mauro Carvalho Chehab
committed
Aug 15, 2012
1 parent
cf58914
commit 7af1b1c
Showing
10 changed files
with
48 additions
and
43 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: b285192a43f0432d82c2c10974204e78af0da596 | ||
refs/heads/master: 3e7c99126f1e18379bdac0544255e230d623ab3a |
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,38 @@ | ||
config VIDEO_HEXIUM_GEMINI | ||
tristate "Hexium Gemini frame grabber" | ||
depends on PCI && VIDEO_V4L2 && I2C | ||
select VIDEO_SAA7146_VV | ||
---help--- | ||
This is a video4linux driver for the Hexium Gemini frame | ||
grabber card by Hexium. Please note that the Gemini Dual | ||
card is *not* fully supported. | ||
|
||
To compile this driver as a module, choose M here: the | ||
module will be called hexium_gemini. | ||
|
||
config VIDEO_HEXIUM_ORION | ||
tristate "Hexium HV-PCI6 and Orion frame grabber" | ||
depends on PCI && VIDEO_V4L2 && I2C | ||
select VIDEO_SAA7146_VV | ||
---help--- | ||
This is a video4linux driver for the Hexium HV-PCI6 and | ||
Orion frame grabber cards by Hexium. | ||
|
||
To compile this driver as a module, choose M here: the | ||
module will be called hexium_orion. | ||
|
||
config VIDEO_MXB | ||
tristate "Siemens-Nixdorf 'Multimedia eXtension Board'" | ||
depends on PCI && VIDEO_V4L2 && I2C | ||
select VIDEO_SAA7146_VV | ||
select VIDEO_TUNER | ||
select VIDEO_SAA711X if VIDEO_HELPER_CHIPS_AUTO | ||
select VIDEO_TDA9840 if VIDEO_HELPER_CHIPS_AUTO | ||
select VIDEO_TEA6415C if VIDEO_HELPER_CHIPS_AUTO | ||
select VIDEO_TEA6420 if VIDEO_HELPER_CHIPS_AUTO | ||
---help--- | ||
This is a video4linux driver for the 'Multimedia eXtension Board' | ||
TV card by Siemens-Nixdorf. | ||
|
||
To compile this driver as a module, choose M here: the | ||
module will be called mxb. |
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,5 @@ | ||
obj-$(CONFIG_VIDEO_MXB) += mxb.o | ||
obj-$(CONFIG_VIDEO_HEXIUM_ORION) += hexium_orion.o | ||
obj-$(CONFIG_VIDEO_HEXIUM_GEMINI) += hexium_gemini.o | ||
|
||
ccflags-y += -I$(srctree)/drivers/media/video |
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