/*
* 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 <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[] = {
[XANBOO] = {
.interface = -1,
.codec = CODEC_SAA7113,
.video_channels = 4,
.video_norm = V4L2_STD_NTSC,
.audio_channels = 1,
.radio = 0,
.vbi = 1,
.tuner = 0,
.tuner_type = 0,
.x_offset = -1,
.y_offset = -1,
.model_string = "Xanboo",
},
[BELKIN_VIDEOBUS_II] = {
.interface = -1,
.codec = CODEC_SAA7113,
.video_channels = 2,
.video_norm = V4L2_STD_PAL,
.audio_channels = 1,
.radio = 0,
.vbi = 1,
.tuner = 0,
.tuner_type = 0,
.x_offset = 0,
.y_offset = 3,
.dvi_yuv_override = 1,
.dvi_yuv = 7,
.model_string = "Belkin USB VideoBus II Adapter",
},
[BELKIN_VIDEOBUS] = {
.interface = -1,
.codec = CODEC_SAA7111,
.video_channels = 2,
.video_norm = V4L2_STD_NTSC,
.audio_channels = 1,
.radio = 0,
.vbi = 1,
.tuner = 0,
.tuner_type = 0,
.x_offset = -1,
.y_offset = -1,
.model_string = "Belkin Components USB VideoBus",
},
[BELKIN_USB_VIDEOBUS_II] = {
.interface = -1,
.codec = CODEC_SAA7113,
.video_channels = 2,
.video_norm = V4L2_STD_NTSC,
.audio_channels = 1,
.radio = 0,
.vbi = 1,
.tuner = 0,
.tuner_type = 0,
.x_offset = 0,
.y_offset = 3,
.dvi_yuv_override = 1,
.dvi_yuv = 7,
.model_string = "Belkin USB VideoBus II",
},
[ECHOFX_INTERVIEW_LITE] = {
.interface = 0,
.codec = CODEC_SAA7111,
.video_channels = 2,
.video_norm = V4L2_STD_PAL,
.audio_channels = 0,
.radio = 0,
.vbi = 1,
.tuner = 0,
.tuner_type = 0,
.x_offset = -1,
.y_offset = -1,
.dvi_yuv_override = 1,
.dvi_yuv = 7,
.model_string = "echoFX InterView Lite",
},
[USBGEAR_USBG_V1] = {
.interface = -1,
.codec = CODEC_SAA7111,
.video_channels = 2,
.video_norm = V4L2_STD_NTSC,
.audio_channels = 1