From: Oleksij Rempel Date: Sat, 27 Jul 2013 06:32:48 +0000 (-0700) Subject: Updated HTC (markdown) X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a0c303897dbd4cd3e92b6c8c2eb029237cab3f5c;p=librecmc%2Fopen-ath9k-htc-firmware.wiki.git Updated HTC (markdown) --- diff --git a/HTC.md b/HTC.md index b8ffe75..560be11 100644 --- 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?