diff options
author | Trent Piepho <xyzzy@speakeasy.org> | 2009-06-11 15:21:34 -0700 |
---|---|---|
committer | Trent Piepho <xyzzy@speakeasy.org> | 2009-06-11 15:21:34 -0700 |
commit | 70cded874faac45e4b8c55850cfaccc4112ffc10 (patch) | |
tree | 78d20b38018509653ec73846958e2b151cf4ad1d /linux/drivers/media/dvb/frontends/dvb-pll.h | |
parent | 74c4537b6d3fadad69ae9955994e26ce67bdb454 (diff) | |
download | mediapointer-dvb-s2-70cded874faac45e4b8c55850cfaccc4112ffc10.tar.gz mediapointer-dvb-s2-70cded874faac45e4b8c55850cfaccc4112ffc10.tar.bz2 |
dvb-pll: Add support for Samsung TBMU24112 DVB-S NIM
From: Trent Piepho <xyzzy@speakeasy.org>
Tuner parameters determined from code in flexcop driver. That code rounded
the divisor down instead of to the nearest value. This was probably not
intentional and the dvb-pll version 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 7905f3440..c1035812c 100644 --- a/linux/drivers/media/dvb/frontends/dvb-pll.h +++ b/linux/drivers/media/dvb/frontends/dvb-pll.h @@ -25,6 +25,7 @@ #define DVB_PLL_SAMSUNG_DTOS403IH102A 14 #define DVB_PLL_SAMSUNG_TDTC9251DH0 15 #define DVB_PLL_SAMSUNG_TBDU18132 16 +#define DVB_PLL_SAMSUNG_TBMU24112 17 /** * Attach a dvb-pll to the supplied frontend structure. |