From owner-freebsd-bluetooth@FreeBSD.ORG Fri Dec 29 12:02:10 2006 Return-Path: X-Original-To: freebsd-bluetooth@FreeBSD.org Delivered-To: freebsd-bluetooth@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 51C5516A50D for ; Fri, 29 Dec 2006 12:02:10 +0000 (UTC) (envelope-from lioux@FreeBSD.org) Received: from vette.gigo.com (vette.gigo.com [216.218.228.114]) by mx1.freebsd.org (Postfix) with ESMTP id 4053D13C457 for ; Fri, 29 Dec 2006 12:02:10 +0000 (UTC) (envelope-from lioux@FreeBSD.org) Received: from 201.34.230.91 (201-34-230-91.bsace703.dsl.brasiltelecom.net.br [201.34.230.91]) by vette.gigo.com (Postfix) with ESMTP id 3A68B1F for ; Thu, 28 Dec 2006 18:27:51 -0800 (PST) Received: (qmail 89883 invoked by uid 1001); 29 Dec 2006 00:01:42 -0200 Message-ID: <20061229020205.89726.qmail@exxodus.fedaykin.here> Date: Fri, 29 Dec 2006 00:01:42 -0200 From: Mario Sergio Fujikawa Ferreira To: freebsd-bluetooth@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="sdtB3X0nJg68CQEu" Content-Disposition: inline User-Agent: Mutt/1.5.13 (2006-08-11) Cc: Subject: Add support for ACER Zeevo BT-500 Bluetooth USB Adapter? X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Dec 2006 12:02:10 -0000 --sdtB3X0nJg68CQEu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, I was wondering what could I do to help add support for ACER Zeevo BT-500 Bluetooth USB Adapter? ng_ubt(4) does not detect the device. However, this device works nicely with Linux Bluez. I have a usbdevs patch with information taken from NetBSD. Furthermore, I have added the udesc_dump(8) information for the device. All information can be found at http://www.freebsd.org/cgi/query-pr.cgi?pr=106861 The output of udesc_dump(8) is attached. Regards, ps: Please, CC: me on all replies because I am not subscribed to this mailing list. -- Mario S F Ferreira - DF - Brazil - "I guess this is a signature." feature, n: a documented bug | bug, n: an undocumented feature --sdtB3X0nJg68CQEu 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 --sdtB3X0nJg68CQEu--