usb: thor: add screen support
authorInha Song <ideal.song@samsung.com>
Fri, 11 Oct 2013 08:50:24 +0000 (17:50 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Fri, 8 Apr 2016 02:07:45 +0000 (11:07 +0900)
commitb1b58280f05a1e731304ea3695fcf49658c4fe22
treedd8afeb9387d57fb1902a67d3c7521b646cb796e
parent094cf90585141bee672189d35918f245a8374a35
usb: thor: add screen support

cmd_thordown.c:
- add libtizen header
- change error handling for thor init
- add call to draw_thor_fail_screen() on error

f_thor.c:
- thor_init(): return -EINTR on ctrl+c or if power key was pressed 3 times
- thor_rx_data(): return -EINTR when pressed ctrl+c on data receiving
- add display simple info screen before cable is not connected
- add display download screen when connection is established
- update download progress bar if data receiving

Change-Id: Ia89ef48c6c2faa5eda5dda5c5b3951e675eec03b
Signed-off-by: Inha Song <ideal.song@samsung.com>
Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
cmd/thordown.c
drivers/usb/gadget/f_thor.c