head	1.4;
access;
symbols
	RELENG_7_4_0_RELEASE:1.2.36.1
	RELENG_7_4:1.2.0.36
	RELENG_7_4_BP:1.2
	RELENG_7_3_0_RELEASE:1.2.34.1
	RELENG_7_3:1.2.0.34
	RELENG_7_3_BP:1.2
	RELENG_7_2_0_RELEASE:1.2.32.1
	RELENG_7_2:1.2.0.32
	RELENG_7_2_BP:1.2
	RELENG_7_1_0_RELEASE:1.2.30.1
	RELENG_6_4_0_RELEASE:1.2.28.1
	RELENG_7_1:1.2.0.30
	RELENG_7_1_BP:1.2
	RELENG_6_4:1.2.0.28
	RELENG_6_4_BP:1.2
	RELENG_7_0_0_RELEASE:1.2
	RELENG_6_3_0_RELEASE:1.2
	RELENG_7_0:1.2.0.26
	RELENG_7_0_BP:1.2
	RELENG_6_3:1.2.0.24
	RELENG_6_3_BP:1.2
	RELENG_7:1.2.0.22
	RELENG_7_BP:1.2
	RELENG_6_2_0_RELEASE:1.2
	RELENG_6_2:1.2.0.20
	RELENG_6_2_BP:1.2
	RELENG_5_5_0_RELEASE:1.2
	RELENG_5_5:1.2.0.18
	RELENG_5_5_BP:1.2
	RELENG_6_1_0_RELEASE:1.2
	RELENG_6_1:1.2.0.16
	RELENG_6_1_BP:1.2
	RELENG_6_0_0_RELEASE:1.2
	RELENG_6_0:1.2.0.14
	RELENG_6_0_BP:1.2
	RELENG_6:1.2.0.12
	RELENG_6_BP:1.2
	RELENG_5_4_0_RELEASE:1.2
	RELENG_5_4:1.2.0.10
	RELENG_5_4_BP:1.2
	RELENG_5_3_0_RELEASE:1.2
	RELENG_5_3:1.2.0.8
	RELENG_5_3_BP:1.2
	RELENG_5:1.2.0.6
	RELENG_5_BP:1.2
	RELENG_5_2_1_RELEASE:1.2
	RELENG_5_2_0_RELEASE:1.2
	RELENG_5_2:1.2.0.4
	RELENG_5_2_BP:1.2
	RELENG_5_1_0_RELEASE:1.2
	RELENG_5_1:1.2.0.2
	RELENG_5_1_BP:1.2
	RELENG_5_0_0_RELEASE:1.1
	RELENG_5_0:1.1.0.2
	RELENG_5_0_BP:1.1;
locks; strict;
comment	@# @;


1.4
date	2009.05.27.16.29.56;	author thompsa;	state dead;
branches;
next	1.3;

1.3
date	2008.07.11.17.13.43;	author emax;	state Exp;
branches;
next	1.2;

1.2
date	2003.05.10.21.44.39;	author julian;	state Exp;
branches
	1.2.12.1
	1.2.22.1
	1.2.28.1
	1.2.30.1
	1.2.32.1
	1.2.34.1
	1.2.36.1;
next	1.1;

1.1
date	2002.11.20.23.01.56;	author julian;	state Exp;
branches;
next	;

1.2.12.1
date	2012.11.17.07.44.39;	author svnexp;	state Exp;
branches;
next	;

1.2.22.1
date	2012.11.17.08.07.07;	author svnexp;	state Exp;
branches;
next	;

1.2.28.1
date	2008.10.02.02.57.24;	author kensmith;	state Exp;
branches;
next	;

1.2.30.1
date	2008.11.25.02.59.29;	author kensmith;	state Exp;
branches;
next	;

1.2.32.1
date	2009.04.15.03.14.26;	author kensmith;	state Exp;
branches;
next	;

1.2.34.1
date	2010.02.10.00.26.20;	author kensmith;	state Exp;
branches;
next	;

