summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/bluetooth/drivers/ubt/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netgraph/bluetooth/drivers/ubt/TODO')
-rw-r--r--sys/netgraph/bluetooth/drivers/ubt/TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/netgraph/bluetooth/drivers/ubt/TODO b/sys/netgraph/bluetooth/drivers/ubt/TODO
index 90f9d1d..7f840c9 100644
--- a/sys/netgraph/bluetooth/drivers/ubt/TODO
+++ b/sys/netgraph/bluetooth/drivers/ubt/TODO
@@ -6,6 +6,8 @@ $FreeBSD$
The code makes use of ng_send_fn() whenever possible. Just
need to verify and make sure i did it right
+ ** DONE. Seems to work **
+
2) Review USB ATTACH function
It is a bit ugly now. Probably need a better way to discover
@@ -25,6 +27,10 @@ $FreeBSD$
both directions and switch them on the fly. Just to ensure
there at least one transfer at any time ready to run.
+ ** DONE. Needs more testings **
+
4) Currently interrupt transfers are done as bulk-in transfers
Need to check if that is allowed.
+
+ ** DONE. Seems to work **
OpenPOWER on IntegriCloud