NetBSD/sys/dev/usb/TODO

20 lines
420 B
Plaintext
Raw Normal View History

Some things that need to be done in no particular order:
Implement request timeout and abort in ohci.c.
Implement request abort in uhci.c.
Use the new device attach/detach framework for USB.
Implement isochronous transfer mode.
Implement audio driver.
1999-01-13 01:07:45 +03:00
Do bandwidth accounting.
Use lock manager locks.
Implement a modem driver for the Abstract Control Model.
1999-04-03 22:58:52 +04:00
Implement USB suspend/resume for APM suspend/resume.