index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
bluetooth
/
btkbd.c
Age
Commit message (
Expand
)
Author
2017-12-10
Factor out bus-independant HID code so that it can be shared by USB, bluetooth
bouyer
2014-11-16
Replace callout_stop with callout_halt
ozaki-r
2013-09-12
#ifdef the "npress" variable, so it is only defined (and initialized) when
martin
2012-10-27
split device_t/softc for all remaining drivers.
chs
2012-04-03
register/deregister pmf(9) NULL handlers for bthub(4) and
plunky
2012-01-11
offset processing of input reports to a kernel thread, to avoid
plunky
2011-12-31
Fix panic triggered by pressing the caps lock key:
rkujawa
2009-05-12
struct cfdata * -> cfdata_t, no functional changes intended.
cegger
2008-09-09
Redde Caesari quae sunt Caesaris. Or rather, in this particular case,
cube
2007-11-03
'struct callout' => callout_t
plunky
2007-11-03
switch devices to using CFATTACH_DECL_NEW()
plunky
2007-07-09
Merge some of the less invasive changes from the vmlocking branch:
ad
2007-03-04
Kill 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-05
Halt the callout on detach
plunky
2006-07-26
Bluetooth fixes by Iain Hibbert:
tron
2006-06-19
Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@,
gdamore