提交 c0a182b6 编写于 作者: W Walter Cheuk 提交者: Mauro Carvalho Chehab

[media] tv tuner max2165 driver: extend frequency range

Extend the frequency range to cover Hong Kong's digital TV broadcasting;
RTHK TV uses 802MHz and is not covered now. Tested on my TV tuner card
"MyGica X8558 Pro".
Signed-off-by: NWalter Cheuk <wwycheuk@gmail.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@osg.samsung.com>
上级 b446631c
...@@ -385,7 +385,7 @@ static const struct dvb_tuner_ops max2165_tuner_ops = { ...@@ -385,7 +385,7 @@ static const struct dvb_tuner_ops max2165_tuner_ops = {
.info = { .info = {
.name = "Maxim MAX2165", .name = "Maxim MAX2165",
.frequency_min = 470000000, .frequency_min = 470000000,
.frequency_max = 780000000, .frequency_max = 862000000,
.frequency_step = 50000, .frequency_step = 50000,
}, },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册