summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/bluetooth/TODO.TXT
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2009-02-23 18:31:00 +0000
committerthompsa <thompsa@FreeBSD.org>2009-02-23 18:31:00 +0000
commit111a707d99983acd73c4212036000aa3e88425b6 (patch)
tree691e9b9009214e6138d3913e4c022c897e386667 /sys/dev/usb/bluetooth/TODO.TXT
parent124e83aa64b26f6b00736a45c3e25dfda8c7060e (diff)
downloadFreeBSD-src-111a707d99983acd73c4212036000aa3e88425b6.zip
FreeBSD-src-111a707d99983acd73c4212036000aa3e88425b6.tar.gz
Move the new USB stack into its new home.
Diffstat (limited to 'sys/dev/usb/bluetooth/TODO.TXT')
-rw-r--r--sys/dev/usb/bluetooth/TODO.TXT18
1 files changed, 18 insertions, 0 deletions
diff --git a/sys/dev/usb/bluetooth/TODO.TXT b/sys/dev/usb/bluetooth/TODO.TXT
new file mode 100644
index 0000000..b0d6695
--- /dev/null
+++ b/sys/dev/usb/bluetooth/TODO.TXT
@@ -0,0 +1,18 @@
+$Id: TODO,v 1.1 2002/11/24 19:46:56 max Exp $
+$FreeBSD$
+
+1) SMP/Locking
+
+ The code makes use of ng_send_fn() whenever possible. Just
+ need to verify and make sure i did it right
+
+2) Firmware upgrade
+
+ According to Bluetooth spec device may present third interface
+ to perform firmware upgrade. 3Com USB Bluetooth dongle has
+ such interface. Need to implement set of Netgraph messages.
+
+3) Isochronous USB transfers (SCO data)
+
+ Tried to fix isochrounous transfers, which are still disabled
+ by default.
OpenPOWER on IntegriCloud