Path: blob/master/drivers/media/dvb/dvb-usb/au6610.h
15111 views
/*1* DVB USB Linux driver for Alcor Micro AU6610 DVB-T USB2.0.2*3* Copyright (C) 2006 Antti Palosaari <[email protected]>4*5* This program is free software; you can redistribute it and/or modify6* it under the terms of the GNU General Public License as published by7* the Free Software Foundation; either version 2 of the License, or8* (at your option) any later version.9*10* This program is distributed in the hope that it will be useful,11* but WITHOUT ANY WARRANTY; without even the implied warranty of12* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the13* GNU General Public License for more details.14*15* You should have received a copy of the GNU General Public License16* along with this program; if not, write to the Free Software17* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.18*/1920#ifndef _DVB_USB_AU6610_H_21#define _DVB_USB_AU6610_H_2223#define DVB_USB_LOG_PREFIX "au6610"24#include "dvb-usb.h"2526#define deb_info(args...) dprintk(dvb_usb_au6610_debug, 0x01, args)2728#define AU6610_REQ_I2C_WRITE 0x1429#define AU6610_REQ_I2C_READ 0x1330#define AU6610_REQ_USB_WRITE 0x1631#define AU6610_REQ_USB_READ 0x153233#define AU6610_USB_TIMEOUT 10003435#define AU6610_ALTSETTING_COUNT 636#define AU6610_ALTSETTING 53738#endif394041