From 3ae4c93cd7ed1a26e0a2e851c60ab14a482d7844 Mon Sep 17 00:00:00 2001 From: Markinus Date: Fri, 15 Oct 2010 12:35:45 +0200 Subject: [PATCH] htcleo: add new lighsensor steps Credits to Curious --- arch/arm/mach-msm/board-htcleo-ls.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/mach-msm/board-htcleo-ls.c b/arch/arm/mach-msm/board-htcleo-ls.c index 959f3061..f5e176d0 100644 --- a/arch/arm/mach-msm/board-htcleo-ls.c +++ b/arch/arm/mach-msm/board-htcleo-ls.c @@ -55,7 +55,9 @@ user may be able to adjust time in future static uint16_t lsensor_adc_table[10] = { - 0x000, 0x001, 0x00F, 0x01E, 0x03C, 0x121, 0x190, 0x2BA, 0x26E, 0x3FF + + 0, 10, 30, 60, 100, 160, 250, 355, 465, 598 + };