aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/bluetooth/TODO.TXT
blob: b0d6695ca9db29d9bf95a7de94c4cca37bb4100f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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.