summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix another variable initializationJohan Hedberg2009-10-021-1/+2
* Fix memory leaksSteve Grubb2009-10-023-1/+11
* Move rfcomm utility into tools directoryMarcel Holtmann2009-08-297-0/+1401
* Switch to a full non-recursive build systemMarcel Holtmann2009-08-231-106/+0
* Remove unused variables left by previous patchMarcel Holtmann2009-08-061-2/+0
* Modify example PBAP SDP record of sdptoolZhu Lan2009-08-061-7/+2
* Add chipset id for brf6350.Nick Pelly2009-07-081-1/+1
* Fix fallout from l2ping manual page renameMarcel Holtmann2009-07-051-3/+3
* move tools/l2ping.1 to man section 8Filippo Giunchedi2009-07-032-2/+2
* remove trailing whitespaces in manpagesFilippo Giunchedi2009-06-305-71/+71
* Fix short commands limitOhad Ben-Cohen2009-06-271-1/+1
* Fix signed/unsigned comparison warningMarcel Holtmann2009-06-261-1/+1
* Add support for registration of a PBAP service using sdptoolJiafa Liu2009-06-261-1/+80
* Add TI wl1271 to texas instruments chip listNick Pelly2009-06-111-3/+6
* Fix to complicated logic Dell switching routineMarcel Holtmann2009-05-181-14/+19
* Reinstitute usb_detach_kernel_driver_np, but in the proper placeMario Limonciello2009-05-181-0/+4
* Fix uninitialized fallout from Mario's patchesMarcel Holtmann2009-05-161-1/+2
* Fix dmesg errors about hid2hci not claiming interface before usageMario Limonciello2009-05-161-8/+4
* Add support for switching from HCI->HID mode for Dell BT adaptersMario Limonciello2009-05-161-1/+10
* Add support for command line arguments on hid2hci toolMario Limonciello2009-05-162-109/+81
* Increase BCSP timeout for setup and transactionMarcel Holtmann2009-05-101-2/+2
* Use timeout value also for BCSP timeoutMarcel Holtmann2009-05-091-7/+9
* Add tool to calculate HCI event maskMarcel Holtmann2009-05-092-1/+127
* Use ppoll() instead of poll() for keeping line disciplineMarcel Holtmann2009-05-081-1/+14
* Make use of size_t and ssize_t when possibleJohan Hedberg2009-03-121-11/+12
* Fix memory leaks in hciconfig and hcitoolGustavo F. Padovan2009-02-102-5/+16
* Add delay to have 2.1 setup settle before requesting features againMarcel Holtmann2009-02-031-0/+1
* Use %zd instead of %ld for size_tMarcel Holtmann2009-01-301-2/+2
* Fix mostly every warning caused by -Wsign-compareMarcel Holtmann2009-01-2911-29/+36
* Update l2ping man page for recent changes to l2ping.Nick Pelly2009-01-211-4/+13
* Remove extra commentMarcel Holtmann2009-01-181-3/+1
* Add -v and -d options to l2pingNick Pelly2009-01-181-35/+69
* Update copyright informationMarcel Holtmann2009-01-0127-27/+27
* Remove unused functionsMarcel Holtmann2008-12-231-13/+0
* Add missing include for prototypesMarcel Holtmann2008-12-231-0/+2
* Fix broken forward declarationsMarcel Holtmann2008-12-236-36/+60
* Make local functions staticMarcel Holtmann2008-12-231-2/+2
* Removed wrong extern declarations for getoptMarcel Holtmann2008-12-231-3/+1
* Fix compiler warnings and remove unused codeMarcel Holtmann2008-12-231-42/+11
* Fix another uninitialized variableMarcel Holtmann2008-11-301-1/+1
* Add support for Dell Wireless 365Marcel Holtmann2008-10-231-1/+2
* Add more product IDs for Logitech MX5500Marcel Holtmann2008-10-231-0/+2
* Add PBAP UUID for simpler accessMarcel Holtmann2008-10-211-0/+1
* Get rid of format string warnings with recent gcc versionsJohan Hedberg2008-10-203-59/+59
* Improve reading of local and remote extended featuresMarcel Holtmann2008-09-292-19/+33
* Add additional record range for the iPhoneMarcel Holtmann2008-09-281-2/+3
* Add -i option to avinfo.Luiz Augusto von Dentz2008-09-081-11/+22
* Allow specifying of reason for the disconnectMarcel Holtmann2008-08-272-3/+8
* Add another build id for the "marcel" specific firmwareMarcel Holtmann2008-08-261-0/+1
* Use const char for usage textMarcel Holtmann2008-08-152-32/+32