summaryrefslogtreecommitdiffstats
path: root/hidd
Commit message (Expand)AuthorAgeFilesLines
* Don't forget to unblock signals for ppoll()Marcel Holtmann2006-08-162-0/+10
* Convert to using ppoll() and pselect()Marcel Holtmann2006-08-162-3/+18
* Change default poll() timeoutMarcel Holtmann2006-08-102-2/+2
* Exit with non-zero exit status if fakehid functions failJohan Hedberg2006-08-013-8/+17
* Add --hidonly option to hiddJohan Hedberg2006-08-011-1/+5
* Fix declared with attribute warn_unused_result errorsMarcel Holtmann2006-07-262-14/+10
* Make use of create_name()Marcel Holtmann2006-07-261-2/+2
* Add option for boot protocol only modeMarcel Holtmann2006-07-051-13/+22
* Include sys/param.h for PATH_MAX when cross-compilingMarcel Holtmann2006-06-271-0/+1
* Build a generic helper libraryMarcel Holtmann2006-06-041-1/+1
* Update copyright informationMarcel Holtmann2006-01-035-5/+5
* Support different device namesMarcel Holtmann2005-12-091-4/+7
* Add support for the old RFCOMM based EPoX presenterMarcel Holtmann2005-12-094-16/+871
* Reject connections from unknown devicesMarcel Holtmann2005-12-091-7/+15
* Add initial fake HID supportMarcel Holtmann2005-11-145-8/+118
* Use constants for modesMarcel Holtmann2005-11-101-12/+21
* Big cleanup of CVS relicsMarcel Holtmann2005-10-294-51/+33
* Move create_dirs() and create_file() into the textfile libraryMarcel Holtmann2005-08-301-6/+2
* Use bt_free() instead of free() for inquiry resultsMarcel Holtmann2005-08-061-1/+1
* Wait until the SDP connection is closedMarcel Holtmann2005-05-082-3/+16
* Store HID information for later useMarcel Holtmann2005-05-064-4/+119
* Use LDADD instead of LIBSMarcel Holtmann2005-04-211-2/+1
* Fix garbled name sectionMarcel Holtmann2005-01-141-1/+1
* Add memset() to different places to initialize the structuresMarcel Holtmann2004-12-251-3/+22
* Add --nosdp option for devices with resource limitationMarcel Holtmann2004-11-151-15/+22
* Add support for requesting encryption on keyboardsMarcel Holtmann2004-10-251-13/+98
* Add manual page for hiddMarcel Holtmann2004-09-222-0/+45
* Add --master option for forcing the role switchMarcel Holtmann2004-09-171-6/+10
* Display VERSION informationMarcel Holtmann2004-08-151-1/+1
* Fix string init for flags to string translationMarcel Holtmann2004-08-101-1/+2
* Show flags of connected devicesMarcel Holtmann2004-07-291-2/+17
* Add EPoX endian quirk for buggy keyboardsMarcel Holtmann2004-07-291-8/+26
* Add --subclass option for overwriting wrong subclass valuesMarcel Holtmann2004-07-281-11/+23
* Make use of MAINTAINERCLEANFILESMarcel Holtmann2004-07-211-0/+2
* Use AM_CFLAGS instead of INCLUDESMarcel Holtmann2004-07-211-1/+1
* Add support for virtual cable unplugMarcel Holtmann2004-07-071-2/+10
* Make use of new subclass fieldMarcel Holtmann2004-07-043-9/+6
* Update minor parts of the hiddMarcel Holtmann2004-06-123-19/+23
* Use LIBS instead of LDFLAGSMarcel Holtmann2004-05-231-1/+1
* The option --killall don't need an argumentMarcel Holtmann2004-05-121-1/+1
* Add commands for showing and killing connectionsMarcel Holtmann2004-05-081-3/+107
* Install the hidd programMarcel Holtmann2004-05-071-1/+1
* Add connect and search options to the HID daemonMarcel Holtmann2004-05-072-44/+255
* Add the hidd utilityMarcel Holtmann2004-04-284-0/+457