NetBSD/sys/dev/usb/TODO

20 lines
339 B
Plaintext
Raw Normal View History

Some things that need to be done in no particular order:
Implement isochronous transfer mode.
Implement audio driver.
1999-01-13 01:07:45 +03:00
Do bandwidth accounting.
Use lock manager locks.
1999-08-07 19:05:46 +04:00
Use the pool allocator for TDs et al.
Merge soft_td and td in uhci.c.
1999-08-17 00:21:09 +04:00
Redo toggle handling in UHCI driver.
Tidy up transfer completion.
Throw out more USBDI gunk.