Date: Thu, 13 Jan 2005 16:38:54 +0100 (CET) From: Tim Hemel <bsd@timit.nl> To: FreeBSD-gnats-submit@FreeBSD.org Subject: kern/76205: [patch] support for AVM BlueFritz! USB bluetooth adapter Message-ID: <20050113153854.7F24B75307A@cuba.calyx.nl> Resent-Message-ID: <200501131540.j0DFeHc4083618@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050113153854.7F24B75307A>
