From lioux@uol.com.br Mon Dec 18 10:45:32 2006 Return-Path: Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4B81816A416 for ; Mon, 18 Dec 2006 10:45:32 +0000 (UTC) (envelope-from lioux@uol.com.br) Received: from vette.gigo.com (vette.gigo.com [216.218.228.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EC1A43C9F for ; Mon, 18 Dec 2006 10:45:32 +0000 (GMT) (envelope-from lioux@uol.com.br) Received: from 201.24.14.34 (unknown [201.24.14.34]) by vette.gigo.com (Postfix) with ESMTP id 5F94726C for ; Mon, 18 Dec 2006 02:27:52 -0800 (PST) Received: (qmail 22034 invoked by uid 1001); 18 Dec 2006 08:01:52 -0200 Message-Id: <20061218100215.22013.qmail@exxodus.fedaykin.here> Date: 18 Dec 2006 08:01:52 -0200 From: Mario Sergio Fujikawa Ferreira Reply-To: Mario Sergio Fujikawa Ferreira To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: usbdevs update: Add product ACER Zeevo BT-500 Bluetooth USB Adapter X-Send-Pr-Version: 3.113 X-GNATS-Notify: >Number: 106861 >Category: usb >Synopsis: [usb67] [usb8] [usbdevs] [patch] Add ACER Zeevo BT-500 Bluetooth USB Adapter >Confidential: no >Severity: non-critical >Priority: low >Responsible: gavin >State: feedback >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 18 10:50:14 GMT 2006 >Closed-Date: >Last-Modified: Tue Aug 25 11:37:31 UTC 2009 >Originator: Mario Sergio Fujikawa Ferreira >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: >Environment: System: FreeBSD exxodus.fedaykin.here 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #15: Mon Dec 18 06:58:44 BRST 2006 lioux@exxodus:/usr/src-6.x/sys/i386/compile/LIOUX i386 >Description: Simply add the product information for Zeevo BT-500 Bluetooth USB Adapter to usbdevs. Obtained from NetBSD. Unfortunally, the device is not recognized by ng_ubt(4) driver even if added to ubt_broken_devices[] list. >How-To-Repeat: n.a >Fix: --- patch begins here --- --- sys/dev/usb/usbdevs.orig Mon Dec 18 02:34:22 2006 +++ sys/dev/usb/usbdevs Mon Dec 18 06:00:14 2006 @@ -1706,6 +1706,9 @@ /* Yano products */ product YANO U640MO 0x0101 U640MO-03 +/* Zeevo, Inc. products */ +product ZEEVO BLUETOOTH 0x07d0 BT-500 Bluetooth USB Adapter + /* Zinwell products */ product ZINWELL RT2570 0x0260 RT2570 --- patch ends here --- >Release-Note: >Audit-Trail: Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: remko Responsible-Changed-When: Mon Dec 18 11:04:38 UTC 2006 Responsible-Changed-Why: Reassign to the USB team. http://www.freebsd.org/cgi/query-pr.cgi?pr=106861 From: Mario Sergio Fujikawa Ferreira To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: kern/106861: ACER Zeevo BT-500 Bluetooth USB Adapter udesc_dump(8) Date: Thu, 28 Dec 2006 23:35:26 -0200 --RnlQjJ0d97Da+TV1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Attached is udesc_dump(8) /dev/ugen0 for ACER Zeevo BT-500 Bluetooth USB Adapter. -- Mario S F Ferreira - DF - Brazil - "I guess this is a signature." feature, n: a documented bug | bug, n: an undocumented feature --RnlQjJ0d97Da+TV1 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="zeevo.txt" Standard Device Descriptor: bLength 18 bDescriptorType 01 bcdUSB 0110 bDeviceClass e0 bDeviceSubClass 01 bDeviceProtocol 01 bMaxPacketSize 8 idVendor 0b7a idProduct 07d0 bcdDevice 0134 iManufacturer 0 iProduct 0 iSerialNumber 1 bNumConfigurations 1 Configuration 0: Standard Configuration Descriptor: bLength 9 bDescriptorType 02 wTotalLength 55 bNumInterface 2 bConfigurationValue 1 iConfiguration 0 bmAttributes c0 (self-powered) bMaxPower 50 (100 mA) Standard Interface Descriptor: bLength 9 bDescriptorType 04 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 3 bInterfaceClass 00 bInterfaceSubClass 00 bInterfaceProtocol 00 iInterface 0 Standard Endpoint Descriptor: bLength 7 bDescriptorType 05 bEndpointAddress 81 (in) bmAttributes 03 (Interrupt) wMaxPacketSize 8 bInterval 1 Standard Endpoint Descriptor: bLength 7 bDescriptorType 05 bEndpointAddress 82 (in) bmAttributes 02 (Bulk) wMaxPacketSize 64 bInterval 0 Standard Endpoint Descriptor: bLength 7 bDescriptorType 05 bEndpointAddress 03 (out) bmAttributes 02 (Bulk) wMaxPacketSize 64 bInterval 0 Standard Interface Descriptor: bLength 9 bDescriptorType 04 bInterfaceNumber 1 bAlternateSetting 0 bNumEndpoints 0 bInterfaceClass fe bInterfaceSubClass 01 bInterfaceProtocol 00 iInterface 0 Descriptor: bLength 7 bDescriptorType 21 bDescriptorSubtype 07 07 21 07 88 13 ff 03 Codes Representing Languages by the Device: bLength 4 bDescriptorType 03 wLANGID[0] 0409 String (index 1): 3EC08622 --RnlQjJ0d97Da+TV1-- State-Changed-From-To: open->feedback State-Changed-By: gavin State-Changed-When: Tue Aug 25 10:04:23 UTC 2009 State-Changed-Why: To submitter: Do you know if this USB bluetooth adapter works with more recent versions of FreeBSD? Responsible-Changed-From-To: freebsd-usb->gavin Responsible-Changed-By: gavin Responsible-Changed-When: Tue Aug 25 10:04:23 UTC 2009 Responsible-Changed-Why: Track http://www.freebsd.org/cgi/query-pr.cgi?pr=106861 >Unformatted: