diff options
| author | Steven Toth <stoth@hauppauge.com> | 2008-01-15 19:57:14 -0500 |
|---|---|---|
| committer | Steven Toth <stoth@hauppauge.com> | 2008-01-15 19:57:14 -0500 |
| commit | 42de0c9d677d2af4e41ed7fe4c149427ebeb271e (patch) | |
| tree | 109de7a5083b8f39a9a9a256358182ec3b41a676 /linux/drivers/media/dvb | |
| parent | 88ad51b6cd401849a446a4d1bcba232055a6923f (diff) | |
| download | mediapointer-dvb-s2-42de0c9d677d2af4e41ed7fe4c149427ebeb271e.tar.gz mediapointer-dvb-s2-42de0c9d677d2af4e41ed7fe4c149427ebeb271e.tar.bz2 | |
Finalise support for the Pinnacle HD 8000i
From: Steven Toth <stoth@hauppauge.com>
Correctly set the atatch structures, enable IR, configure the
xc5000 tuner includes.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Diffstat (limited to 'linux/drivers/media/dvb')
| -rw-r--r-- | linux/drivers/media/dvb/frontends/xc5000.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/xc5000.c b/linux/drivers/media/dvb/frontends/xc5000.c index ebc653cfc..5afa58a06 100644 --- a/linux/drivers/media/dvb/frontends/xc5000.c +++ b/linux/drivers/media/dvb/frontends/xc5000.c @@ -22,7 +22,7 @@ #include <linux/module.h> #include <linux/moduleparam.h> -#include <linux/videodev.h> +#include <linux/videodev2.h> #include <linux/delay.h> #include <linux/dvb/frontend.h> #include <linux/i2c.h> |
