diff options
author | Trent Piepho <xyzzy@speakeasy.org> | 2009-06-11 15:24:00 -0700 |
---|---|---|
committer | Trent Piepho <xyzzy@speakeasy.org> | 2009-06-11 15:24:00 -0700 |
commit | ed6182953e804ff70ba2fc087dfe131498f00278 (patch) | |
tree | 2b1dcb8e599dc526081e8701c46ea82a040b1fa6 /linux/drivers/media/dvb/frontends/dvb-pll.h | |
parent | 70cded874faac45e4b8c55850cfaccc4112ffc10 (diff) | |
download | mediapointer-dvb-s2-ed6182953e804ff70ba2fc087dfe131498f00278.tar.gz mediapointer-dvb-s2-ed6182953e804ff70ba2fc087dfe131498f00278.tar.bz2 |
dvb-pll: Add support for Alps TDEE4 DVB-C NIM
From: Trent Piepho <xyzzy@speakeasy.org>
No datasheet, data take from code in flexcop driver. That code rounded
down the divisor rather than rounding to nearest, which was probably not
intentional and the dvb-pll code will round to nearest.
Priority: normal
Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/dvb-pll.h')
-rw-r--r-- | linux/drivers/media/dvb/frontends/dvb-pll.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/dvb-pll.h b/linux/drivers/media/dvb/frontends/dvb-pll.h index c1035812c..086964344 100644 --- a/linux/drivers/media/dvb/frontends/dvb-pll.h +++ b/linux/drivers/media/dvb/frontends/dvb-pll.h @@ -26,6 +26,7 @@ #define DVB_PLL_SAMSUNG_TDTC9251DH0 15 #define DVB_PLL_SAMSUNG_TBDU18132 16 #define DVB_PLL_SAMSUNG_TBMU24112 17 +#define DVB_PLL_TDEE4 18 /** * Attach a dvb-pll to the supplied frontend structure. |