summaryrefslogtreecommitdiff
path: root/sys/dev/bluetooth
AgeCommit message (Expand)Author
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
2004-06-22Make ubt build; bluetooth.c is btbus code, not bthcidrv.soren
2004-01-04Kill the flow control interface. Bluetooth devices are not equipped to dealdsainty
2004-01-04Don't (ab)use the device driver flow control interface to prevent incomingdsainty
2003-07-24A little printf-casting to make the DIAGNOSTIC sections of thisnathanw
2003-07-14add missing __KERNEL_RCSID()lukem
2003-07-08function prototype must not have variable nameitojun
2003-01-11Changed the interface for passing output data between the bthci driverdsainty
2003-01-11Add bthci_util.cdsainty
2003-01-11Bluetooth HCI protocol constantsdsainty
2003-01-11Utilities for use with Bluetooth driversdsainty
2003-01-05Make the bthci driver functional. This is an experimental, incomplete, butdsainty
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-10-24g/c IRDA ioctls (was within #if 0 anyway)augustss
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-10Move IR and Bluetooth config defns missed in previous commit.thorpej
2002-10-10Move IR and Bluetooth config defns to their own files.thorpej
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-01Remove unnecessary extern decl of bthci_ca.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-12Make it compile. Rename a macro.augustss
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-08-24Add some placeholders for Bluetooth code.augustss