From: Praveen Bharathi Date: Wed, 24 Nov 2010 03:49:45 +0000 (-0600) Subject: [ARM] tegra: stingray: Improve ALS reporting accuracy X-Git-Tag: firefly_0821_release~9834^2~305 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6ce48b8fc42c1606b092ec7c39ce13327872d42f;p=firefly-linux-kernel-4.4.55.git [ARM] tegra: stingray: Improve ALS reporting accuracy Signed-off-by: Praveen Bharathi --- diff --git a/arch/arm/mach-tegra/board-stingray-sensors.c b/arch/arm/mach-tegra/board-stingray-sensors.c index 568473a8231d..34643fa46748 100755 --- a/arch/arm/mach-tegra/board-stingray-sensors.c +++ b/arch/arm/mach-tegra/board-stingray-sensors.c @@ -226,8 +226,7 @@ struct max9635_platform_data stingray_max9635_pdata = { .threshold_timer = 0x19, .def_low_threshold = 0xFE, .def_high_threshold = 0xFF, - .lens_coeff_h = 7, - .lens_coeff_l = 10, + .lens_coeff = 20, }; static int stingray_max9635_init(void)