Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Do a brain dump of items to do.
details: https://anonhg.NetBSD.org/src/rev/c12cc20df7c5
branches: trunk
changeset: 476133:c12cc20df7c5
user: augustss <augustss%NetBSD.org@localhost>
date: Tue Sep 07 14:58:12 1999 +0000
description:
Do a brain dump of items to do.
diffstat:
sys/dev/usb/TODO | 16 +++++++++++++++-
1 files changed, 15 insertions(+), 1 deletions(-)
diffs (33 lines):
diff -r 65d50a17a36b -r c12cc20df7c5 sys/dev/usb/TODO
--- a/sys/dev/usb/TODO Tue Sep 07 13:56:53 1999 +0000
+++ b/sys/dev/usb/TODO Tue Sep 07 14:58:12 1999 +0000
@@ -15,7 +15,7 @@
Throw out more USBDI gunk.
-Make hub driver note transition between self and bus powered state.
+Make hub driver notice transition between self and bus powered state.
Handle overcurrent conditions.
Make it possible to preallocate DMA buffers to avoid calling the
@@ -25,6 +25,20 @@
Use a TD chain in ohci.c to allow transfers > 8K.
+Add an event mechanism to find out about attach and detach.
+
+Make it possible to open any device in a "generic" way, i.e., like ugen.
+
+Rewrite mouse and keyboard driver to handle devices which use the
+report ID. One way would be to attach ums and ukbd to uhid.
+
+Rotate the QHs for bulk transport to get fairer scheduling.
+
+Change HC drivers to queue multiple request for an endpoint
+to get better performance.
+
+Add generic ucom layer for serial adapters.
+
Document device driver API.
Document HC driver API.
Home |
Main Index |
Thread Index |
Old Index