提交 fce61d1d 编写于 作者: M Mauro Carvalho Chehab

media: si2168: fix a comment about firmware version

There's a comment there at s82168 that it is wrong.

With firmware 4.0.11, sleep/resume works well without
need of download it every time. But firmware 4.0.19
needs to be downloaded again after sleep.
Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
上级 02679876
...@@ -614,7 +614,7 @@ static int si2168_sleep(struct dvb_frontend *fe) ...@@ -614,7 +614,7 @@ static int si2168_sleep(struct dvb_frontend *fe)
if (ret) if (ret)
goto err; goto err;
/* Firmware B 4.0-11 or later loses warm state during sleep */ /* Firmware later than B 4.0-11 loses warm state during sleep */
if (dev->version > ('B' << 24 | 4 << 16 | 0 << 8 | 11 << 0)) if (dev->version > ('B' << 24 | 4 << 16 | 0 << 8 | 11 << 0))
dev->warm = false; dev->warm = false;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册