em28xx-dvb.c (c647a91a2558c4031eddd013e5860ca5a41363a7) em28xx-dvb.c (d3829fadc4611e96aa360b8ead5adefdf61f45ea)
1/*
2 DVB device driver for em28xx
3
4 (c) 2008-2011 Mauro Carvalho Chehab <mchehab@infradead.org>
5
6 (c) 2008 Devin Heitmueller <devin.heitmueller@gmail.com>
7 - Fixes for the driver to properly work with HVR-950
8 - Fixes for the driver to properly work with Pinnacle PCTV HD Pro Stick

--- 13 unchanged lines hidden (view full) ---

22 */
23
24#include <linux/kernel.h>
25#include <linux/slab.h>
26#include <linux/usb.h>
27
28#include "em28xx.h"
29#include <media/v4l2-common.h>
1/*
2 DVB device driver for em28xx
3
4 (c) 2008-2011 Mauro Carvalho Chehab <mchehab@infradead.org>
5
6 (c) 2008 Devin Heitmueller <devin.heitmueller@gmail.com>
7 - Fixes for the driver to properly work with HVR-950
8 - Fixes for the driver to properly work with Pinnacle PCTV HD Pro Stick

--- 13 unchanged lines hidden (view full) ---

22 */
23
24#include <linux/kernel.h>
25#include <linux/slab.h>
26#include <linux/usb.h>
27
28#include "em28xx.h"
29#include <media/v4l2-common.h>
30#include <media/videobuf-vmalloc.h>
30#include <dvb_demux.h>
31#include <dvb_net.h>
32#include <dmxdev.h>
31#include <media/tuner.h>
32#include "tuner-simple.h"
33#include <linux/gpio.h>
34
35#include "lgdt330x.h"
36#include "lgdt3305.h"
37#include "zl10353.h"
38#include "s5h1409.h"

--- 1320 unchanged lines hidden ---
33#include <media/tuner.h>
34#include "tuner-simple.h"
35#include <linux/gpio.h>
36
37#include "lgdt330x.h"
38#include "lgdt3305.h"
39#include "zl10353.h"
40#include "s5h1409.h"

--- 1320 unchanged lines hidden ---