summaryrefslogtreecommitdiff
path: root/sys/dev/bluetooth
AgeCommit message (Expand)Author
2022-10-26btuart(4): Convert to ttylock/ttyunlock.riastradh
2022-10-26bth5(4): Convert to ttylock/ttyunlock.riastradh
2022-10-26bcsp(4): Convert to ttylock/ttyunlock.riastradh
2022-06-28remove KASSERT() checking for t_oproc at open since assigning this lineplunky
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-06-11Update for proplib(3) API changes.thorpej
2020-06-08Update for proplib(3) API changes.thorpej
2020-03-14fix memory leaksmaxv
2019-11-16Don't wait in interrupt context.mlelstv
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