summaryrefslogtreecommitdiff
path: root/sys/dev/bluetooth/btkbd.c
AgeCommit message (Expand)Author
2017-12-10Factor out bus-independant HID code so that it can be shared by USB, bluetoothbouyer
2014-11-16Replace callout_stop with callout_haltozaki-r
2013-09-12#ifdef the "npress" variable, so it is only defined (and initialized) whenmartin
2012-10-27split device_t/softc for all remaining drivers.chs
2012-04-03register/deregister pmf(9) NULL handlers for bthub(4) andplunky
2012-01-11offset processing of input reports to a kernel thread, to avoidplunky
2011-12-31Fix panic triggered by pressing the caps lock key:rkujawa
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-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-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-09-05Halt the callout on detachplunky
2006-07-26Bluetooth fixes by Iain Hibbert:tron
2006-06-19Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@,gdamore