• R/O
  • SSH
  • HTTPS

uot100: Commit


Commit MetaInfo

Revision5 (tree)
Zeit2008-03-22 14:27:29
Autorpu2008

Log Message

fix frequency min,max

Ändern Zusammenfassung

Diff

--- trunk/uot100/frontends/mtv211.c (revision 4)
+++ trunk/uot100/frontends/mtv211.c (revision 5)
@@ -202,8 +202,8 @@
202202 .info = {
203203 .name = "MTV211",
204204 .type = FE_OFDM,
205- .frequency_min = 0,
206- .frequency_max = 863250000,
205+ .frequency_min = 473000000,
206+ .frequency_max = 767000000,
207207 .frequency_stepsize = 1000000,
208208 .caps = FE_CAN_FEC_1_2 | FE_CAN_FEC_2_3 | FE_CAN_FEC_3_4 |
209209 FE_CAN_FEC_4_5 | FE_CAN_FEC_5_6 | FE_CAN_FEC_6_7 |
Show on old repository browser