]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
usb: f_mass_storage: sleep_thread: decrease the interval for check ctrlc()
authorInha Song <ideal.song@samsung.com>
Fri, 22 May 2015 16:14:26 +0000 (18:14 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 22:42:24 +0000 (00:42 +0200)
commitc6813fc62636232243342a506f7ff55f750448cd
tree24f41f188d0bae9fb7d21325ca956785f2e22e88
parent297b2efc5117b91ae3f99594dec29e4249151fab
usb: f_mass_storage: sleep_thread: decrease the interval for check ctrlc()

This change decreases the interval of calls to:
- display busy indicator
- check ctrlc()
- check cable connection

By this change, breaking the UMS command is more easy on Odroid XU3.

Signed-off-by: Inha Song <ideal.song@samsung.com>
Cc: Lukasz Majewski <l.majewski@samsung.com>
Cc: Marek Vasut <marex@denx.de>
drivers/usb/gadget/f_mass_storage.c