summaryrefslogtreecommitdiff
path: root/usr.sbin/bluetooth/bthidd
AgeCommit message (Expand)Author
2024-07-09bthidd: declare appropriate size bitstringRyan Libby
2024-04-28bluetooth: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2022-08-14Indicate that X(7) cross refs are satisfied by ports/x11/xorg-docs.Jens Schweikhardt
2022-07-31bluetooth(3): Fix a typo in a source code commentGordon Bergling
2019-07-19pkgbase: Add a FreeBSD-bluetooth packageEmmanuel Vadot
2018-04-30bthidd(8): Add evdev protocol support for bluetooth keyboards and mousesVladimir Kondratyev
2018-04-30bthidd(8): Add internal support for user-friendly name of remote devices.Vladimir Kondratyev
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-10-30bthidd(8): Generate button release event after virtual T-axis button pressVladimir Kondratyev
2017-10-19bthidd: Fix leds on multireport keyboards broken after r297217Vladimir Kondratyev
2017-08-12bthidd(8): Add support for Apple's magic mouseVladimir Kondratyev
2017-08-12bthidd(8): Add support for vendor_id, product_id and version.Vladimir Kondratyev
2016-03-23fix incorrect usage of hid_set_data() which causes crashMaksim Yevmenkin
2016-02-24DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery
2015-11-21Fix scancodes for Kana and Eisu keys.Hans Petter Selasky
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2015-05-27Merge sync of headSimon J. Gerraty
2015-05-21Remove stray DEBUG_FLAGS=-g that snuck in with r137868Warner Losh
2015-04-07Check l2cap socket initialisation and define L2CAP_SOCKET_CHECKEDTakanori Watanabe
2015-04-06bthidd: Remove unused macros from hid.c.Raphael Kubo da Costa
2015-04-05bthidd: Consider usage ranges when dealing with array inputs.Raphael Kubo da Costa
2014-12-11handle "Kana" and "Eisu" keys on Apple Wireless Keyboard (JIS)Maksim Yevmenkin
2014-11-25Convert usr.sbin to LIBADDBaptiste Daroussin
2014-08-19Merge head from 7/28Simon J. Gerraty
2014-06-20use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2014-04-28Merge headSimon J. Gerraty
2013-11-30Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler
2013-09-05Merge from headSimon J. Gerraty
2013-05-23Work around build breakages with GCC 4.2.Jung-uk Kim
2013-04-19Add the Clang specific -Wmissing-variable-declarations to WARNS=6.Ed Schouten
2013-03-11Updated dependenciesSimon J. Gerraty
2013-02-16Updated dependenciesSimon J. Gerraty
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
2012-05-22Fix world after byacc import:Baptiste Daroussin
2011-05-04Encode horizontal scroll events (AC Pan) as button presses (bit 5 and 6)Maksim Yevmenkin
2010-11-22Don't generate input() since it's not used.Rebecca Cran
2010-09-08Make sure to only pickup hid_input items when parsing input reports.Maksim Yevmenkin
2010-05-13mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to theUlrich Spörlein
2010-05-09Catch up with libusbhid merge (rev 205728).Kai Wang
2010-03-02Remove redundant WARNS?=6 overrides and inherit the WARNS setting fromUlrich Spörlein