mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-28 02:35:28 +00:00
gru: fix the KB scan issue on F3 key
Give F3 more time to charge BUG=chrome-os-partner:60457 BRANCH=gru TEST=manually on gru evt Change-Id: I88ee9bf78445b02473ff2b2873d54b4270e81a4f Reviewed-on: https://chromium-review.googlesource.com/415609 Commit-Ready: Philip Chen <philipchen@chromium.org> Tested-by: Philip Chen <philipchen@chromium.org> Reviewed-by: Shawn N <shawnn@chromium.org>
This commit is contained in:
@@ -146,7 +146,12 @@ const int hibernate_wake_pins_used = ARRAY_SIZE(hibernate_wake_pins);
|
||||
/******************************************************************************/
|
||||
/* Keyboard scan setting */
|
||||
struct keyboard_scan_config keyscan_config = {
|
||||
#ifdef BOARD_KEVIN
|
||||
.output_settle_us = 40,
|
||||
#else
|
||||
/* Extra delay when KSO2 is tied to cr50 */
|
||||
.output_settle_us = 60,
|
||||
#endif
|
||||
.debounce_down_us = 6 * MSEC,
|
||||
.debounce_up_us = 30 * MSEC,
|
||||
.scan_period_us = 1500,
|
||||
|
||||
Reference in New Issue
Block a user