| commit | 90acb85fb48372f30e0a2f6d516d2285faea6e6c | [log] [tgz] |
|---|---|---|
| author | Mauro Carvalho Chehab <mchehab@redhat.com> | Wed Jul 04 02:00:00 2012 -0300 |
| committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Wed Jul 04 02:01:07 2012 -0300 |
| tree | 8a9338977d43745a716fe4f429f671b450df9640 | |
| parent | 030755bde42bbed133182b0ece7c7a9c759478e8 [diff] |
[media] tuner-xc2028: Fix signal strength report There are several bugs at the signal strength algorithm: - It is using logical OR, instead of bit OR; - It doesn't wait up to 18 ms as it should; - the strength range is not ok. Rework on it, in order to make it work. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>