summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bluetooth/bthidd
Commit message (Expand)AuthorAgeFilesLines
* MFC r291145:hselasky2015-11-241-2/+2
* MFC r281146.rakuco2015-04-151-6/+0
* MFC r281116.rakuco2015-04-151-1/+13
* MFC r275709emax2015-01-071-2/+2
* MFC r258779,r258780,r258787,r258822:eadler2014-02-041-1/+1
* Work around build breakages with GCC 4.2.jkim2013-05-231-0/+2
* Add the Clang specific -Wmissing-variable-declarations to WARNS=6.ed2013-04-191-0/+2
* Fix world after byacc import:bapt2012-05-221-1/+1
* Encode horizontal scroll events (AC Pan) as button presses (bit 5 and 6)emax2011-05-041-0/+11
* Don't generate input() since it's not used.brucec2010-11-221-1/+1
* Make sure to only pickup hid_input items when parsing input reports.emax2010-09-081-1/+2
* mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to theuqs2010-05-131-17/+17
* Catch up with libusbhid merge (rev 205728).kaiw2010-05-091-11/+5
* Remove redundant WARNS?=6 overrides and inherit the WARNS setting fromuqs2010-03-021-1/+0
* Fixed "make checkdpadd" (missing library dependencies).ru2007-10-011-1/+1
* Do not mark Bluetooth HID device as a "potential keyboard" if its descriptoremax2006-11-271-1/+1
* Properly htole16() PSM in sockaddr_l2capemax2006-11-021-3/+3
* - Grammar and typo fixesmarkus2006-10-101-12/+11
* Fix a typo introduced in the last commit: WWW Refresh is 0x227, not 0227markus2006-10-091-1/+1
* Pacify new GCC4 warnings.emax2006-09-211-1/+1
* Use socklen_t instead of int32_t where appropriate to pacify new GCC4emax2006-09-212-2/+4
* Temporarily put ugly workaround in place to make sparc64 build happy.emax2006-09-081-12/+12
* Update bthidd(8) code and hook it up to the build.emax2006-09-0713-462/+640
* Properly map mouse buttonsemax2006-03-211-1/+4
* Properly convert L2CAP PSM values in sockaddr_l2cap to LE16 byte order.emax2006-03-162-3/+3
* Style: NO_MAN doesn't need any value.ru2006-03-151-1/+1
* Teach bthidd(8) to reload its config when SIGHUP is received.emax2006-03-141-3/+27
* Fix typoemax2006-03-131-1/+1
* Fix scancode translation tablemarkus2006-02-201-2/+3
* Fix problem with session termination. bthidd(8) maintains two L2CAPemax2005-05-182-3/+4
* Fix typo %d -> %xemax2005-01-121-1/+1
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
* Check in updated bthidd(8). This is still work in progress.emax2004-11-189-48/+874
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
* - One can use both BD_ADDR or name to specify address of the Bluetooth device.emax2004-08-051-1/+1
* Start committing Bluetooth HID (Human Interface Device) support.emax2004-04-1011-0/+2002
OpenPOWER on IntegriCloud