mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-01 21:02:27 +00:00
Some people love to address the EC device nodes by number with ectool, add the special offset for the FP MCU (e.g. '--dev=8'). Addressing it by name already works (e.g. '--name=cros_fp'). Signed-off-by: Vincent Palatin <vpalatin@chromium.org> BRANCH=none BUG=b:35648259 TEST=on Eve, execute 'ectool --dev=8 version' and see a similar result to 'ectool --name=cros_fp version' e.g. "RO version: eve_fp_v1.1.6177-945b19f+ [...]" Change-Id: Ic08e3b7a3ae31b7e1b73bccc8375badf3284b49c Reviewed-on: https://chromium-review.googlesource.com/453179 Commit-Ready: Vincent Palatin <vpalatin@chromium.org> Tested-by: Vincent Palatin <vpalatin@chromium.org> Tested-by: Todd Broch <tbroch@chromium.org> Reviewed-by: Todd Broch <tbroch@chromium.org>