aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bluetooth/bthidd
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1213-13/+13
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
* Indicate that X(7) cross refs are satisfied by ports/x11/xorg-docs.Jens Schweikhardt2022-08-141-1/+1
* bluetooth(3): Fix a typo in a source code commentGordon Bergling2022-07-311-1/+1
* pkgbase: Add a FreeBSD-bluetooth packageEmmanuel Vadot2019-07-191-0/+1
* bthidd(8): Add evdev protocol support for bluetooth keyboards and mousesVladimir Kondratyev2018-04-3013-45/+874
* bthidd(8): Add internal support for user-friendly name of remote devices.Vladimir Kondratyev2018-04-304-0/+39
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2711-0/+22
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* bthidd(8): Generate button release event after virtual T-axis button pressVladimir Kondratyev2017-10-301-7/+17
* bthidd: Fix leds on multireport keyboards broken after r297217Vladimir Kondratyev2017-10-191-0/+5
* bthidd(8): Add support for Apple's magic mouseVladimir Kondratyev2017-08-124-0/+138
* bthidd(8): Add support for vendor_id, product_id and version.Vladimir Kondratyev2017-08-124-2/+54
* fix incorrect usage of hid_set_data() which causes crashMaksim Yevmenkin2016-03-231-17/+13
* DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-241-6/+0
* Fix scancodes for Kana and Eisu keys.Hans Petter Selasky2015-11-211-2/+2
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+27
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-2710-15/+31
| |\ | |/ |/|
| * Merge head from 7/28Simon J. Gerraty2014-08-191-1/+1
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Merge headSimon J. Gerraty2014-04-281-1/+1
| |\ \
| * \ \ Merge from headSimon J. Gerraty2013-09-052-0/+4
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+27
* | | | | Remove stray DEBUG_FLAGS=-g that snuck in with r137868Warner Losh2015-05-211-1/+0
* | | | | Check l2cap socket initialisation and define L2CAP_SOCKET_CHECKEDTakanori Watanabe2015-04-078-3/+14
* | | | | bthidd: Remove unused macros from hid.c.Raphael Kubo da Costa2015-04-061-6/+0
* | | | | bthidd: Consider usage ranges when dealing with array inputs.Raphael Kubo da Costa2015-04-051-1/+13
* | | | | handle "Kana" and "Eisu" keys on Apple Wireless Keyboard (JIS)Maksim Yevmenkin2014-12-111-2/+2
* | | | | Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|_|/ |/| | |
* | | | use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin2014-06-201-1/+1
| |_|/ |/| |
* | | Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-1/+1
| |/ |/|
* | Work around build breakages with GCC 4.2.Jung-uk Kim2013-05-231-0/+2
* | Add the Clang specific -Wmissing-variable-declarations to WARNS=6.Ed Schouten2013-04-191-0/+2
|/
* Fix world after byacc import:Baptiste Daroussin2012-05-221-1/+1
* Encode horizontal scroll events (AC Pan) as button presses (bit 5 and 6)Maksim Yevmenkin2011-05-041-0/+11
* Don't generate input() since it's not used.Rebecca Cran2010-11-221-1/+1
* Make sure to only pickup hid_input items when parsing input reports.Maksim Yevmenkin2010-09-081-1/+2
* mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to theUlrich Spörlein2010-05-131-17/+17
* Catch up with libusbhid merge (rev 205728).Kai Wang2010-05-091-11/+5
* Remove redundant WARNS?=6 overrides and inherit the WARNS setting fromUlrich Spörlein2010-03-021-1/+0
* Fixed "make checkdpadd" (missing library dependencies).Ruslan Ermilov2007-10-011-1/+1
* Do not mark Bluetooth HID device as a "potential keyboard" if its descriptorMaksim Yevmenkin2006-11-271-1/+1
* Properly htole16() PSM in sockaddr_l2capMaksim Yevmenkin2006-11-021-3/+3
* - Grammar and typo fixesMarkus Brueffer2006-10-101-12/+11
* Fix a typo introduced in the last commit: WWW Refresh is 0x227, not 0227Markus Brueffer2006-10-091-1/+1