From tim@cuba.calyx.nl  Thu Jan 13 15:38:55 2005
Return-Path: <tim@cuba.calyx.nl>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D0E0716A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 13 Jan 2005 15:38:55 +0000 (GMT)
Received: from cuba.calyx.nl (cuba.calyx.nl [213.130.163.36])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 944E443D53
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 13 Jan 2005 15:38:55 +0000 (GMT)
	(envelope-from tim@cuba.calyx.nl)
Received: by cuba.calyx.nl (Postfix, from userid 1010)
	id 7F24B75307A; Thu, 13 Jan 2005 16:38:54 +0100 (CET)
Message-Id: <20050113153854.7F24B75307A@cuba.calyx.nl>
Date: Thu, 13 Jan 2005 16:38:54 +0100 (CET)
From: Tim Hemel <bsd@timit.nl>
Reply-To: Tim Hemel <bsd@timit.nl>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] support for AVM BlueFritz! USB bluetooth adapter
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         76205
>Category:       kern
>Synopsis:       [patch] support for AVM BlueFritz! USB bluetooth adapter
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bluetooth
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 13 15:40:16 GMT 2005
>Closed-Date:    Tue May 10 16:29:16 GMT 2005
>Last-Modified:  Tue May 10 16:29:16 GMT 2005
>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@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:
Responsible-Changed-From-To: freebsd-bugs->freebsd-bluetooth 
Responsible-Changed-By: arved 
Responsible-Changed-When: Tue May 10 13:28:08 GMT 2005 
Responsible-Changed-Why:  
over to freebsd-bluetooth mailinglist 

http://www.freebsd.org/cgi/query-pr.cgi?pr=76205 
State-Changed-From-To: open->closed 
State-Changed-By: emax 
State-Changed-When: Tue May 10 16:28:24 GMT 2005 
State-Changed-Why:  
Patch was committed to -current. MFC to RELENG_5 in 1 week. PR closed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=76205 
>Unformatted:
