summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-usb/Makefile
diff options
context:
space:
mode:
authorAapo Tahkola <aet@rasterburn.org>2006-09-24 01:00:41 +0200
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-02-21 16:34:49 +0100
commit5fecd9fd4287dd163fe1f1f0b1e86e931ed589c4 (patch)
tree00046e8dcbda12d939b1c9a0cbaeb1bcb6fb76f5 /drivers/media/dvb/dvb-usb/Makefile
parentV4L/DVB (5121): Proper vendor/device ID for the CinergyT2 input device (diff)
downloadlinux-5fecd9fd4287dd163fe1f1f0b1e86e931ed589c4.tar.xz
linux-5fecd9fd4287dd163fe1f1f0b1e86e931ed589c4.zip
V4L/DVB (5124): Dvb-usb: Initial support for MSI Mega Sky 580 based on Uli m9206
Currently, the driver works in bulk mode supporting both USB 2.0 and 1.0 with and without hardware pid filters. The ULi m9205 also supports isochronous transfer mode, but I have dropped support for it because it depends on firmware and does not work on all USB host chips. Further, I have no firmware with remote controller support for this mode. Signed-off-by: Aapo Tahkola <aet@rasterburn.org> Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/dvb-usb/Makefile')
-rw-r--r--drivers/media/dvb/dvb-usb/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/dvb/dvb-usb/Makefile b/drivers/media/dvb/dvb-usb/Makefile
index 154d593bbb02..d1e4f1cd8405 100644
--- a/drivers/media/dvb/dvb-usb/Makefile
+++ b/drivers/media/dvb/dvb-usb/Makefile
@@ -30,6 +30,9 @@ obj-$(CONFIG_DVB_USB_NOVA_T_USB2) += dvb-usb-dibusb-common.o dvb-usb-nova-t-usb2
dvb-usb-umt-010-objs = umt-010.o
obj-$(CONFIG_DVB_USB_UMT_010) += dvb-usb-dibusb-common.o dvb-usb-umt-010.o
+dvb-usb-megasky-objs = megasky.o
+obj-$(CONFIG_DVB_USB_MEGASKY) += dvb-usb-megasky.o
+
dvb-usb-digitv-objs = digitv.o
obj-$(CONFIG_DVB_USB_DIGITV) += dvb-usb-digitv.o