V4L/DVB (12999): Add a driver for Earthsoft PT1
authorMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 23 Aug 2009 03:51:22 +0000 (00:51 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 19 Sep 2009 03:51:41 +0000 (00:51 -0300)
commit3d17fb1be937c8c025fc9f54b4e17e91081e7a4f
tree85e17d239c0bda9ef7c43882c989208c938ea72e
parent98293ef3e54f9f2175f11b4d14c119a2ff753d61
V4L/DVB (12999): Add a driver for Earthsoft PT1

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
<tomy@users.sourceforge.jp> by reverse engineering.

[mchehab@redhat.com: renamed isdb_ts to isdbs_ts to use the current standard]
Signed-off-by: HIRANO Takahito <hiranotaka@zng.info>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/Kconfig
drivers/media/dvb/Makefile
drivers/media/dvb/pt1/Kconfig [new file with mode: 0644]
drivers/media/dvb/pt1/Makefile [new file with mode: 0644]
drivers/media/dvb/pt1/pt1.c [new file with mode: 0644]
drivers/media/dvb/pt1/va1j5jf8007s.c [new file with mode: 0644]
drivers/media/dvb/pt1/va1j5jf8007s.h [new file with mode: 0644]
drivers/media/dvb/pt1/va1j5jf8007t.c [new file with mode: 0644]
drivers/media/dvb/pt1/va1j5jf8007t.h [new file with mode: 0644]