kern/76205: [patch] support for AVM BlueFritz! USB bluetooth adapter

Tim Hemel bsd at timit.nl
Thu Jan 13 07:40:17 PST 2005


>Number:         76205
>Category:       kern
>Synopsis:       [patch] support for AVM BlueFritz! USB bluetooth adapter
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 13 15:40:16 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Tim Hemel
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
none
>Environment:
System: FreeBSD disneyland 5.3-STABLE FreeBSD 5.3-STABLE #0: Mon Jan 10 02:54:25 CET 2005     root at disneyland:/usr/src/sys/i386/compile/DISNEYLAND  i386
>Description:
	The AVM BlueFritz! USB bluetooth adapter is not supported. The patch
	was found online but not yet sent as a pr.

>How-To-Repeat:
	n/a
>Fix:
	Apply the following patch:

--- ubt.patch begins here ---
--- netgraph/bluetooth/drivers/ubt/ng_ubt.c.orig	Mon Jan 10 01:23:37 2005
+++ netgraph/bluetooth/drivers/ubt/ng_ubt.c	Mon Jan 10 02:43:28 2005
@@ -313,6 +313,7 @@
 	 */
 
 	Static struct usb_devno const	ubt_broken_devices[] = {
+		{ 0x057C, 0x3800 }, /* AVM USB Bluetooth-Adapter BlueFritz! USB */
 		{ 0, 0 } /* This should be the last item in the list */
 	};
 
--- ubt.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list