| Age | Commit message (Expand) | Author |
| 2017-12-10 | Factor out bus-independant HID code so that it can be shared by USB, bluetooth | bouyer |
| 2017-09-03 | Remove references to BlueCore. | nat |
| 2017-08-14 | Apply the sequence number mask to txack. | nat |
| 2017-08-14 | Conform to the spec. with regards to acknowlegment packets. This prevents | nat |
| 2017-08-11 | Ensure the XMIT flag is cleared before calling bth5_start. | nat |
| 2017-08-10 | Add support for btuart h5 3-wire protocol. | nat |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 2017-05-28 | bt_lock is now used as the audio interrupt lock. This is more appropriate | nat |
| 2016-08-15 | Curious typo, found by mootja | maxv |
| 2016-07-07 | KNF. Remove extra spaces. No functional change. | msaitoh |
| 2015-12-13 | STRENGHT -> STRENGTH and misc spelling/whitespace. no functional change | plunky |
| 2015-09-06 | More on PR 41200: headers that declare ioctls should include sys/ioccom.h. | dholland |
| 2015-08-20 | include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. | christos |
| 2015-07-10 | Wrap up calls to softint_schedule in kpeempt_[dis/en]able. | nat |
| 2015-07-03 | Add basic support for tap detection, emulating a left-click. | bouyer |
| 2015-05-09 | use standard idiom - thanks riastradh@ | dholland |
| 2015-05-09 | Coverity CID 975184: don't ignore pmf_device_register failure. | dholland |
| 2015-05-08 | goto out for negative lengths too. Really this test should either be removed | christos |
| 2015-04-30 | Fix more memory leaks by changing the transmit routines to always free the | christos |
| 2015-04-27 | free mbuf on failure (Brainy) | christos |
| 2015-04-16 | CID 1293640/1 memory corruption/overrun | christos |
| 2015-04-06 | Add support for Apple Magic Trackpad. | bouyer |
| 2014-12-13 | Added quirk for ELECOM M-XG2BB. | nonaka |
| 2014-11-16 | Replace callout_stop with callout_halt | ozaki-r |
| 2014-08-05 | split PRU_SEND function out of pr_generic() usrreq switches and put into | rtr |
| 2014-07-31 | split PRU_DISCONNECT, PRU_SHUTDOWN and PRU_ABORT function out of | rtr |
| 2014-07-30 | split PRU_CONNECT function out of pr_generic() usrreq switches and put | rtr |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-07-24 | split PRU_BIND and PRU_LISTEN function out of pr_generic() usrreq | rtr |
| 2014-05-20 | netbt: rename some attach/detach functions to have _pcb suffix, so | rmind |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2013-10-17 | add __USE for debugging variables | christos |
| 2013-09-12 | #ifdef the "npress" variable, so it is only defined (and initialized) when | martin |
| 2012-12-20 | increase some diagnostics | plunky |
| 2012-12-20 | when no link-mode is specified, explicitly set a mode of (int)0 | plunky |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-06-02 | Add some pre-processor magic to verify that the type of the data item | dsl |
| 2012-04-03 | register/deregister pmf(9) NULL handlers for bthub(4) and | plunky |
| 2012-03-26 | don't use mutex_spin*() on an IPL_NONE mutex. fixes PR#46120. | mrg |
| 2012-01-11 | offset processing of input reports to a kernel thread, to avoid | plunky |
| 2011-12-31 | Fix panic triggered by pressing the caps lock key: | rkujawa |
| 2011-12-10 | no need to acquire thread lock in btsco_open / btsco_close, as they are | jmcneill |
| 2011-11-23 | Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From | jmcneill |
| 2011-07-31 | Put back #include "ioconf.h" per popular demand. | uebayasi |
| 2011-07-20 | Add config(5) fragment for MI bluetooth(4) drivers. | jakllsch |
| 2011-05-25 | Declare cfdrivers using extern rather than including ioconf.h. | uebayasi |
| 2011-03-16 | use C99 style for variadic macro arguments | plunky |
| 2010-05-22 | add Magic Mouse driver and manpage btmagic(4) | plunky |
| 2010-04-28 | allow for vendor-id and product-id properties, passing them | plunky |