summaryrefslogtreecommitdiff
path: root/sys/dev/bluetooth/bthub.c
AgeCommit message (Expand)Author
2007-11-03switch devices to using CFATTACH_DECL_NEW()plunky
2007-10-28remove unnecessary cast (shortens long line)plunky
2007-03-13remove extraneous whitespaceplunky
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
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-10-04fix incomplete initializerchristos
2006-09-22Alter the protocol impemented by prop_kern to allow for bi-directionalthorpej
2006-09-10update to bluetooth device attachment:plunky
2006-08-13Remove obsolete file from repositoryplunky
2006-06-19Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@,gdamore