summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bluetooth/bthidd
Commit message (Expand)AuthorAgeFilesLines
* Fix scancodes for Kana and Eisu keys.hselasky2015-11-211-2/+2
* Add META_MODE support.sjg2015-06-131-0/+27
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-2710-15/+31
| |\ | |/ |/|
| * Merge head from 7/28sjg2014-08-191-1/+1
| |\
| * | Updated dependenciessjg2014-05-161-1/+0
| * | Updated dependenciessjg2014-05-101-0/+2
| * | Merge headsjg2014-04-281-1/+1
| |\ \
| * \ \ Merge from headsjg2013-09-052-0/+4
| |\ \ \
| * | | | Updated dependenciessjg2013-03-111-0/+1
| * | | | Updated dependenciessjg2013-02-161-2/+0
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+27
* | | | | Remove stray DEBUG_FLAGS=-g that snuck in with r137868imp2015-05-211-1/+0
* | | | | Check l2cap socket initialisation and define L2CAP_SOCKET_CHECKEDtakawata2015-04-078-3/+14
* | | | | bthidd: Remove unused macros from hid.c.rakuco2015-04-061-6/+0
* | | | | bthidd: Consider usage ranges when dealing with array inputs.rakuco2015-04-051-1/+13
* | | | | handle "Kana" and "Eisu" keys on Apple Wireless Keyboard (JIS)emax2014-12-111-2/+2
* | | | | Convert usr.sbin to LIBADDbapt2014-11-251-2/+1
| |_|_|/ |/| | |
* | | | use .Mt to mark up email addresses consistently (part2)bapt2014-06-201-1/+1
| |_|/ |/| |
* | | Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thiseadler2013-11-301-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
OpenPOWER on IntegriCloud