]> bbs.cooldavid.org Git - net-next-2.6.git/blame - drivers/media/dvb/ttpci/budget-ci.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke...
[net-next-2.6.git] / drivers / media / dvb / ttpci / budget-ci.c
CommitLineData
1da177e4
LT
1/*
2 * budget-ci.c: driver for the SAA7146 based Budget DVB cards
3 *
4 * Compiled from various sources by Michael Hunold <michael@mihu.de>
5 *
6 * msp430 IR support contributed by Jack Thomasson <jkt@Helius.COM>
7 * partially based on the Siemens DVB driver by Ralph+Marcus Metzler
8 *
9 * CI interface support (c) 2004 Andrew de Quincey <adq_dvb@lidskialf.net>
10 *
11 * This program is free software; you can redistribute it and/or
12 * modify it under the terms of the GNU General Public License
13 * as published by the Free Software Foundation; either version 2
14 * of the License, or (at your option) any later version.
15 *
16 *
17 * This program is distributed in the hope that it will be useful,
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 * GNU General Public License for more details.
21 *
22 *
23 * You should have received a copy of the GNU General Public License
24 * along with this program; if not, write to the Free Software
25 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
26 * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
27 *
28 *
29 * the project's page is at http://www.linuxtv.org/dvb/
30 */
31
1da177e4
LT
32#include <linux/module.h>
33#include <linux/errno.h>
34#include <linux/slab.h>
35#include <linux/interrupt.h>
36#include <linux/input.h>
37#include <linux/spinlock.h>
13c24497 38#include <media/ir-core.h>
1da177e4 39
6827709a
TP
40#include "budget.h"
41
1da177e4
LT
42#include "dvb_ca_en50221.h"
43#include "stv0299.h"
dc27a169 44#include "stv0297.h"
1da177e4 45#include "tda1004x.h"
9e0dc660
MS
46#include "stb0899_drv.h"
47#include "stb0899_reg.h"
8be969b3 48#include "stb0899_cfg.h"
9e0dc660 49#include "stb6100.h"
8be969b3 50#include "stb6100_cfg.h"
8cc2e377
PA
51#include "lnbp21.h"
52#include "bsbe1.h"
265366e8 53#include "bsru6.h"
11417daa
SA
54#include "tda1002x.h"
55#include "tda827x.h"
1da177e4 56
727e625c
MCC
57#define MODULE_NAME "budget_ci"
58