summaryrefslogtreecommitdiff
path: root/sys/dev/bluetooth
AgeCommit message (Expand)Author
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
2008-06-10use new "defpseudodev" where appropriate, and remove dummy interfacedrochner
2008-04-24Merge the socket locking patch:ad
2008-04-15some changes to serial bluetooth host controller interfacesplunky
2008-03-28Use deviter API to search for child devices.plunky
2008-03-22remove unnecessary include fileplunky
2007-12-15__FUNCTION__ -> __func__perry
2007-12-03initialize loop variable as loop is not necessarily undertakenplunky
2007-12-02Print name of firmware on fail for firmware_open().kiyohara
2007-12-02Add support bgb2xx. (not test X-)kiyohara
2007-11-28Clean up the way that bluetooth drivers attach to the bluetooth stack,plunky
2007-11-28+ Use device_t.kiyohara