summaryrefslogtreecommitdiff
path: root/sys/dev/bluetooth
AgeCommit message (Expand)Author
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
2011-12-10no need to acquire thread lock in btsco_open / btsco_close, as they arejmcneill
2011-11-23Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. Fromjmcneill
2011-07-31Put back #include "ioconf.h" per popular demand.uebayasi
2011-07-20Add config(5) fragment for MI bluetooth(4) drivers.jakllsch
2011-05-25Declare cfdrivers using extern rather than including ioconf.h.uebayasi
2011-03-16use C99 style for variadic macro argumentsplunky
2010-05-22add Magic Mouse driver and manpage btmagic(4)plunky
2010-04-28allow for vendor-id and product-id properties, passing themplunky
2010-02-18Remove unnecessary line-feed.kiyohara
2009-08-21I had a complaint that it was difficult to reconnect a device afterplunky
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-05-07Introduce actions/requests to handle authorization for ppp(4), sl(4),elad
2009-04-26Authorizing actions from the generic scope using a device scope wrapperelad
2009-03-15ansify function definitionscegger
2009-01-11merge christos-time_tchristos
2008-09-09Redde Caesari quae sunt Caesaris. Or rather, in this particular case,cube
2008-08-06Convert socket options code to use a sockopt structureplunky
2008-06-23hold bt_lock when sending data via sco_send()plunky
2008-06-12use device_lookup_private to get softccegger