History log of /freebsd-current/usr.sbin/bluetooth/hccontrol/hccontrol.h
Revision Date Author Comments
# 42b38843 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line .h pattern

Remove /^\s*\*+\s*\$FreeBSD\$.*$\n/


# 4d846d26 10-May-2023 Warner Losh <imp@FreeBSD.org>

spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD

The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch
up to that fact and revert to their recommended match of BSD-2-Clause.

Discussed with: pfg
MFC After: 3 days
Sponsored by: Netflix


# 2b2c6d69 09-Jun-2020 Takanori Watanabe <takawata@FreeBSD.org>

Add le_read_channel_map and le_read_remote_features command

PR: 247051
Submitted by: Marc Veldman marc at bumblingdork.com


# 3ac41cce 26-May-2020 Takanori Watanabe <takawata@FreeBSD.org>

Add le_connect command to connect to an LE device.

PR:246664
Submitted by:MarcVeldman


# 9287f06d 11-May-2020 Takanori Watanabe <takawata@FreeBSD.org>

Add le_scan subcommand to hccontrol.

PR: 246141
Submitted by: Marc Veldman


# 1719371a 22-Apr-2020 Hans Petter Selasky <hselasky@FreeBSD.org>

Add support for Read_Local_Supported_Commands command to hccontrol(8).

Submitted by: Marc Veldman <marc@bumblingdork.com>
PR: 245811
MFC after: 1 week
Sponsored by: Mellanox Technologies


# ea011491 19-Apr-2020 Hans Petter Selasky <hselasky@FreeBSD.org>

Improve printing of le features in hccontrol(8).

Submitted by: Marc Veldman <marc@bumblingdork.com>
PR: 245739
MFC after: 1 week
Sponsored by: Mellanox Technologies


# 1de7b4b8 27-Nov-2017 Pedro F. Giffuni <pfg@FreeBSD.org>

various: general adoption of SPDX licensing ID tags.

Mainly focus on files that use BSD 2-Clause license, however the tool I
was using misidentified many licenses so this was mostly a manual - error
prone - task.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.

No functional change intended.


# bcff2d91 17-Apr-2015 Takanori Watanabe <takawata@FreeBSD.org>

Add LE related HCI control command to hccontrol(1).


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 89facd82 20-Sep-2006 Maksim Yevmenkin <emax@FreeBSD.org>

Get rid of extra const to pacify new GCC4 warnings.

Submitted by: kan
MFC after: 1 week


# fc5806ed 22-May-2006 Markus Brueffer <markus@FreeBSD.org>

- Add HCI node autodetection. As a consequence of this, make the '-n'
parameter optional.
- Add Read_Node_List command which prints a list of available HCI nodes,
their Netgraph IDs and connected hooks

Reviewed by: emax
Approved by: emax
MFC after: 1 week


# adcddbf0 23-Feb-2006 Markus Brueffer <markus@FreeBSD.org>

- Use official version strings for LMP and HCI version reporting and add
version strings up to Bluetooth 2.0
- Update manufacturer list

Approved by: emax
MFC after: 3 days


# 079a8a3e 09-Apr-2004 Maksim Yevmenkin <emax@FreeBSD.org>

Use uint instead of u_int


# 0986ab12 12-Oct-2003 Maksim Yevmenkin <emax@FreeBSD.org>

Update Bluetooth code.

Reviewed by: M. Warner Losh <imp@bsdimp.com>; John Hay <jhay@freebsd.org>
Approved by: M. Warner Losh <imp@bsdimp.com> (mentor)


# 1a63eb31 10-May-2003 Julian Elischer <julian@FreeBSD.org>

Part 2 of the commit if new bluetooth code.
Submitted by: Maksim Yevmenkin <m_evmenkin@yahoo.com>
Approved by: re@


# 878ed226 20-Nov-2002 Julian Elischer <julian@FreeBSD.org>

The second try a committing the bluetooth code
Has been seen to work on several cards and communicating with
several mobile phones to use them as modems etc.

We are still talking with 3com to try get them to allow us to include
the firmware for their pccard in the driver but the driver is here..
In the mean time
it can be downloaded from the 3com website and loaded using the utility
bt3cfw(8) (supplied) (instructions in the man page)

Not yet linked to the build

Submitted by: Maksim Yevmenkin <myevmenk@exodus.net>
Approved by: re