summaryrefslogtreecommitdiff
path: root/common/lb_common.c
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2014-11-05 08:45:42 -0800
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-11-06 02:28:18 +0000
commitf0809a23997d66265e625d23ebef8dba1465732f (patch)
treeacc706f57f088b42d26a25e7c4aeaf42f99e681a /common/lb_common.c
parent4bbbf044373605938050f7dc0e680eea38278cd9 (diff)
downloadchrome-ec-f0809a23997d66265e625d23ebef8dba1465732f.tar.gz
Re-Calibrated lightbar values for Samus & Ryu
New values from lab testing with slightly higher intensity. BUG=chrome-os-partner:33017 BRANCH=ToT,samus,ryu TEST=manual ectool lightbar brightness ff ectool lightbar seq s3s0 ectool lightbar Resulting current levels: 15 00 2d 16 2a 0a 17 26 13 18 10 0b 19 10 26 1a 1b 0d Change-Id: I118bf2fda3dee67b27c5d6a5825b7a9a96dc66dd Signed-off-by: Bill Richardson <wfrichar@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/227515 Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'common/lb_common.c')
-rw-r--r--common/lb_common.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/lb_common.c b/common/lb_common.c
index 533ebbfa71..2e04a2fabd 100644
--- a/common/lb_common.c
+++ b/common/lb_common.c
@@ -67,9 +67,9 @@ static inline uint8_t controller_read(int ctrl_num, uint8_t reg)
* Samus LEDs can handle much higher currents, but these constants were
* calibrated to provide uniform intensity at the level used by Link.
* See crosbug.com/p/33017 before making any changes. */
-#define MAX_RED 0x28
-#define MAX_GREEN 0x24
-#define MAX_BLUE 0x34
+#define MAX_RED 0x34
+#define MAX_GREEN 0x2c
+#define MAX_BLUE 0x40
#endif
#ifdef BOARD_HOST
/* For testing only */