diff options
author | Patrick Boettcher <devnull@localhost> | 2005-05-15 21:29:04 +0000 |
---|---|---|
committer | Patrick Boettcher <devnull@localhost> | 2005-05-15 21:29:04 +0000 |
commit | 296d38d57b95ab75d2ab872fcd0f972fda99b8c5 (patch) | |
tree | bebf43afc6c8fe7590a368b309132ae959aed4c1 /linux/drivers/media/dvb/b2c2/flexcop-reg.h | |
parent | 97f18941269f35788344415a5c423b3414f2051f (diff) | |
download | mediapointer-dvb-s2-296d38d57b95ab75d2ab872fcd0f972fda99b8c5.tar.gz mediapointer-dvb-s2-296d38d57b95ab75d2ab872fcd0f972fda99b8c5.tar.bz2 |
added support for the Broadcom BCM3510 ATSC (8VSB/16VSB & ITU J83 AnnexB FEC QAM64/256) demodulator used
in the first generation of Air2PC ATSC PCI-cards/USB-boxes made by B2C2.
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb/b2c2/flexcop-reg.h')
-rw-r--r-- | linux/drivers/media/dvb/b2c2/flexcop-reg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/b2c2/flexcop-reg.h b/linux/drivers/media/dvb/b2c2/flexcop-reg.h index 5e131be55..75b50f21a 100644 --- a/linux/drivers/media/dvb/b2c2/flexcop-reg.h +++ b/linux/drivers/media/dvb/b2c2/flexcop-reg.h @@ -21,7 +21,8 @@ extern const char *flexcop_revision_names[]; typedef enum { FC_UNK = 0, FC_AIR_DVB, - FC_AIR_ATSC, + FC_AIR_ATSC1, + FC_AIR_ATSC2, FC_SKY, FC_SKY_OLD, FC_CABLE, |