summaryrefslogtreecommitdiff
path: root/sys/dev/bluetooth/bthidev.c
AgeCommit message (Expand)Author
2007-11-03'struct callout' => callout_tplunky
2007-11-03switch devices to using CFATTACH_DECL_NEW()plunky
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
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-10-04Internally, use the service name as the identifier for matchingplunky
2006-09-12guard against a possible situation where the list of l2cap channels is changedplunky
2006-09-10update to bluetooth device attachment:plunky
2006-07-26Bluetooth fixes by Iain Hibbert:tron
2006-06-19Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@,gdamore