summaryrefslogtreecommitdiff
path: root/sys/dev/bluetooth
AgeCommit message (Expand)Author
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
2007-11-12improve visibility of [dis]connected messagesplunky
2007-11-11convert device printf() usages to aprint_xxxx()plunky
2007-11-11bluetooth stack now keeps a device_t and passes it to device callbacks,plunky
2007-11-10use more device_t and device_xxx() accessorsplunky
2007-11-10Call ttyflush() with tty_lock held.ad
2007-11-07Merge from vmlocking:ad
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