diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 1999-12-26 14:59:34 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 1999-12-26 14:59:34 +0000 |
commit | b8e9283b520a702ec78820987d345436e3cec20f (patch) | |
tree | c6992a7219eaff177c094b81a886e22872ff483c | |
parent | a1ec8b00f4027dea593f02b22fc484a369b20d9e (diff) |
sync w/ NetBSD
-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. |