From 6ce48b8fc42c1606b092ec7c39ce13327872d42f Mon Sep 17 00:00:00 2001 From: Praveen Bharathi Date: Tue, 23 Nov 2010 21:49:45 -0600 Subject: [PATCH] [ARM] tegra: stingray: Improve ALS reporting accuracy Signed-off-by: Praveen Bharathi --- arch/arm/mach-tegra/board-stingray-sensors.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) -- 2.34.1