-
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: 273614 b: refs/heads/master c: 4860c73 h: refs/heads/master v: v3
- Loading branch information
Mauro Carvalho Chehab
committed
Nov 3, 2011
1 parent
d6be9b4
commit cadc5e3
Showing
84 changed files
with
49 additions
and
23 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: d6ce55de3abcc4910fef1d79212a17480c154704 | ||
refs/heads/master: 4860c73804c6e7ef8e69f98958489bb2bea6f6d2 |
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,37 @@ | ||
menuconfig STAGING_MEDIA | ||
bool "Media staging drivers" | ||
default n | ||
---help--- | ||
This option allows you to select a number of media drivers that | ||
don't have the "normal" Linux kernel quality level. | ||
Most of them don't follow properly the V4L, DVB and/or RC API's, | ||
so, they won't likely work fine with the existing applications. | ||
That also means that, one fixed, their API's will change to match | ||
the existing ones. | ||
|
||
If you wish to work on these drivers, to help improve them, or | ||
to report problems you have with them, please use the | ||
linux-media@vger.kernel.org mailing list. | ||
|
||
If in doubt, say N here. | ||
|
||
|
||
if STAGING_MEDIA | ||
|
||
# Please keep them in alphabetic order | ||
source "drivers/staging/media/as102/Kconfig" | ||
|
||
source "drivers/staging/media/cxd2099/Kconfig" | ||
|
||
source "drivers/staging/media/dt3155v4l/Kconfig" | ||
|
||
source "drivers/staging/media/easycap/Kconfig" | ||
|
||
source "drivers/staging/media/go7007/Kconfig" | ||
|
||
source "drivers/staging/media/solo6x10/Kconfig" | ||
|
||
# Keep LIRC at the end, as it has sub-menus | ||
source "drivers/staging/media/lirc/Kconfig" | ||
|
||
endif |
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 @@ | ||
obj-$(CONFIG_DVB_AS102) += as102/ | ||
obj-$(CONFIG_DVB_CXD2099) += cxd2099/ | ||
obj-$(CONFIG_EASYCAP) += easycap/ | ||
obj-$(CONFIG_LIRC_STAGING) += lirc/ | ||
obj-$(CONFIG_SOLO6X10) += solo6x10/ | ||
obj-$(CONFIG_VIDEO_DT3155) += dt3155v4l/ | ||
obj-$(CONFIG_VIDEO_GO7007) += go7007/ |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.