Path: blob/master/drivers/media/dvb/mantis/mantis_vp3028.c
15112 views
/*1Mantis VP-3028 driver23Copyright (C) Manu Abraham ([email protected])45This program is free software; you can redistribute it and/or modify6it under the terms of the GNU General Public License as published by7the Free Software Foundation; either version 2 of the License, or8(at your option) any later version.910This program is distributed in the hope that it will be useful,11but WITHOUT ANY WARRANTY; without even the implied warranty of12MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the13GNU General Public License for more details.1415You should have received a copy of the GNU General Public License16along with this program; if not, write to the Free Software17Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.18*/1920#include "mantis_common.h"21#include "mantis_vp3028.h"2223struct zl10353_config mantis_vp3028_config = {24.demod_address = 0x0f,25};2627#define MANTIS_MODEL_NAME "VP-3028"28#define MANTIS_DEV_TYPE "DVB-T"2930struct mantis_hwconfig vp3028_mantis_config = {31.model_name = MANTIS_MODEL_NAME,32.dev_type = MANTIS_DEV_TYPE,33.ts_size = MANTIS_TS_188,34.baud_rate = MANTIS_BAUD_9600,35.parity = MANTIS_PARITY_NONE,36.bytes = 0,37};383940