Updated HTC (markdown)
authorOleksij Rempel <linux@rempel-privat.de>
Sat, 27 Jul 2013 06:32:48 +0000 (23:32 -0700)
committerOleksij Rempel <linux@rempel-privat.de>
Sat, 27 Jul 2013 06:32:48 +0000 (23:32 -0700)
HTC.md

diff --git a/HTC.md b/HTC.md
index b8ffe75ea43ad94cecef0429f40b08f0a93d29c5..560be11265de2c12b81994860556e5b6c6634986 100644 (file)
--- a/HTC.md
+++ b/HTC.md
@@ -31,4 +31,9 @@ Current htc_frame_header accept fallowing flags:
 
 I suggest to add two more:  
 * HTC_FLAGS_EXCEPTION - target firmware filed and can't continue to work... with other words, we have a bug and should fix it.
-* HTC_FLAGS_DMESG - send some debug information to the host.
\ No newline at end of file
+* HTC_FLAGS_DMESG - send some debug information to the host.
+
+In case of exception best what we can do is to gather as match as possible debug information. And find some way to rest target:
+- reboot - we need running firmware. won't reinit hardware. (some times we need it)
+- cold reboot - we need running firmware. will force host to send disconnect event (driver will be automatically reloaded)
+- usb reset - not always working?