[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#289706: Bluetooth device spews console errors after reboot



Package: kernel
Version: 2.6.10-3
Severity: normal
Tags: patch

I have an Apple Bluetooth mouse.  When the mouse is connected and
working, then I reboot, the mouse seems to still believe it is
connected.  I don't know if that's a bug or not.

What is a bug, however, is that the Bluetooth device can spam my console
and logs with every packet it sends (i.e. moving the mouse).  Attached
is a patch to make this debugging output, rather than errors.

-- 
Ian Gulliver
Penguin Hosting
"Failure is not an option; it comes bundled with your Microsoft products."
diff -udr kernel-source-2.6.10/net/bluetooth/hci_core.c kernel-source-2.6.10-hcifix/net/bluetooth/hci_core.c
--- kernel-source-2.6.10/net/bluetooth/hci_core.c	2004-12-24 16:34:27.000000000 -0500
+++ kernel-source-2.6.10-hcifix/net/bluetooth/hci_core.c	2005-01-10 11:00:53.000000000 -0500
@@ -1284,7 +1284,7 @@
 			return;
 		}
 	} else {
-		BT_ERR("%s ACL packet for unknown connection handle %d", 
+		BT_DBG("%s ACL packet for unknown connection handle %d", 
 			hdev->name, handle);
 	}
 

Attachment: signature.asc
Description: Digital signature


Reply to: