-
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.
[media] vino/saa7191: move to staging in preparation for removal
These drivers haven't been tested in a long, long time. The hardware is ancient and hopelessly obsolete. These drivers also need to be converted to newer media frameworks but due to the lack of hardware that's going to be impossible. So these drivers are a prime candidate for removal. If someone is interested in working on these drivers to prevent their removal, then please contact the linux-media mailinglist. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
- Loading branch information
Hans Verkuil
authored and
Mauro Carvalho Chehab
committed
Dec 17, 2014
1 parent
77911fd
commit c1d9e03
Showing
14 changed files
with
30 additions
and
21 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
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,24 @@ | ||
config VIDEO_VINO | ||
tristate "SGI Vino Video For Linux (Deprecated)" | ||
depends on I2C && SGI_IP22 && VIDEO_V4L2 | ||
select VIDEO_SAA7191 if MEDIA_SUBDRV_AUTOSELECT | ||
help | ||
Say Y here to build in support for the Vino video input system found | ||
on SGI Indy machines. | ||
|
||
This driver is deprecated and will be removed soon. If you have | ||
hardware for this and you want to work on this driver, then contact | ||
the linux-media mailinglist. | ||
|
||
config VIDEO_SAA7191 | ||
tristate "Philips SAA7191 video decoder (Deprecated)" | ||
depends on VIDEO_V4L2 && I2C | ||
---help--- | ||
Support for the Philips SAA7191 video decoder. | ||
|
||
This driver is deprecated and will be removed soon. If you have | ||
hardware for this and you want to work on this driver, then contact | ||
the linux-media mailinglist. | ||
|
||
To compile this driver as a module, choose M here: the | ||
module will be called saa7191. |
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_VINO) += indycam.o | ||
obj-$(CONFIG_VIDEO_VINO) += vino.o | ||
obj-$(CONFIG_VIDEO_SAA7191) += saa7191.o |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.