summaryrefslogtreecommitdiff
path: root/sys/dev/bluetooth/btms.c
AgeCommit message (Expand)Author
2017-12-10Factor out bus-independant HID code so that it can be shared by USB, bluetoothbouyer
2014-12-13Added quirk for ELECOM M-XG2BB.nonaka
2012-10-27split device_t/softc for all remaining drivers.chs
2012-04-03register/deregister pmf(9) NULL handlers for bthub(4) andplunky
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2008-09-09Redde Caesari quae sunt Caesaris. Or rather, in this particular case,cube
2007-11-03switch devices to using CFATTACH_DECL_NEW()plunky
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-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-06-19Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@,gdamore