Skip to content

Commit

Permalink
[media] it913x ver 1.32 driver moved to dvb-usb-v2
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Malcolm Priestley authored and Mauro Carvalho Chehab committed Aug 14, 2012
1 parent 251658e commit 04b8b21
Show file tree
Hide file tree
Showing 6 changed files with 809 additions and 942 deletions.
7 changes: 7 additions & 0 deletions drivers/media/dvb/dvb-usb-v2/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,13 @@ config DVB_USB_GL861
Say Y here to support the MSI Megasky 580 (55801) DVB-T USB2.0
receiver with USB ID 0db0:5581.

config DVB_USB_IT913X
tristate "ITE IT913X DVB-T USB2.0 support"
depends on DVB_USB_V2
select DVB_IT913X_FE
help
Say Y here to support the ITE IT913X DVB-T USB2.0

config DVB_USB_LME2510
tristate "LME DM04/QQBOX DVB-S USB2.0 support"
depends on DVB_USB_V2
Expand Down
3 changes: 3 additions & 0 deletions drivers/media/dvb/dvb-usb-v2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading

0 comments on commit 04b8b21

Please sign in to comment.