summaryrefslogtreecommitdiff
path: root/sys/dev/bluetooth
AgeCommit message (Expand)Author
2019-06-08Clean get_props().isaki
2019-05-25Make it compilable even with debug option.isaki
2019-05-08Merge isaki-audio2 branch, the overhaul of audio subsystem.isaki
2019-03-16Use C99 style struct initializer to audio_hw_if.isaki
2019-02-03- add or adjust /* FALLTHROUGH */ where appropriatemrg
2019-01-24Add comments about D_MPSAFE to functions called as struct linesw.l_ioctl.knakahara
2018-11-15Correctly handle signed/unsigned quantities in kernel HID parser.jakllsch
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2017-12-10Factor out bus-independant HID code so that it can be shared by USB, bluetoothbouyer
2017-09-03Remove references to BlueCore.nat
2017-08-14Apply the sequence number mask to txack.nat
2017-08-14Conform to the spec. with regards to acknowlegment packets. This preventsnat
2017-08-11Ensure the XMIT flag is cleared before calling bth5_start.nat
2017-08-10Add support for btuart h5 3-wire protocol.nat
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2017-05-28bt_lock is now used as the audio interrupt lock. This is more appropriatenat
2016-08-15Curious typo, found by mootjamaxv
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2015-12-13STRENGHT -> STRENGTH and misc spelling/whitespace. no functional changeplunky
2015-09-06More on PR 41200: headers that declare ioctls should include sys/ioccom.h.dholland
2015-08-20include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.christos
2015-07-10Wrap up calls to softint_schedule in kpeempt_[dis/en]able.nat
2015-07-03Add basic support for tap detection, emulating a left-click.bouyer
2015-05-09use standard idiom - thanks riastradh@dholland
2015-05-09Coverity CID 975184: don't ignore pmf_device_register failure.dholland
2015-05-08goto out for negative lengths too. Really this test should either be removedchristos
2015-04-30Fix more memory leaks by changing the transmit routines to always free thechristos
2015-04-27free mbuf on failure (Brainy)christos
2015-04-16CID 1293640/1 memory corruption/overrunchristos
2015-04-06Add support for Apple Magic Trackpad.bouyer
2014-12-13Added quirk for ELECOM M-XG2BB.nonaka
2014-11-16Replace callout_stop with callout_haltozaki-r
2014-08-05split PRU_SEND function out of pr_generic() usrreq switches and put intortr
2014-07-31split PRU_DISCONNECT, PRU_SHUTDOWN and PRU_ABORT function out ofrtr
2014-07-30split PRU_CONNECT function out of pr_generic() usrreq switches and putrtr
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-07-24split PRU_BIND and PRU_LISTEN function out of pr_generic() usrreqrtr
2014-05-20netbt: rename some attach/detach functions to have _pcb suffix, sormind
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2013-10-17add __USE for debugging variableschristos
2013-09-12#ifdef the "npress" variable, so it is only defined (and initialized) whenmartin
2012-12-20increase some diagnosticsplunky
2012-12-20when no link-mode is specified, explicitly set a mode of (int)0plunky
2012-10-27split device_t/softc for all remaining drivers.chs
2012-06-02Add some pre-processor magic to verify that the type of the data itemdsl
2012-04-03register/deregister pmf(9) NULL handlers for bthub(4) andplunky
2012-03-26don't use mutex_spin*() on an IPL_NONE mutex. fixes PR#46120.mrg
2012-01-11offset processing of input reports to a kernel thread, to avoidplunky
2011-12-31Fix panic triggered by pressing the caps lock key:rkujawa