cmd: ums: abort mounting by pressing any key
authorSvyatoslav Ryhel <clamor95@gmail.com>
Mon, 20 Mar 2023 19:01:43 +0000 (21:01 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 30 Mar 2023 19:09:59 +0000 (15:09 -0400)
commita57adacf50d1bc0b5efd85b484a5c52a4c1ebcf1
tree1d83c8662883c9c8bafa721abf9463624498ec2d
parent49b7d69f56d2f0ecb357079708603cf9df0b3699
cmd: ums: abort mounting by pressing any key

This patch introduses config which allows 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.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
cmd/Kconfig
cmd/usb_mass_storage.c