xref: /freebsd/usr.sbin/bluetooth/bcmfw/bcmfw.8 (revision 0986ab12e44caea472245845f9a89ced4f137d73)
1.\" Copyright (c) 2003 Maksim Yevmenkin <m_evmenkin@yahoo.com>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\"    notice, this list of conditions and the following disclaimer.
9.\" 2. Redistributions in binary form must reproduce the above copyright
10.\"    notice, this list of conditions and the following disclaimer in the
11.\"    documentation and/or other materials provided with the distribution.
12.\"
13.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
14.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $Id: bcmfw.8,v 1.7 2003/05/21 00:33:40 max Exp $
26.\" $FreeBSD$
27.\"
28.Dd March 31, 2003
29.Dt BCMFW 8
30.Os
31.Sh NAME
32.Nm bcmfw
33.Nd firmware download utility for Broadcom BCM2033 chip based Bluetooth USB devices
34.Sh SYNOPSIS
35.Nm
36.Op Fl h
37.Fl f Ar firmware_file_name
38.Fl m Ar mini-driver_file_name
39.Fl n Ar device_name
40.Sh DESCRIPTION
41The
42.Nm
43utility downloads the specified mini-driver and firmware files to the specified
44device.
45.Pp
46This utility will
47.Em only
48work with Broadcom BCM2033 chip based Bluetooth USB devices.
49The identification is currently based on USB vendor ID/product ID pair.
50The vendor ID should be 0x0a5c
51.Pq Dv USB_VENDOR_BROADCOM
52and the product ID should be 0x2033.
53.Pp
54Due to copyright issues I will no longer provide mini-driver and firmware
55files for the device. These files can be obtained from the Linux BlueZ BlueFW
56package.
57.Pp
58Visit http://bluez.sourceforge.net/download/download.html for details.
59.Pp
60I am using the following files:
61.Pp
62.Dl "MD5 (BCM2033-MD.hex) = 5580317158d07fc4ace90af04f8e1c73"
63.Dl "MD5 (BCM2033-FW.bin) = a3a0edfcb85029f4a5d0b1c9649b127d"
64.Pp
65The options are as follows:
66.Bl -tag -width indent
67.It Fl f Ar firmware_file_name
68Specify firmware file name for download.
69.It Fl h
70Display usage message and exit.
71.It Fl m Ar mini-driver_file_name
72Specify mini-driver file name for download.
73.It Fl n Ar device_name
74Specify device name.
75.El
76.Sh FILES
77.Bl -tag -width ".Pa /dev/ubtbcmfw Ns Ar N Ns Pa \&. Ns Ar EE" -compact
78.It Pa BCM2033-MD.hex
79Mini-driver image.
80.It Pa BCM2033-FW.bin
81Firmware image.
82.It Pa /dev/ubtbcmfw Ns Ar N Ns Pa \&. Ns Ar EE
83Endpoint
84.Ar EE
85of device
86.Ar N .
87.El
88.Sh EXAMPLES
89To download the firmware into the
90.Pa /dev/ubtbcmfw0
91device:
92.Pp
93.Dl "bcmfw -n ubtbcmfw0 -m BCM2033-MD.hex -f BCM2033-FW.bin"
94.Sh BUGS
95Most likely.
96Please report if found.
97.Sh DIAGNOSTICS
98.Ex -std
99.Sh SEE ALSO
100.Xr ubtbcmfw 4 ,
101.Xr ugen 4
102.Sh AUTHORS
103.An Maksim Yevmenkin Aq m_evmenkin@yahoo.com
104