diff options
author | Hans de Goede <hdegoede@redhat.com> | 2009-10-16 06:13:07 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-05 15:40:44 -0500 |
commit | a511ba947600ae263f8c29c86020ba66a901d3e5 (patch) | |
tree | d27d646a98aa45f92a2df78eb66d7cfe0f446ff6 /drivers/media/video/Kconfig | |
parent | eea85b0a629970d462481a80e1d45f4d71fe797f (diff) |
V4L/DVB (13178): gspca: Add support for Winbond W9967CF and W9968CF camera's
This patch adds support to gspca for the Winbond W9967CF and W9968CF
camera's. This is mostly a port of the existing v4l1 driver to gspca
(making it v4l2). But this also features fixes to the bitbanging i2c code
(send a nack not an ack after reading the last byte of a transfer), which
gets rid of the weird errors which were being seen there, and of
the smbus_refresh() hack to get around these errors.
Also the vstart settings have been tweaked to work with different
frequency filter settings.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 0ab7ccd8729b..c69f858c9278 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -951,9 +951,13 @@ source "drivers/media/video/usbvideo/Kconfig" | |||
951 | source "drivers/media/video/et61x251/Kconfig" | 951 | source "drivers/media/video/et61x251/Kconfig" |
952 | 952 | ||
953 | config VIDEO_OVCAMCHIP | 953 | config VIDEO_OVCAMCHIP |
954 | tristate "OmniVision Camera Chip support" | 954 | tristate "OmniVision Camera Chip support (DEPRECATED)" |
955 | depends on I2C && VIDEO_V4L1 | 955 | depends on I2C && VIDEO_V4L1 |
956 | ---help--- | 956 | ---help--- |
957 | This driver is DEPRECATED please use the gspca ov519 module | ||
958 | instead. Note that for the ov511 / ov518 support of the gspca module | ||
959 | you need atleast version 0.6.0 of libv4l. | ||
960 | |||
957 | Support for the OmniVision OV6xxx and OV7xxx series of camera chips. | 961 | Support for the OmniVision OV6xxx and OV7xxx series of camera chips. |
958 | This driver is intended to be used with the ov511 and w9968cf USB | 962 | This driver is intended to be used with the ov511 and w9968cf USB |
959 | camera drivers. | 963 | camera drivers. |
@@ -962,9 +966,12 @@ config VIDEO_OVCAMCHIP | |||
962 | module will be called ovcamchip. | 966 | module will be called ovcamchip. |
963 | 967 | ||
964 | config USB_W9968CF | 968 | config USB_W9968CF |
965 | tristate "USB W996[87]CF JPEG Dual Mode Camera support" | 969 | tristate "USB W996[87]CF JPEG Dual Mode Camera support (DEPRECATED)" |
966 | depends on VIDEO_V4L1 && I2C && VIDEO_OVCAMCHIP | 970 | depends on VIDEO_V4L1 && I2C && VIDEO_OVCAMCHIP |
967 | ---help--- | 971 | ---help--- |
972 | This driver is DEPRECATED please use the gspca ov519 module | ||
973 | instead. | ||
974 | |||
968 | Say Y here if you want support for cameras based on OV681 or | 975 | Say Y here if you want support for cameras based on OV681 or |
969 | Winbond W9967CF/W9968CF JPEG USB Dual Mode Camera Chips. | 976 | Winbond W9967CF/W9968CF JPEG USB Dual Mode Camera Chips. |
970 | 977 | ||