summaryrefslogtreecommitdiff
path: root/sys/dev/bluetooth
AgeCommit message (Expand)Author
2007-11-03'struct callout' => callout_tplunky
2007-11-03switch devices to using CFATTACH_DECL_NEW()plunky
2007-10-28remove unnecessary cast (shortens long line)plunky
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-10-14+ Add #ifdef DPRINTF{,N} before #undef.kiyohara
2007-10-08Use the softint API.ad
2007-10-04Fix some bugs.kiyohara
2007-10-02Use __packed rather than __attribute__ ((__packed__)).junyoung
2007-09-30Add bcsp(4). However, it is debuging state.kiyohara
2007-09-03No need to check the NULL, m_gethdr() calls always with M_WAIT.kiyohara
2007-08-15Remove BTUART_DEBUG.kiyohara
2007-07-23Remove printf for debugging.kiyohara
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-04-21Add 'service level' security for L2CAP and RFCOMM connections, followingplunky
2007-03-13remove extraneous whitespaceplunky
2007-03-12Not KAUTH_DEVICE_TTY_OPEN but KAUTH_GENERIC_ISSUSER is used.kiyohara
2007-03-06fix typoplunky
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-20Install sys/dev/bluetooth/btuart.h.briggs
2007-02-20Supprot Bluetooth HCI UART (H4) driver and daemon.kiyohara
2006-11-16__unused removal on arguments; approved by core.christos
2006-11-12Tidy away wsmouse_input() abstractions and updateplunky
2006-10-31enable 'Application Control Pan' in Consumer usage group as an equivalentplunky
2006-10-12- sprinkle __unused on function decls.christos
2006-10-04Internally, use the service name as the identifier for matchingplunky
2006-10-04fix incomplete initializerchristos
2006-09-24utilise auconv_set_converter() to handle the filter setup, so that itsplunky
2006-09-24adjust indentationplunky
2006-09-23guard against possible race conditions when detaching SCO pcb'splunky
2006-09-23return ENOTCONN when not connected, rather than EINVALplunky
2006-09-22Alter the protocol impemented by prop_kern to allow for bi-directionalthorpej
2006-09-12guard against a possible situation where the list of l2cap channels is changedplunky
2006-09-11btsco.c:plunky
2006-09-11also include service name in dictionary being sent to kernel.plunky
2006-09-10update to bluetooth device attachment:plunky
2006-09-05Halt the callout on detachplunky
2006-08-28add missing initializer.christos
2006-08-27BluetootH SCO Audio update.plunky
2006-08-20Make btdev default count explicitplunky
2006-08-13Remove obsolete file from repositoryplunky
2006-07-26Bluetooth fixes by Iain Hibbert:tron
2006-07-26Bluetooth fixes by Iain Hibbert:tron
2006-07-26Bluetooth fixes by Iain Hibbert:tron
2006-06-21make some bluetooth devices just devices, not interface attributesdrochner
2006-06-19Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@,gdamore
2006-03-28Use device_unit().thorpej
2006-02-20Use device_is_active() rather than testing dv_flags for DVF_ACTIVEthorpej
2005-12-17Make this build again (ktrace-lwp branch changes).xtraeme
2005-12-11merge ktrace-lwp.christos
2005-07-02bthcipoll must not return <sys/errno.h> error codes, return POLLERR/POLLHUPdsainty