Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330834
b: refs/heads/master
c: 04b8b21
h: refs/heads/master
v: v3
  • Loading branch information
Malcolm Priestley authored and Mauro Carvalho Chehab committed Aug 14, 2012
1 parent 331b7d5 commit 02df2bc
Show file tree
Hide file tree
Showing 7 changed files with 810 additions and 943 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 251658e5185e69bd8563737e94d877fed788bfb5
refs/heads/master: 04b8b21d2ce8a33acd4b13f771b2fb85d952ff08
7 changes: 7 additions & 0 deletions trunk/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 trunk/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 02df2bc

Please sign in to comment.