From: Mauro Carvalho Chehab Date: Wed, 4 Jul 2012 05:00:00 +0000 (-0300) Subject: [media] tuner-xc2028: Fix signal strength report X-Git-Tag: v3.6-rc1~40^2^2~103 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90acb85fb48372f30e0a2f6d516d2285faea6e6c;p=pandora-kernel.git [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 --- Reading git-diff-tree failed