[linuxtv-cvs] dvb-kernel
Patrick Boettcher via CVS
pb at linuxtv.org
Tue Jul 12 19:19:28 CEST 2005
CVSROOT: /cvs/linuxtv
Module name: dvb-kernel
Changes by: pb 20050712 19:19:28
Modified files:
linux/drivers/media/dvb/frontends: mt352.c
Log message:
Here is a patch to fix two problems with the signal strength value in the mt352.c frontend:
1. the 4 most significant bits are zeroed - shift and mask wrong way round
2. Need to align the 12 bits from the registers at the top of the 16 bit
returned value - otherwise the range is not 0 to 0xffff its 0xf000 to 0xffff
Signed-off-by: Barry Scott <barry.scott at onelan.co.uk>
More information about the linuxtv-cvs
mailing list