]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitb310aaa47dbe75aa711dd2328ca9daadb932eec8
tree1d83c8662883c9c8bafa721abf9463624498ec2d
parent02396f8b1c311d278508cbe65037500734ae241b
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