-
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: 219191 b: refs/heads/master c: 96322b8 h: refs/heads/master i: 219189: 4769140 219187: 007c0b5 219183: 72960a5 v: v3
- Loading branch information
Mauro Carvalho Chehab
committed
Oct 21, 2010
1 parent
c201d7c
commit cd456cc
Showing
10 changed files
with
22 additions
and
12 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: 7af97effb3f5a374482179aca490b5038de56fa6 | ||
refs/heads/master: 96322b80e29802d2d3087987f6dc4e5aa19df64b |
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
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,7 @@ | ||
config VIDEO_STRADIS | ||
tristate "Stradis 4:2:2 MPEG-2 video driver (DEPRECATED)" | ||
depends on EXPERIMENTAL && PCI && VIDEO_V4L1 && VIRT_TO_BUS | ||
help | ||
Say Y here to enable support for the Stradis 4:2:2 MPEG-2 video | ||
driver for PCI. There is a product page at | ||
<http://www.stradis.com/>. |
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,3 @@ | ||
obj-$(CONFIG_VIDEO_STRADIS) += stradis.o | ||
|
||
EXTRA_CFLAGS += -Idrivers/media/video |
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 @@ | ||
This is an obsolete driver for ancient stradis hardware. | ||
We couldn't find anyone with this hardware in order to port it to use V4L2. | ||
|
||
If nobody take care on it, the driver will be removed for 2.6.38. | ||
|
||
Please send patches to linux-media@vger.kernel.org |
File renamed without changes.