summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/dvb-usb/Makefile
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2006-10-03 16:09:30 -0400
committerMichael Krufky <mkrufky@linuxtv.org>2006-10-03 16:09:30 -0400
commit85a1b28958980ffaa7ce4564aa1c9a713b9453fb (patch)
tree651e4b74060c3ffa9788e9fb798b258e30ac98e8 /linux/drivers/media/dvb/dvb-usb/Makefile
parent7f9be719c75fb28bd77aeeda2df201b14554a4fd (diff)
downloadmediapointer-dvb-s2-85a1b28958980ffaa7ce4564aa1c9a713b9453fb.tar.gz
mediapointer-dvb-s2-85a1b28958980ffaa7ce4564aa1c9a713b9453fb.tar.bz2
dvb-usb: initial support for MSI Mega Sky 580 DVB-T based on GL861
From: Carl Lundqvist <comabug@gmail.com> This patch adds support for MSI Mega Sky 580 / GL861 DVB-T USB2.0 Notes: Except for the 2 lines added to zl10353.c, zl10353_reset_attach needs to be changed. If I read the code correctly setting parallel_ts will take care of the 3rd byte, but the 2nd byte needs to be 0x0b instead of 0x03 too. I guess these changes needs to be done only for this device, not sure how to do that. The zl10353 changes have been split apart from this patch, into the next patch, soon to follow. Signed-off-by: Carl Lundqvist <comabug@gmail.com> Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb/dvb-usb/Makefile')
-rw-r--r--linux/drivers/media/dvb/dvb-usb/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/dvb-usb/Makefile b/linux/drivers/media/dvb/dvb-usb/Makefile
index 815e27898..53b63c584 100644
--- a/linux/drivers/media/dvb/dvb-usb/Makefile
+++ b/linux/drivers/media/dvb/dvb-usb/Makefile
@@ -33,6 +33,9 @@ obj-$(CONFIG_DVB_USB_UMT_010) += dvb-usb-dibusb-common.o dvb-usb-umt-010.o
dvb-usb-m920x-objs = m920x.o
obj-$(CONFIG_DVB_USB_M920X) += dvb-usb-m920x.o
+dvb-usb-gl861-objs = gl861.o
+obj-$(CONFIG_DVB_USB_GL861) += dvb-usb-gl861.o
+
dvb-usb-digitv-objs = digitv.o
obj-$(CONFIG_DVB_USB_DIGITV) += dvb-usb-digitv.o