diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2010-04-06 10:36:39 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-05-19 11:57:09 -0400 |
commit | 626e2acfdce76b5a6a1daa4bc8ef556d507f5941 (patch) | |
tree | a52501e3fbc67d7b66212e3598c4aec17898abc6 /drivers/media/video/Kconfig | |
parent | e426e8663f028272b99f91e57bbbab6fda603bf1 (diff) |
V4L/DVB: w9966: convert to V4L2
Note that I have not been able to find anyone with this hardware. I tried
contacting the author without success, searched on eBay and similar places
without luck either.
So this conversion is untested. That said, it was pretty straightforward
so it is time to have this driver join the V4L2 world at last.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index fe6771271b2d..67d31f6cc607 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -647,7 +647,7 @@ config VIDEO_CQCAM | |||
647 | 647 | ||
648 | config VIDEO_W9966 | 648 | config VIDEO_W9966 |
649 | tristate "W9966CF Webcam (FlyCam Supra and others) Video For Linux" | 649 | tristate "W9966CF Webcam (FlyCam Supra and others) Video For Linux" |
650 | depends on PARPORT_1284 && PARPORT && VIDEO_V4L1 | 650 | depends on PARPORT_1284 && PARPORT && VIDEO_V4L2 |
651 | help | 651 | help |
652 | Video4linux driver for Winbond's w9966 based Webcams. | 652 | Video4linux driver for Winbond's w9966 based Webcams. |
653 | Currently tested with the LifeView FlyCam Supra. | 653 | Currently tested with the LifeView FlyCam Supra. |