From a2bc08a4bec0c13d9133e5151f68cc58f9f51c39 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Sun, 23 Aug 2009 03:51:22 +0000 Subject: Add a driver for Earthsoft PT1 From: Mauro Carvalho Chehab Add a driver for Earthsoft PT1 Eearthsoft PT1 is a PCI card for Japanese broadcasting with two ISDB-S and ISDB-T demodulators. This card has neither MPEG decoder nor conditional access module onboard. It transmits only compressed and possibly encrypted MPEG data over the PCI bus, so you need an external software decoder and a decrypter to watch TV on your computer. This driver is originally developed by Tomoaki Ishikawa by reverse engineering. Priority: normal [mchehab@redhat.com: renamed isdb_ts to isdbs_ts to use the current standard] Signed-off-by: HIRANO Takahito Signed-off-by: Mauro Carvalho Chehab --- linux/drivers/media/dvb/pt1/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 linux/drivers/media/dvb/pt1/Makefile (limited to 'linux/drivers/media/dvb/pt1/Makefile') diff --git a/linux/drivers/media/dvb/pt1/Makefile b/linux/drivers/media/dvb/pt1/Makefile new file mode 100644 index 000000000..a66da17bb --- /dev/null +++ b/linux/drivers/media/dvb/pt1/Makefile @@ -0,0 +1,5 @@ +earth-pt1-objs := pt1.o va1j5jf8007s.o va1j5jf8007t.o + +obj-$(CONFIG_DVB_PT1) += earth-pt1.o + +EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core -Idrivers/media/dvb/frontends -- cgit v1.2.3