Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jun 2004 17:19:36 +0200 (CEST)
From:      Markus Brueffer <markus@brueffer.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   kern/68049: Add USB Vendor and Product ID for Microtune Bluetooth dongle
Message-ID:  <20040617151936.1D4801FF@maquis.hitnet.rwth-aachen.de>
Resent-Message-ID: <200406171530.i5HFUHIK012571@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         68049
>Category:       kern
>Synopsis:       Add USB Vendor and Product ID for Microtune Bluetooth dongle
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 17 15:30:16 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Markus Brueffer
>Release:        FreeBSD 5.2.1-RELEASE-p5 i386
>Organization:
>Environment:
System: FreeBSD cheops.phoenix 5.2.1-RELEASE-p5 FreeBSD 5.2.1-RELEASE-p5 #5: Tue Apr 20 12:32:58 CEST 2004 brueffer@cheops.phoenix:/usr/obj/usr/src/sys/CHEOPS i386

>Description:
Add new USB vendor and product ID to sys/dev/usb/usbdevs to support the
AIPTEK Class II USB dongle which seems to be a relabled Microtune, Inc
OEM product.

Furthermore http://www.linux-usb.org/usb.ids states, that 0x0f4d is the
vendor ID of Microtune, Inc. 

After adding them, the dongle gets detected by ng_ubt(4).

>How-To-Repeat:
>Fix:

--- usbdevs.diff begins here ---
--- usbdevs.orig	Wed Jun 16 00:18:55 2004
+++ usbdevs	Wed Jun 16 02:46:43 2004
@@ -357,6 +357,7 @@
 vendor PNY		0x0d7d	PNY
 vendor MSI		0x0db0	Micro Star International
 vendor HAWKING		0x0e66	Hawking Technologies
+vendor MICROTUNE	0x0f4d	Microtune, Inc.
 vendor QUALCOMM		0x1004	Qualcomm
 vendor MOTOROLA		0x1063	Motorola
 vendor PLX		0x10b5	PLX
@@ -981,6 +982,9 @@
 
 /* Micro Star International products */
 product MSI BT_DONGLE		0x1967	Bluetooth USB dongle
+
+/* Microtune, Inc. products */
+product MICROTUNE BT_DONGLE	0x1000	Bluetooth USB dongle
 
 /* Mitsumi products */
 product MITSUMI CDRRW		0x0000	CD-R/RW Drive
--- usbdevs.diff ends here ---



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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040617151936.1D4801FF>