1.2.36.1
date	2010.12.21.17.10.29;	author kensmith;	state Exp;
branches;
next	1.2.36.2;

1.2.36.2
date	2012.11.17.08.17.29;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.4
log
@SVN rev 192903 on 2009-05-27 16:29:56Z by thompsa

Delete the bluetooth drivers for the old usb stack.
@
text
@$Id: TODO,v 1.1 2002/11/24 19:46:56 max Exp $
$FreeBSD: src/sys/netgraph/bluetooth/drivers/ubt/TODO,v 1.3 2008/07/11 17:13:43 emax Exp $

1) SMP/Locking

	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
	USB device configuration.

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) Understand and fix isoc. USB transfers (SCO data)

	Currenty device reports that is got zero bytes and calls
	isoc_in_complete callback over and over again. Why?
	Also might need to setup at least two isoc. transfers in
	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 **
@


1.3
log
@SVN rev 180452 on 2008-07-11 17:13:43Z by emax

Dust off old code for support of USB isochronous transfers.
USB isochronous transfer support is required for Bluetooth SCO.
While i'm here change u_int to uint and update TODO.
This should produce no visible changes unless the device is
broken (or really old).

MFC after:	3 months
@
text
@d2 1
a2 1
$FreeBSD$
@


1.2
log
@Part one of undating the bluetooth code to the newest version

Submitted by:   Maksim Yevmenkin <m_evmenkin@@yahoo.com>
Approved by: re@@
@
text
@d9 2
d30 2
d35 2
@


1.2.22.1
log
@Switch importer
@
text
@d2 1
a2 1
$FreeBSD: stable/7/sys/netgraph/bluetooth/drivers/ubt/TODO 114878 2003-05-10 21:44:42Z julian $
@


1.2.12.1
log
@Switch importer
@
text
@d2 1
a2 1
$FreeBSD: stable/6/sys/netgraph/bluetooth/drivers/ubt/TODO 114878 2003-05-10 21:44:42Z julian $
@


1.2.36.1
log
@SVN rev 216618 on 2010-12-21 17:10:29Z by kensmith

Copy stable/7 to releng/7.4 in preparation for FreeBSD-7.4 release.

Approved by:	re (implicit)
@
text
@@


1.2.36.2
log
@Switch importer
@
text
@d2 1
a2 1
$FreeBSD: releng/7.4/sys/netgraph/bluetooth/drivers/ubt/TODO 114878 2003-05-10 21:44:42Z julian $
@


1.2.34.1
log
@SVN rev 203736 on 2010-02-10 00:26:20Z by kensmith

Copy stable/7 to releng/7.3 as part of the 7.3-RELEASE process.

Approved by:	re (implicit)
@
text
@@


1.2.32.1
log
@SVN rev 191087 on 2009-04-15 03:14:26Z by kensmith

Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.

Approved by:	re (implicit)
@
text
@@


1.2.30.1
log
@SVN rev 185281 on 2008-11-25 02:59:29Z by kensmith

Create releng/7.1 in preparation for moving into RC phase of 7.1 release
cycle.

Approved by:	re (implicit)
@
text
@@


1.2.28.1
log
@SVN rev 183531 on 2008-10-02 02:57:24Z by kensmith

Create releng/6.4 from stable/6 in preparation for 6.4-RC1.

Approved by:	re (implicit)
@
text
@@


1.1
log
@The second try a committing the bluetooth code
Has been seen to work on several cards and communicating with
several mobile phones to use them as modems etc.

We are still talking with 3com to try get them to allow us to include
the firmware for their pccard in the driver but the driver is here..
In the mean time
it can be downloaded from the 3com website and loaded using the utility
bt3cfw(8) (supplied) (instructions in the man page)

Not yet linked to the build

Submitted by:	Maksim Yevmenkin <myevmenk@@exodus.net>
Approved by:	re
@
text
@d1 2
a2 2
# $FreeBSD$
$Id: TODO,v 1.1.1.1 2002/06/09 20:21:47 max Exp $
@

