ds3000.c (c1965eae65f0db2eee574f72aab4e8b34ecf8f9c) | ds3000.c (73f0af44a9137cc2ab18e181f68f59d2ad3fe3f7) |
---|---|
1/* 2 Montage Technology DS3000 - DVBS/S2 Demodulator driver 3 Copyright (C) 2009-2012 Konstantin Dimitrov <kosio.dimitrov@gmail.com> 4 5 Copyright (C) 2009-2012 TurboSight.com 6 7 This program is free software; you can redistribute it and/or modify 8 it under the terms of the GNU General Public License as published by --- 13 unchanged lines hidden (view full) --- 22#include <linux/slab.h> 23#include <linux/kernel.h> 24#include <linux/module.h> 25#include <linux/moduleparam.h> 26#include <linux/init.h> 27#include <linux/firmware.h> 28 29#include "dvb_frontend.h" | 1/* 2 Montage Technology DS3000 - DVBS/S2 Demodulator driver 3 Copyright (C) 2009-2012 Konstantin Dimitrov <kosio.dimitrov@gmail.com> 4 5 Copyright (C) 2009-2012 TurboSight.com 6 7 This program is free software; you can redistribute it and/or modify 8 it under the terms of the GNU General Public License as published by --- 13 unchanged lines hidden (view full) --- 22#include <linux/slab.h> 23#include <linux/kernel.h> 24#include <linux/module.h> 25#include <linux/moduleparam.h> 26#include <linux/init.h> 27#include <linux/firmware.h> 28 29#include "dvb_frontend.h" |
30#include "ts2020.h" |
|
30#include "ds3000.h" 31 32static int debug; 33 34#define dprintk(args...) \ 35 do { \ 36 if (debug) \ 37 printk(args); \ --- 1072 unchanged lines hidden --- | 31#include "ds3000.h" 32 33static int debug; 34 35#define dprintk(args...) \ 36 do { \ 37 if (debug) \ 38 printk(args); \ --- 1072 unchanged lines hidden --- |