/*
* usbvision-cards.c
* usbvision cards definition file
*
* Copyright (c) 1999-2005 Joerg Heckenbach <joerg@heckenbach-aw.de>
*
* This module is part of usbvision driver project.
* Updates to driver completed by Dwaine P. Garden
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <linux/list.h>
#include <linux/i2c.h>
#include <media/v4l2-dev.h>
#include <media/tuner.h>
#include "usbvision.h"
#include "usbvision-cards.h"
/* Supported Devices: A table for usbvision.c*/
struct usbvision_device_data_st usbvision_device_data[] = {
[DUMMY_DEVICE] = {
.Interface = -1,
.Codec = CODEC_SAA7111,
.VideoChannels = 3,
.VideoNorm = V4L2_STD_NTSC,
.AudioChannels = 1,
.Radio = 1,
.vbi = 1,
.Tuner = 1,
.TunerType = TUNER_PHILIPS_NTSC_M,
.X_Offset = -1,
.Y_Offset = -1,
.ModelString = "Custom Dummy USBVision Device",
},
[XANBOO] = {
.Interface = -1,
.Codec = CODEC_SAA7113,
.VideoChannels = 4,
.VideoNorm = V4L2_STD_NTSC,
.AudioChannels = 1,
.Radio = 0,
.vbi = 1,
.Tuner = 0,
.TunerType = 0,
.X_Offset = -1,
.Y_Offset = -1,
.ModelString = "Xanboo",
},
[BELKIN_VIDEOBUS_II] = {
.Interface = -1,
.Codec = CODEC_SAA7113,
.VideoChannels = 2,
.VideoNorm = V4L2_STD_PAL,
.AudioChannels = 1,
.Radio = 0,
.vbi = 1,
.Tuner = 0,
.TunerType = 0,
.X_Offset = 0,
.Y_Offset = 3,
.Dvi_yuv_override = 1,
.Dvi_yuv = 7,
.ModelString = "Belkin USB VideoBus II Adapter",
},
[BELKIN_VIDEOBUS] = {
.Interface = -1,
.Codec = CODEC_SAA7111,
.VideoChannels = 2,
.VideoNorm = V4L2_STD_NTSC,
.AudioChannels = 1,
.Radio = 0,
.vbi = 1,
.Tuner = 0,
.TunerType = 0,
.X_Offset = -1,
.Y_Offset = -1,
.ModelString = "Belkin Components USB VideoBus",
},
[BELKIN_USB_VIDEOBUS_II] = {
.Interface = -1,
.Codec = CODEC_SAA7113,
.VideoChannels = 2,
.VideoNorm = V4L2_STD_PAL,
.AudioChannels = 1,
.Radio = 0,
.vbi = 1,
.Tuner = 0,
.TunerType = 0,
.X_Offset = 0,
.Y_Offset = 3,
.Dvi_yuv_override = 1,
.Dvi_yuv = 7,
.ModelString = "Belkin USB VideoBus II",
},
[ECHOFX_INTERVIEW_LITE] = {
.Interface = 0,
.Codec = CODEC_SAA7111,
.VideoChannels = 2,
.VideoNorm = V4L2_STD_PAL,
.AudioChannels = 0,
.Radio = 0,
.vbi = 1