aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-usb/megasky.h
diff options
context:
space:
mode:
authorAapo Tahkola <aet@rasterburn.org>2006-09-23 19:00:41 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-02-21 10:34:49 -0500
commit5fecd9fd4287dd163fe1f1f0b1e86e931ed589c4 (patch)
tree00046e8dcbda12d939b1c9a0cbaeb1bcb6fb76f5 /drivers/media/dvb/dvb-usb/megasky.h
parentef7b8b725bdc59fb4a3f781f3e9f546ad01da792 (diff)
V4L/DVB (5124): Dvb-usb: Initial support for MSI Mega Sky 580 based on Uli m9206
Currently, the driver works in bulk mode supporting both USB 2.0 and 1.0 with and without hardware pid filters. The ULi m9205 also supports isochronous transfer mode, but I have dropped support for it because it depends on firmware and does not work on all USB host chips. Further, I have no firmware with remote controller support for this mode. Signed-off-by: Aapo Tahkola <aet@rasterburn.org> Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/dvb-usb/megasky.h')
-rw-r--r--drivers/media/dvb/dvb-usb/megasky.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/media/dvb/dvb-usb/megasky.h b/drivers/media/dvb/dvb-usb/megasky.h
new file mode 100644
index 000000000000..6f14ae74e256
--- /dev/null
+++ b/drivers/media/dvb/dvb-usb/megasky.h
@@ -0,0 +1,10 @@
1#ifndef _DVB_USB_MEGASKY_H_
2#define _DVB_USB_MEGASKY_H_
3
4#define DVB_USB_LOG_PREFIX "megasky"
5#include "dvb-usb.h"
6
7extern int dvb_usb_megasky_debug;
8#define deb_rc(args...) dprintk(dvb_usb_megasky_debug,0x01,args)
9
10#endif