-
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] move the remaining PCI devices to drivers/media/pci
Move meye and sta2x11_vip into the drivers/media/pci subdirs. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
- Loading branch information
Mauro Carvalho Chehab
committed
Aug 15, 2012
1 parent
3e7c991
commit e5cdf69
Showing
12 changed files
with
35 additions
and
47 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
config VIDEO_MEYE | ||
tristate "Sony Vaio Picturebook Motion Eye Video For Linux" | ||
depends on PCI && SONY_LAPTOP && VIDEO_V4L2 | ||
---help--- | ||
This is the video4linux driver for the Motion Eye camera found | ||
in the Vaio Picturebook laptops. Please read the material in | ||
<file:Documentation/video4linux/meye.txt> for more information. | ||
|
||
If you say Y or M here, you need to say Y or M to "Sony Laptop | ||
Extras" in the misc device section. | ||
|
||
To compile this driver as a module, choose M here: the | ||
module will be called meye. |
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 @@ | ||
obj-$(CONFIG_VIDEO_MEYE) += meye.o |
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,12 @@ | ||
config STA2X11_VIP | ||
tristate "STA2X11 VIP Video For Linux" | ||
depends on STA2X11 | ||
select VIDEO_ADV7180 if VIDEO_HELPER_CHIPS_AUTO | ||
select VIDEOBUF_DMA_CONTIG | ||
depends on PCI && VIDEO_V4L2 && VIRT_TO_BUS | ||
help | ||
Say Y for support for STA2X11 VIP (Video Input Port) capture | ||
device. | ||
|
||
To compile this driver as a module, choose M here: the | ||
module will be called sta2x11_vip. |
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 @@ | ||
obj-$(CONFIG_STA2X11_VIP) += sta2x11_vip.o |
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