#include "m920x.h"
#include "mt352.h"
#include "mt352_priv.h"
#include "qt1010.h"
#include "tda1004x.h"
#include "tda827x.h"
#include <media/tuner.h>
#include "tuner-simple.h"
#include <asm/unaligned.h>
Go to the source code of this file.
DVB_DEFINE_MOD_OPT_ADAPTER_NR |
( |
adapter_nr |
| ) |
|
MODULE_DESCRIPTION |
( |
"DVB Driver for ULI M920x" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
usb |
, |
|
|
m920x_table |
|
|
) |
| |
module_param_named |
( |
debug |
, |
|
|
dvb_usb_m920x_debug |
, |
|
|
int |
, |
|
|
0644 |
|
|
) |
| |
MODULE_PARM_DESC |
( |
debug |
, |
|
|
"set debugging level (1=rc (or-able))." |
DVB_USB_DEBUG_STATUS |
|
) |
| |
module_usb_driver |
( |
m920x_driver |
| ) |
|