[PATCH] pt1: Support Earthsoft PT2

2010-04-07 Thread hiranotaka
Support Earthsoft PT2. Signed-off-by: HIRANO Takahito diff -r 7c0b887911cf linux/drivers/media/dvb/pt1/pt1.c --- a/linux/drivers/media/dvb/pt1/pt1.c Mon Apr 05 22:56:43 2010 -0400 +++ b/linux/drivers/media/dvb/pt1/pt1.c Wed Apr 07 23:42:41 2010 +0900 @@ -1,5 +1,5 @@ /* - * driver for Earthsoft P

[PATCH] pt1: Support FE_READ_SNR

2009-11-08 Thread hiranotaka
pt1: Support FE_READ_SNR Signed-off-by: HIRANO Takahito diff -r bb412b4e19a0 -r b386a38c7a1e linux/drivers/media/dvb/pt1/va1j5jf8007s.c --- a/linux/drivers/media/dvb/pt1/va1j5jf8007s.cSun Nov 01 03:59:42 2009 +0900 +++ b/linux/drivers/media/dvb/pt1/va1j5jf8007s.cSun Nov 08 17:37

[PATCH] pt1: Fix a compile error on arm

2009-09-20 Thread hiranotaka
The lack of #include caused a compile error on some architectures. Signed-off-by: HIRANO Takahito diff -r 29e4ba1a09bc linux/drivers/media/dvb/pt1/pt1.c --- a/linux/drivers/media/dvb/pt1/pt1.c Sat Sep 19 09:45:22 2009 -0300 +++ b/linux/drivers/media/dvb/pt1/pt1.c Sun Sep 20 20:47:28 2009 +0900 @

[PATCH 2/2] Add a driver for Earthsoft PT1

2009-08-22 Thread hiranotaka
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

[PATCH 1/2] Add the DTV_ISDB_TS_ID property for ISDB_S

2009-08-22 Thread hiranotaka
Add the DTV_ISDB_TS_ID property for ISDB-S In ISDB-S, time-devision duplex is used to multiplexing several waves in the same frequency. Each wave is identified by its own transport stream ID, or TS ID. We need to provide some way to specify this ID from user applications to handle ISDB-S frontend

[PATCH] Add the DTV_ISDB_TS_ID property for ISDB-S

2009-05-07 Thread hiranotaka
frequency. Each wave is identified by its own transport stream ID, or TS ID. We need to provide some way to specify this ID from user applications to handle ISDB-S frontends. This code has been tested with Earthsoft PT1 driver, which is under development at: http://bitbucket.org/hiranotaka/dvb-pt1