| Index: utility/crossystem_main.c
|
| diff --git a/utility/crossystem_main.c b/utility/crossystem_main.c
|
| index d6e0b8b651dd87b3a12811fbe903c1629273d0d3..7a1c1b515c258768ca939561ef5b6b14370efae9 100644
|
| --- a/utility/crossystem_main.c
|
| +++ b/utility/crossystem_main.c
|
| @@ -32,6 +32,11 @@ const Param sys_param_list[] = {
|
| {"hwid", 1, 0, "Hardware ID"},
|
| {"fwid", 1, 0, "Active firmware ID"},
|
| {"ro_fwid", 1, 0, "Read-only firmware ID"},
|
| + /* Writable integers */
|
| + {"recovery_request", 0, 1, "Recovery mode request (writable)"},
|
| + {"dbg_reset", 0, 1, "Debug reset mode request (writable)"},
|
| + {"fwb_tries", 0, 1, "Try firmware B count (writable)"},
|
| +
|
| /* Terminate with null name */
|
| {NULL, 0, 0, NULL}
|
| };
|
|
|