diff options
author | Malcolm Priestley <tvboxspy@gmail.com> | 2012-08-13 23:37:55 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-14 05:24:31 +0400 |
commit | 04b8b21d2ce8a33acd4b13f771b2fb85d952ff08 (patch) | |
tree | 6650bbc593c16dc5f56faafc3d5127b7ddf16cb6 /drivers/media/dvb/dvb-usb-v2/Makefile | |
parent | 251658e5185e69bd8563737e94d877fed788bfb5 (diff) | |
download | linux-04b8b21d2ce8a33acd4b13f771b2fb85d952ff08.tar.xz |
[media] it913x ver 1.32 driver moved to dvb-usb-v2
Functional changes
PID filter is default to off and controlled from dvb-usb-v2
Driver now supports suspend and resume changes in dvb-usb-v2
USB bus repeater functions have been removed.
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/dvb-usb-v2/Makefile')
-rw-r--r-- | drivers/media/dvb/dvb-usb-v2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/dvb/dvb-usb-v2/Makefile b/drivers/media/dvb/dvb-usb-v2/Makefile index 002e88883827..61b0f53669e8 100644 --- a/drivers/media/dvb/dvb-usb-v2/Makefile +++ b/drivers/media/dvb/dvb-usb-v2/Makefile @@ -25,6 +25,9 @@ obj-$(CONFIG_DVB_USB_CE6230) += dvb-usb-ce6230.o dvb-usb-ec168-objs = ec168.o obj-$(CONFIG_DVB_USB_EC168) += dvb-usb-ec168.o +dvb-usb-it913x-objs = it913x.o +obj-$(CONFIG_DVB_USB_IT913X) += dvb-usb-it913x.o + dvb-usb-lmedm04-objs = lmedm04.o obj-$(CONFIG_DVB_USB_LME2510) += dvb-usb-lmedm04.o |