dect
/
linux-2.6
Archived
13
0
Fork 0

V4L/DVB: AZ6027: Initial import of the driver

Signed-off-by: Manu Abaraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Adams Xu 2010-02-14 14:34:07 -03:00 committed by Mauro Carvalho Chehab
parent 007ad83036
commit 76f9a820c8
2 changed files with 1144 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,14 @@
#ifndef _DVB_USB_VP6027_H_
#define _DVB_USB_VP6027_H_
#define DVB_USB_LOG_PREFIX "az6027"
#include "dvb-usb.h"
extern int dvb_usb_az6027_debug;
#define deb_info(args...) dprintk(dvb_usb_az6027_debug,0x01,args)
#define deb_xfer(args...) dprintk(dvb_usb_az6027_debug,0x02,args)
#define deb_rc(args...) dprintk(dvb_usb_az6027_debug,0x04,args)
#define deb_fe(args...) dprintk(dvb_usb_az6027_debug,0x08,args)
#endif