aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src/usbh/TODO.txt
diff options
context:
space:
mode:
authorDiego Ismirlian <dismirlian (at) google's mail.com>2017-07-16 18:38:59 -0300
committerDiego Ismirlian <dismirlian (at) google's mail.com>2017-07-16 18:38:59 -0300
commit7bf4908f231061ab909c086722ead46dd7df87f9 (patch)
tree644fbdb77837ce44e59dea994de53a292de086fb /os/hal/src/usbh/TODO.txt
parentd395dde065b77506a0883918af4bd48005e5df7c (diff)
downloadChibiOS-Contrib-7bf4908f231061ab909c086722ead46dd7df87f9.tar.gz
ChibiOS-Contrib-7bf4908f231061ab909c086722ead46dd7df87f9.tar.bz2
ChibiOS-Contrib-7bf4908f231061ab909c086722ead46dd7df87f9.zip
USBH: HID: Implement synchronization
Diffstat (limited to 'os/hal/src/usbh/TODO.txt')
-rw-r--r--os/hal/src/usbh/TODO.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/os/hal/src/usbh/TODO.txt b/os/hal/src/usbh/TODO.txt
index 4d9d1bb..c3dd4a8 100644
--- a/os/hal/src/usbh/TODO.txt
+++ b/os/hal/src/usbh/TODO.txt
@@ -2,6 +2,13 @@ In decreasing order of priority:
Bugs:
- Synchronization on driver unload between usbhMainLoop and driver APIs
+ - MSD: ok
+ - AOA: not done
+ - HUB: ok
+ - FTDI: not done
+ - HID: ok
+ - UVC: not done
+
Enhancements:
- Way to return error from the load() functions in order to stop the enumeration process