aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* iwmbtfw(8): Fix compilation on platforms using gcc.Vladimir Kondratyev2019-08-181-1/+1
* iwmbtfw: Firmware loader for Intel Wireless 8260 based Bluetooth USB devicesVladimir Kondratyev2019-08-1810-0/+1330
* pkgbase: Add a FreeBSD-bluetooth packageEmmanuel Vadot2019-07-1915-0/+15
* Improve Bluetooth device discovery support for Android and Microsoft devices.Hans Petter Selasky2019-02-081-1/+127
* Add support for Audio Sink and Audio Source profiles to sdpd(8).Hans Petter Selasky2019-01-304-1/+382
* This new version of bluetooth-config.sh tries to follow the style of otherLars Engels2019-01-141-192/+228
* Fix duplication.Baptiste Daroussin2019-01-111-111/+0
* Add `bluetooth-config` script to simplify setting up bluetooth connections toLars Engels2019-01-114-0/+504
* Fix the install location of hcsecd.confBrad Davis2018-08-261-0/+1
* Move all bluetooth related config files out of etcBrad Davis2018-08-214-14/+121
* bthidd(8): Add evdev protocol support for bluetooth keyboards and mousesVladimir Kondratyev2018-04-3013-45/+874
* bthidd(8): Add internal support for user-friendly name of remote devices.Vladimir Kondratyev2018-04-306-8/+58
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2782-52/+216
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-3114-14/+0
* bthidd(8): Generate button release event after virtual T-axis button pressVladimir Kondratyev2017-10-301-7/+17
* bthidd: Fix leds on multireport keyboards broken after r297217Vladimir Kondratyev2017-10-191-0/+5
* bthidd(8): Add support for Apple's magic mouseVladimir Kondratyev2017-08-124-0/+138
* bthidd(8): Add support for vendor_id, product_id and version.Vladimir Kondratyev2017-08-125-14/+123
* rfcomm_pppd.8: fix a typo (SPD -> SDP).Andriy Voskoboinyk2017-08-061-1/+1
* When the input parameter node is NULL, memory is allocated to it.Stephen J. Kiernan2017-06-061-1/+3
* Make cached Bluetooth LE host advertise information visible from userland.Takanori Watanabe2017-04-271-1/+56
* usr.sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-043-5/+4
* Avoid undefined behavior when calling va_start() in bnep_send_control(),Dimitry Andric2016-08-292-3/+3
* [ath3k] add a replacement ath3k firmware loading tool.Adrian Chadd2016-06-079-307/+1052
* For pointers use NULL instead of 0.Marcelo Araujo2016-06-061-1/+1
* Improve performance and functionality of the bitstring(3) apiAlan Somers2016-05-041-1/+1
* bluetooth: minor spelling fixes.Pedro F. Giffuni2016-05-012-2/+2
* fix incorrect usage of hid_set_data() which causes crashMaksim Yevmenkin2016-03-231-17/+13
* DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-243-18/+0
* Fix scancodes for Kana and Eisu keys.Hans Petter Selasky2015-11-211-2/+2
* check boundaries while parsing SDP responsesMaksim Yevmenkin2015-10-201-9/+43
* fix compare argument for address type.Takanori Watanabe2015-09-091-1/+1
* Add META_MODE support.Simon J. Gerraty2015-06-1314-0/+298
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-0814-28/+0
| * Merge sync of headSimon J. Gerraty2015-05-2779-54/+575
| |\ | |/ |/|
| * Merge head from 7/28Simon J. Gerraty2014-08-1914-14/+14
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-1614-14/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-1014-0/+28
| * | Merge headSimon J. Gerraty2014-04-282-2/+1
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2013-10-131-0/+1
| * | | Merge from headSimon J. Gerraty2013-09-053-1/+5
| |\ \ \
| * \ \ \ sync from headSimon J. Gerraty2013-04-122-5/+15
| |\ \ \ \
| * | | | | Updated dependenciesSimon J. Gerraty2013-03-1114-0/+14
| * | | | | Updated dependenciesSimon J. Gerraty2013-02-1614-28/+0
| * | | | | Sync with HEAD.David E. O'Brien2013-02-082-2/+2
| |\ \ \ \ \
| * \ \ \ \ \ Sync from headSimon J. Gerraty2012-11-047-9/+53
| |\ \ \ \ \ \
| * | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-2214-0/+308
* | | | | | | | Remove stray DEBUG_FLAGS=-g that snuck in with r137868Warner Losh2015-05-211-1/+0
* | | | | | | | ath3kfw, bcmfw, bthidcontrol, bthidd all require usb(4); build themEnji Cooper2015-04-271-4/+9
* | | | | | | | To ensure j formatting string valid, cast uint64_t values to uintmax_t.Takanori Watanabe2015-04-181-2/+3