#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/string.h>
#include <linux/slab.h>
#include "dvb_frontend.h"
#include "l64781.h"
Go to the source code of this file.
#define dprintk |
( |
|
args... | ) |
|
the L64781 won't show up before we send the reset_and_configure() broadcast. If nothing responds there is no L64781 on the bus...
Definition at line 501 of file l64781.c.
MODULE_AUTHOR |
( |
"Holger |
Waechtler, |
|
|
Marko Kohtala" |
|
|
) |
| |
MODULE_DESCRIPTION |
( |
"LSI L64781 DVB-T Demodulator driver" |
| ) |
|
MODULE_PARM_DESC |
( |
debug |
, |
|
|
"Turn on/off frontend debugging (default:off)." |
|
|
) |
| |