diff options
author | Randall Spangler <rspangler@chromium.org> | 2013-03-29 10:41:51 -0700 |
---|---|---|
committer | ChromeBot <chrome-bot@google.com> | 2013-03-29 15:39:32 -0700 |
commit | 49b9c0faa93129d35f674f12efde27b8d4e9006c (patch) | |
tree | 42b487979f15f694242b9b9a2924e30b2537907e /test | |
parent | c2b9d1d8c25072a98247509a6e9fcc826a683255 (diff) | |
download | chrome-ec-49b9c0faa93129d35f674f12efde27b8d4e9006c.tar.gz |
Rename I8042CMD task to KEYPROTO
Since it's really the keyboard protocol task, not just handling i8042
commands. For consistency across keyboard protocols.
No functional changes, just renaming.
BUG=chrome-os-partner:18360
BRANCH=none
TEST=boot link and type on keyboard
Change-Id: I800a691a344f82bf582693cae865414b7d5d382a
Signed-off-by: Randall Spangler <rspangler@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/46885
Reviewed-by: Bill Richardson <wfrichar@chromium.org>
Diffstat (limited to 'test')
-rw-r--r-- | test/charging.tasklist | 2 | ||||
-rw-r--r-- | test/kb_debounce.tasklist | 2 | ||||
-rw-r--r-- | test/kb_deghost.tasklist | 2 | ||||
-rw-r--r-- | test/power_button.tasklist | 2 | ||||
-rw-r--r-- | test/scancode.tasklist | 2 | ||||
-rw-r--r-- | test/typematic.tasklist | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/test/charging.tasklist b/test/charging.tasklist index d88924ff00..503b311eff 100644 --- a/test/charging.tasklist +++ b/test/charging.tasklist @@ -19,7 +19,7 @@ TASK(VBOOTHASH, vboot_hash_task, NULL, TASK_STACK_SIZE) \ TASK(CHARGER, charge_state_machine_task, NULL, TASK_STACK_SIZE) \ TASK(CHIPSET, chipset_task, NULL, TASK_STACK_SIZE) \ - TASK(I8042CMD, i8042_command_task, NULL, TASK_STACK_SIZE) \ + TASK(KEYPROTO, keyboard_protocol_task, NULL, TASK_STACK_SIZE) \ TASK(KEYSCAN, keyboard_scan_task, NULL, TASK_STACK_SIZE) \ TASK(SWITCH, switch_task, NULL, TASK_STACK_SIZE) \ TASK(HOSTCMD, host_command_task, NULL, TASK_STACK_SIZE) \ diff --git a/test/kb_debounce.tasklist b/test/kb_debounce.tasklist index e145fa5fb3..5426127316 100644 --- a/test/kb_debounce.tasklist +++ b/test/kb_debounce.tasklist @@ -17,7 +17,7 @@ TASK(HOOKS, hook_task, NULL, TASK_STACK_SIZE) \ TASK(VBOOTHASH, vboot_hash_task, NULL, TASK_STACK_SIZE) \ TASK(CHIPSET, chipset_task, NULL, TASK_STACK_SIZE) \ - TASK(I8042CMD, i8042_command_task, NULL, TASK_STACK_SIZE) \ + TASK(KEYPROTO, keyboard_protocol_task, NULL, TASK_STACK_SIZE) \ TASK(KEYSCAN, keyboard_scan_task, NULL, TASK_STACK_SIZE) \ TASK(SWITCH, switch_task, NULL, TASK_STACK_SIZE) \ TASK(HOSTCMD, host_command_task, NULL, TASK_STACK_SIZE) \ diff --git a/test/kb_deghost.tasklist b/test/kb_deghost.tasklist index 7f23a05429..029c6867c1 100644 --- a/test/kb_deghost.tasklist +++ b/test/kb_deghost.tasklist @@ -18,7 +18,7 @@ TASK(HOOKS, hook_task, NULL, TASK_STACK_SIZE) \ TASK(VBOOTHASH, vboot_hash_task, NULL, TASK_STACK_SIZE) \ TASK(CHIPSET, chipset_task, NULL, TASK_STACK_SIZE) \ - TASK(I8042CMD, i8042_command_task, NULL, TASK_STACK_SIZE) \ + TASK(KEYPROTO, keyboard_protocol_task, NULL, TASK_STACK_SIZE) \ TASK(KEYSCAN, keyboard_scan_task, NULL, TASK_STACK_SIZE) \ TASK(SWITCH, switch_task, NULL, TASK_STACK_SIZE) \ TASK(HOSTCMD, host_command_task, NULL, TASK_STACK_SIZE) \ diff --git a/test/power_button.tasklist b/test/power_button.tasklist index cfc2b2f74f..49e59b7786 100644 --- a/test/power_button.tasklist +++ b/test/power_button.tasklist @@ -18,7 +18,7 @@ TASK(HOOKS, hook_task, NULL, TASK_STACK_SIZE) \ TASK(VBOOTHASH, vboot_hash_task, NULL, TASK_STACK_SIZE) \ TASK(CHIPSET, chipset_task, NULL, TASK_STACK_SIZE) \ - TASK(I8042CMD, i8042_command_task, NULL, TASK_STACK_SIZE) \ + TASK(KEYPROTO, keyboard_protocol_task, NULL, TASK_STACK_SIZE) \ TASK(SWITCH, switch_task, NULL, TASK_STACK_SIZE) \ TASK(KEYSCAN, keyboard_scan_task, NULL, TASK_STACK_SIZE) \ TASK(HOSTCMD, host_command_task, NULL, TASK_STACK_SIZE) \ diff --git a/test/scancode.tasklist b/test/scancode.tasklist index 01553b7eef..ac4d539bc8 100644 --- a/test/scancode.tasklist +++ b/test/scancode.tasklist @@ -18,7 +18,7 @@ TASK(HOOKS, hook_task, NULL, TASK_STACK_SIZE) \ TASK(VBOOTHASH, vboot_hash_task, NULL, TASK_STACK_SIZE) \ TASK(CHIPSET, chipset_task, NULL, TASK_STACK_SIZE) \ - TASK(I8042CMD, i8042_command_task, NULL, TASK_STACK_SIZE) \ + TASK(KEYPROTO, keyboard_protocol_task, NULL, TASK_STACK_SIZE) \ TASK(KEYSCAN, keyboard_scan_task, NULL, TASK_STACK_SIZE) \ TASK(SWITCH, switch_task, NULL, TASK_STACK_SIZE) \ TASK(HOSTCMD, host_command_task, NULL, TASK_STACK_SIZE) \ diff --git a/test/typematic.tasklist b/test/typematic.tasklist index 7f23a05429..029c6867c1 100644 --- a/test/typematic.tasklist +++ b/test/typematic.tasklist @@ -18,7 +18,7 @@ TASK(HOOKS, hook_task, NULL, TASK_STACK_SIZE) \ TASK(VBOOTHASH, vboot_hash_task, NULL, TASK_STACK_SIZE) \ TASK(CHIPSET, chipset_task, NULL, TASK_STACK_SIZE) \ - TASK(I8042CMD, i8042_command_task, NULL, TASK_STACK_SIZE) \ + TASK(KEYPROTO, keyboard_protocol_task, NULL, TASK_STACK_SIZE) \ TASK(KEYSCAN, keyboard_scan_task, NULL, TASK_STACK_SIZE) \ TASK(SWITCH, switch_task, NULL, TASK_STACK_SIZE) \ TASK(HOSTCMD, host_command_task, NULL, TASK_STACK_SIZE) \ |