diff options
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/dvb/dvb-usb/gl861.c | 3 |
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, | |||
103 | static struct zl10353_config gl861_zl10353_config = { | 103 | static struct zl10353_config gl861_zl10353_config = { |
104 | .demod_address = 0x1e, | 104 | .demod_address = 0x1e, |
105 | .no_tuner = 1, | 105 | .no_tuner = 1, |
106 | .parallel_ts = 1, | ||
106 | }; | 107 | }; |
107 | 108 | ||
108 | static int gl861_frontend_attach(struct dvb_usb_adapter *adap) | 109 | static int gl861_frontend_attach(struct dvb_usb_adapter *adap) |
@@ -215,5 +216,5 @@ module_exit (gl861_module_exit); | |||
215 | 216 | ||
216 | MODULE_AUTHOR("Carl Lundqvist <comabug@gmail.com>"); | 217 | MODULE_AUTHOR("Carl Lundqvist <comabug@gmail.com>"); |
217 | MODULE_DESCRIPTION("Driver MSI Mega Sky 580 DVB-T USB2.0 / GL861"); | 218 | MODULE_DESCRIPTION("Driver MSI Mega Sky 580 DVB-T USB2.0 / GL861"); |
218 | MODULE_VERSION("1.0"); | 219 | MODULE_VERSION("0.1"); |
219 | MODULE_LICENSE("GPL"); | 220 | MODULE_LICENSE("GPL"); |