[ARM] tegra: Add new als lens coefficients to stingray board file
authorRebecca Schultz Zavin <rebecca@android.com>
Thu, 7 Oct 2010 18:32:25 +0000 (11:32 -0700)
committerRebecca Schultz Zavin <rebecca@android.com>
Thu, 7 Oct 2010 20:38:26 +0000 (13:38 -0700)
Change-Id: I64bc2bcd77294481b5752b4b88fa68860a8e50e9
Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>
arch/arm/mach-tegra/board-stingray-sensors.c

index 7712b527230bf73e7da99a1bd611c08fd7841127..0b685e479e2d86272d2c8269059ab87895022cac 100755 (executable)
@@ -216,9 +216,11 @@ static void stingray_kxtf9_init(void)
 
 struct max9635_platform_data stingray_max9635_pdata = {
        .configure = 0x80,
-       .threshold_timer = 0x14,
-       .def_low_threshold = 0x00,
-       .def_high_threshold = 0x01,
+       .threshold_timer = 0x19,
+       .def_low_threshold = 0xFE,
+       .def_high_threshold = 0xFF,
+       .lens_coeff_h = 7,
+       .lens_coeff_l = 10,
 };
 
 static int stingray_max9635_init(void)