[PATCH v4 0/1] CMD commands improvements

Svyatoslav Ryhel clamor95 at gmail.com
Mon Mar 20 20:01:42 CET 2023


- add ability for 'ums' command to interrupt run of usb
mass storage with any key. This is especially useful on
devices with limited input capabilities like tablets and
smatphones which have only gpio keys in direct access.
Current implementation uses Kconfig entry.

Changelog from v3
- re-send after month

Changelog from v2
- fix stuck of ums due to getchar loop. Now getchar is
called after tstc check.

Changelog from v1
- 'continue' command commit was dropped as there already
exists 'pause' command with same function.
- UMS_ABORT_KEYED renamed to CMD_UMS_ABORT_KEYED

Svyatoslav Ryhel (1):
  cmd: ums: abort mounting by pressing any key

 cmd/Kconfig            |  6 ++++++
 cmd/usb_mass_storage.c | 10 ++++++++++
 2 files changed, 16 insertions(+)

-- 
2.37.2



More information about the U-Boot mailing list