diff options
Diffstat (limited to 'sys/dev/usb/TODO')
-rw-r--r-- | sys/dev/usb/TODO | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/dev/usb/TODO b/sys/dev/usb/TODO index e2e87db45fb..4d578b946dd 100644 --- a/sys/dev/usb/TODO +++ b/sys/dev/usb/TODO @@ -41,15 +41,11 @@ uaudio problems: test with more devices Stylistic changes: - use NULL not 0 - declare all local definitions static - rename s/request/xfer/ use usb_ and usbd_ consistently - rename s/r/err/ - use implicit test for no err - indent continuation lines according to KNF rearrange the contents and names of some files (Nick) Document device driver API. Document HC driver API. + +Handle CLEAR_ENPOINT_STALL centrally. |