summaryrefslogtreecommitdiff
path: root/tools/hciattach.c
Commit message (Expand)AuthorAgeFilesLines
* tools: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-291-14/+1
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-061-0/+1
* Make use of new tty_get_speed helperJohan Hedberg2016-04-271-59/+5
* tools/hciattach: Fix not checking the size given to strcatLuiz Augusto von Dentz2015-08-131-0/+6
* hciattach: Fix fd leakBharat Panda2015-03-091-9/+13
* tools: Use local libbluetooth includesMarcel Holtmann2015-03-011-3/+3
* hciattach: bcm43xx: Use final baudrate to download the firmwareLoic Poulain2014-10-311-1/+1
* hciattach: Add sleep|nosleep keywordAndrei Emeltchenko2014-10-201-1/+3
* tools/hciattach: Fix syntax errorGowtham Anandha Babu2014-10-161-1/+1
* tools: Fix compilation errors with muslSzymon Janc2014-09-241-1/+1
* tools: add bcm43xx specific init in hciattachLoic Poulain2014-04-041-1/+10
* tools: Remove include of compat ppoll headerMarcel Holtmann2012-12-091-4/+0
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-071-0/+4
* Ensure config.h is included by using CPPFLAGSLucas De Marchi2012-12-051-4/+0
* build-sys: Define _GNU_SOURCE in config.hLucas De Marchi2012-12-051-1/+0
* hciattach: Allow creating AMP controller over UARTMarcel Holtmann2012-10-291-0/+8
* hciattach: Add basic Three-wire UART supportJohan Hedberg2012-05-311-0/+4
* hciattach: Add support for Intel Bluetooth deviceTedd Ho-Jeong An2012-05-161-0/+13
* hciattach: Remove some unneeded includesMarcel Holtmann2012-02-261-2/+0
* hciattach: fix serial speed setting for wl1271Yegor Yefremov2011-09-221-1/+1
* Fix common misspelled wordsLucas De Marchi2011-07-031-2/+2
* Fix unused variable warnings reported by GCC 4.6Johan Hedberg2011-05-151-5/+11
* hciattach: download configuration at user requested baud rateSuraj Sumangala2010-11-231-1/+1
* hciattach: make set_speed return error if any operation failsSuraj Sumangala2010-11-231-3/+10
* Firmware download for Qualcomm Bluetooth devicesMatthew Wilson2010-08-231-0/+10
* Add host level support for Atheros AR300x deviceSuraj Sumangala2010-08-181-0/+12
* Bluetooth: Option to enable power management from hostSuraj Sumangala2010-08-171-25/+63
* Add hciattach support for initializing a device into raw modeJohan Hedberg2010-07-121-5/+19
* hciattach: Fix the timeout handling codeVladimir Davydov2010-06-301-2/+4
* Remove extra spaces from tools dirJose Antonio Santos Cadenas2010-05-071-24/+24
* Update copyright informationMarcel Holtmann2010-01-011-1/+1
* Use timeout value also for BCSP timeoutMarcel Holtmann2009-05-091-7/+9
* Use ppoll() instead of poll() for keeping line disciplineMarcel Holtmann2009-05-081-1/+14
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
* Fix broken forward declarationsMarcel Holtmann2008-12-231-30/+5
* Update the TI init routine with BRF supportMarcel Holtmann2008-07-111-55/+21
* Add alternate TI init routineMarcel Holtmann2008-07-111-1/+9
* Set input speed and the LL protocol identifierMarcel Holtmann2008-07-111-0/+3
* Mention the broken bgb2xx init routineMarcel Holtmann2008-07-101-1/+5
* Add ifdefs around some baud rate definitionsMarcel Holtmann2008-02-131-0/+8
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
* Share code for Ericsson and ST chipsMarcel Holtmann2007-10-091-47/+5
* Support higher baud rates for Ericcson based chipsMarcel Holtmann2007-10-091-0/+20
* Improve the BCM2035 init routineMarcel Holtmann2007-06-211-4/+27
* Add HCIUARTGETDEVICE ioctl constantMarcel Holtmann2007-05-091-2/+3
* Add support for STLC2500 address and baud rate settingsMarcel Holtmann2007-04-251-27/+105
* Handle EINTR errorsMarcel Holtmann2007-04-171-2/+5
* Add support for Philips BGB2xx modulesMarcel Holtmann2007-01-171-2/+23
* Update copyright informationMarcel Holtmann2007-01-131-1/+1
* Change default poll() timeoutMarcel Holtmann2006-08-101-1/+1