Skip to content

Commit

Permalink
V4L/DVB (5235): Gl861: use parallel_ts
Browse files Browse the repository at this point in the history
- 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>
  • Loading branch information
Carl Lundqvist authored and Mauro Carvalho Chehab committed Feb 21, 2007
1 parent 05eb2a8 commit 4131fd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/media/dvb/dvb-usb/gl861.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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");

0 comments on commit 4131fd4

Please sign in to comment.