Date: Thu, 27 Jan 2005 13:48:30 +0100 From: Marcel Holtmann <marcel@holtmann.org> To: Rainer Goellner <rainer@jabbe.de> Cc: freebsd-bluetooth@freebsd.org Subject: Re: BlueFRITZ! USB v2.0 is not recognized Message-ID: <1106830110.3998.4.camel@pegasus> In-Reply-To: <41F8DD3F.9020209@jabbe.de> References: <41F8B429.8010504@jabbe.de> <1106821788.28444.68.camel@pegasus> <41F8DD3F.9020209@jabbe.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Rainer, > > the BlueFRITZ! USB v2.0 is a H:2 device, but it doesn't present itself > > with the Bluetooth device class. I suggest you add the vendor and > > product id to the driver like it is done for Linux. > > > Could you give me any hint where to look and where > to add the ids? > > BTW, I almost forgot that I had changed USB_MATH(ubt) in > sys/netgraph/bluetooth/drivers/utb/ng_ubt.c like this > very early during my awkward attempts: > ... > Static struct usb_devno const ubt_ignored_devices[] = { > { 0x057c, 0x3800, > 0, 0 } /* This should be the last item in the list */ > }; > ... > Static struct usb_devno const ubt_broken_devices[] = { > { 0x057c, 0x3800, > 0, 0 } /* This should be the last item in the list */ > }; > ... > AFAIK 0x057c is the vendor id, 0x3800 the device id. > > Hope that's not what you meant... ask somebody who knows something about FreeBSD ;) Regards Marcel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1106830110.3998.4.camel>