aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorCarl Lundqvist <comabug@gmail.com>2006-10-09 12:49:17 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-02-21 13:35:29 -0200
commit4131fd4fd40aa22cfe61b4e7c78e640b9fcfcd8c (patch)
tree2c9b5396c08be26415d66dcd06121eecc5cb4b4b /drivers/media
parentV4L/DVB (5234): Gl861: remove unneeded declaration (diff)
downloadlinux-dev-4131fd4fd40aa22cfe61b4e7c78e640b9fcfcd8c.tar.xz
linux-dev-4131fd4fd40aa22cfe61b4e7c78e640b9fcfcd8c.zip
V4L/DVB (5235): Gl861: use parallel_ts
- use parallel_ts - Now this driver works. - correct typo in MODULE_VERSION Signed-off-by: Carl Lundqvist <comabug@gmail.com> Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/dvb/dvb-usb/gl861.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-usb/gl861.c b/drivers/media/dvb/dvb-usb/gl861.c
index 6e6be3adf2b7..7dbfc7927880 100644
--- a/drivers/media/dvb/dvb-usb/gl861.c
+++ b/drivers/media/dvb/dvb-usb/gl861.c
@@ -103,6 +103,7 @@ static int gl861_identify_state(struct usb_device *udev,
static struct zl10353_config gl861_zl10353_config = {
.demod_address = 0x1e,
.no_tuner = 1,
+ .parallel_ts = 1,
};
static int gl861_frontend_attach(struct dvb_usb_adapter *adap)
@@ -215,5 +216,5 @@ module_exit (gl861_module_exit);
MODULE_AUTHOR("Carl Lundqvist <comabug@gmail.com>");
MODULE_DESCRIPTION("Driver MSI Mega Sky 580 DVB-T USB2.0 / GL861");
-MODULE_VERSION("1.0");
+MODULE_VERSION("0.1");
MODULE_LICENSE("GPL");