diff options
author | Aapo Tahkola <aet@rasterburn.org> | 2006-09-23 20:00:41 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-02-21 13:34:49 -0200 |
commit | 5fecd9fd4287dd163fe1f1f0b1e86e931ed589c4 (patch) | |
tree | 00046e8dcbda12d939b1c9a0cbaeb1bcb6fb76f5 /drivers/media/dvb/dvb-usb/Makefile | |
parent | ef7b8b725bdc59fb4a3f781f3e9f546ad01da792 (diff) | |
download | kernel-crypto-5fecd9fd4287dd163fe1f1f0b1e86e931ed589c4.tar.gz kernel-crypto-5fecd9fd4287dd163fe1f1f0b1e86e931ed589c4.tar.xz kernel-crypto-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/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/dvb/dvb-usb/Makefile b/drivers/media/dvb/dvb-usb/Makefile index 154d593bbb0..d1e4f1cd840 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 |