Date: Wed, 1 Jan 2003 17:06:11 -0800 (PST) From: Damjan Marion <dmarion@iskon.hr> To: FreeBSD-gnats-submit@FreeBSD.org Subject: kern/46677: Wrong vendor and device defines in ng_ubt.h, shoud go to usbdevs Message-ID: <20030102010611.C3B5743EC5@mx1.FreeBSD.org>
next in thread | raw e-mail | index | archive | help
>Number: 46677
>Category: kern
>Synopsis: Wrong vendor and device defines in ng_ubt.h, shoud go to usbdevs
>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: Wed Jan 01 17:10:01 PST 2003
>Closed-Date:
>Last-Modified:
>Originator: Damjan Marion
>Release: FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD nafta.local 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Wed Jan 1 15:05:04 CET 2003 root@nafta.local:/usr/src/sys/i386/compile/NAFTA i386
>Description:
In sys/netgraph/bluetooth/include/ng_ubt.h are defines for USB vendors and defines that should be moved to usbdevs.
USB Vendor ID 0x0a12 is assigned to CSR (Cambridge Silicon Radio), not EPOX.
>How-To-Repeat:
>Fix:
Add to usbdevs:
vendor CSR 0x0a12 Cambridge Silicon Radio Ltd.
vendor MSI 0x0db0 Micro-Star Int'l CO., Ltd.
product CSR BLUECORE01B 0x0001 BlueCore01b Bluetooth USB Dongle
product 3COM 3CREB96 0x00a0 3Com Bluetooth USB dongle
product MITSUMI BT_DONGLE 0x641f Mitsumi Bluetooth USB dongle
product TDK BT_DONGLE 0x0309 TDK Bluetooth USB dongle
product MSI BT_DONGLE 0x1967 MSI Bluetooth USB dongle
product BROADCOM DBW_120M 0x2033 DBW 120M USB dongle
Remove from sys/netgraph/bluetooth/include/ng_ubt.h:
#define USB_VENDOR_MSI 0x0db0 /* MSI www.msi.com.tw */
#define USB_VENDOR_EPOX 0x0a12 /* EPoX www.epox.com */
#define USB_PRODUCT_3COM_3CREB96 0x00a0 /* 3Com Bluetooth USB dongle */
#define USB_PRODUCT_MITSUMI_BT_DONGLE 0x641f /* Mitsumi Bluetooth USB dongle*/
#define USB_PRODUCT_TDK_BT_DONGLE 0x0309 /* TDK Bluetooth USB dongle */
#define USB_PRODUCT_MSI_BT_DONGLE 0x1967 /* MSI Bluetooth USB dongle */
#define USB_PRODUCT_DBW_120M_BT_DONGLE 0x2033 /* D-Link DBW-120M */
#define USB_PRODUCT_BT_DG02_DONGLE 0x0001 /* EPoX BT-DG02 USB dongle */
Update sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
- { USB_VENDOR_BROADCOM, USB_PRODUCT_DBW_120M_BT_DONGLE },
+ { USB_VENDOR_BROADCOM, USB_PRODUCT_BROADCOM_DBW_120M },
- { USB_VENDOR_EPOX, USB_PRODUCT_BT_DG02_DONGLE },
+ { USB_VENDOR_CSR, USB_PRODUCT_CSR_BLUECORE01B },
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030102010611.C3B5743EC5>
