|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/slab.h>#include <linux/usb.h>#include "tm6000.h"#include "tm6000-regs.h"#include "zl10353.h"#include <media/tuner.h>#include "tuner-xc2028.h"#include "xc5000.h"Go to the source code of this file.
Functions | |
| MODULE_DESCRIPTION ("DVB driver extension module for tm5600/6000/6010 based TV cards") | |
| MODULE_AUTHOR ("Mauro Carvalho Chehab <[email protected]>") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_SUPPORTED_DEVICE ("{{Trident, tm5600},""{{Trident, tm6000},""{{Trident, tm6010}") | |
| module_param (debug, int, 0644) | |
| MODULE_PARM_DESC (debug,"enable debug message") | |
| DVB_DEFINE_MOD_OPT_ADAPTER_NR (adapter_nr) | |
| module_init (tm6000_dvb_register) | |
| module_exit (tm6000_dvb_unregister) | |
| DVB_DEFINE_MOD_OPT_ADAPTER_NR | ( | adapter_nr | ) |
| MODULE_AUTHOR | ( | "Mauro Carvalho Chehab <[email protected]>" | ) |
| module_exit | ( | tm6000_dvb_unregister | ) |
| module_init | ( | tm6000_dvb_register | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| MODULE_SUPPORTED_DEVICE | ( | ) |
1.8.2