xref: /freebsd/usr.sbin/bluetooth/bcmfw/bcmfw.8 (revision d086ded32300bc0f33fb1574d0bcfccfbc60881d)
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.4 2003/04/28 17:10:56 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
54The options are as follows:
55.Bl -tag -width indent
56.It Fl f Ar firmware_file_name
57Specify firmware file name for download.
58.It Fl h
59Display usage message and exit.
60.It Fl m Ar mini-driver_file_name
61Specify mini-driver file name for download.
62.It Fl n Ar device_name
63Specify device name.
64.El
65.Sh FILES
66.Bl -tag -width ".Pa /dev/ubtbcmfw Ns Ar N Ns Pa \&. Ns Ar EE" -compact
67.It Pa BCM2033-MD.hex
68Mini-driver image.
69.It Pa BCM2033-FW.bin
70Firmware image.
71.It Pa /dev/ubtbcmfw Ns Ar N Ns Pa \&. Ns Ar EE
72Endpoint
73.Ar EE
74of device
75.Ar N .
76.El
77.Sh EXAMPLES
78To download the firmware into the
79.Pa /dev/ubtbcmfw0
80device:
81.Pp
82.Dl "bcmfw -n ubtbcmfw0 -m BCM2033-MD.hex -f BCM2033-FW.bin"
83.Sh BUGS
84Most likely.
85Please report if found.
86.Sh DIAGNOSTICS
87.Ex -std
88.Sh SEE ALSO
89.Xr ubtbcmfw 4 ,
90.Xr ugen 4
91.Sh AUTHORS
92.An Maksim Yevmenkin Aq m_evmenkin@yahoo.com
93