Subject: CVS commit: src/sys/dev/bluetooth
To: None <source-changes@NetBSD.org>
From: Iain Hibbert <plunky@netbsd.org>
List: source-changes
Date: 09/12/2006 18:18:01
Module Name:	src
Committed By:	plunky
Date:		Tue Sep 12 18:18:01 UTC 2006

Modified Files:
	src/sys/dev/bluetooth: bthidev.c

Log Message:
guard against a possible situation where the list of l2cap channels is changed
when the bluetooth code is not expecting it to be. During a disconnect, we can
detach the channel that is being disconnected, but its not really safe to detach
any others.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/dev/bluetooth/bthidev.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.