Skip to content

Commit

Permalink
[media] revert patch: HDIC HD29L2 DMB-TH USB2.0 reference design driver
Browse files Browse the repository at this point in the history
I added it by mistake. It is useless as no real hardware.
It even uses even Cypress FX2, general USB bridge chip, default IDs
that makes driver load all FX2 devices having default ID...

Signed-off-by: Antti Palosaari <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
palosaari authored and Mauro Carvalho Chehab committed Jan 15, 2012
1 parent ebe9674 commit 1264000
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 420 deletions.
7 changes: 0 additions & 7 deletions drivers/media/dvb/dvb-usb/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -361,13 +361,6 @@ config DVB_USB_EC168
help
Say Y here to support the E3C EC168 DVB-T USB2.0 receiver.

config DVB_USB_HDIC
tristate "HDIC HD29L2 reference design"
depends on DVB_USB
select DVB_HD29L2 if !DVB_FE_CUSTOMISE
help
Say Y here to support the HDIC HD29L2 reference design.

config DVB_USB_AZ6027
tristate "Azurewave DVB-S/S2 USB2.0 AZ6027 support"
depends on DVB_USB
Expand Down
3 changes: 0 additions & 3 deletions drivers/media/dvb/dvb-usb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,6 @@ obj-$(CONFIG_DVB_USB_FRIIO) += dvb-usb-friio.o
dvb-usb-ec168-objs = ec168.o
obj-$(CONFIG_DVB_USB_EC168) += dvb-usb-ec168.o

dvb-usb-hdic-objs = hdic.o
obj-$(CONFIG_DVB_USB_HDIC) += dvb-usb-hdic.o

dvb-usb-az6027-objs = az6027.o
obj-$(CONFIG_DVB_USB_AZ6027) += dvb-usb-az6027.o

Expand Down
365 changes: 0 additions & 365 deletions drivers/media/dvb/dvb-usb/hdic.c

This file was deleted.

Loading

0 comments on commit 1264000

Please sign in to comment.