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
/
adb
/
adb_kbd.c
Age
Commit message (
Expand
)
Author
2022-05-14
Add ISO and JIS keyboard layouts for ADB to USB emulation
manu
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-04-24
Merge thorpej-cfargs branch:
thorpej
2020-08-31
defparam and use ADBKBD_LAYOUT, default to KB_US|KB_APPLE for tradition
macallan
2019-06-09
make this compile again without ddb
christos
2019-06-06
- call Debugger() from adbkbd_keys() instead of the task queue
macallan
2017-10-28
Kill some more extern struct cfdriver declarations.
riastradh
2015-07-29
We don't have Debugger if we don't have DDB.
christos
2015-07-27
add a sysctl to optionally ender ddb when pressing the power button
macallan
2014-11-08
aprint_*-ize
macallan
2014-11-08
nicely ask the keyboard to distinguish between left and right Control, Alt
macallan
2013-11-18
minor tweaks to shut gcc4.8 warning off.
nisimura
2012-09-19
some older powerbook keyboards use the same scancode for the power button as
macallan
2012-09-02
Move adbkbd_setup_sysctl() declaration to outside NWSMOUSE > 0, to
he
2012-08-30
add options ADBKBD_EMUL_USB to turn USB emulation on by default
macallan
2012-08-29
when in event mode, optionally pretend to be a USB keyboard
macallan
2012-06-02
Add some pre-processor magic to verify that the type of the data item
dsl
2011-11-16
only require the power button to be pressed twice on keyboards where it's easy
macallan
2011-08-18
Fix gcc-4.5 warnings. If you still see them, e-mail them to me.
christos
2011-07-28
sanitize sysctl interface in order to appease gcc 4.5
macallan
2009-03-18
Ansify function definitions w/o arguments. Generated with sed.
cegger
2008-03-26
split softc/device_t
matt
2007-10-10
make this compile without wsmouse support in the kernel
macallan
2007-05-09
in order to avoid accidential shutdown only send power button events to powerd
macallan
2007-04-16
don't panic when someone presses the power button without powerd running
macallan
2007-04-16
actually support WSDISPLAY_COMPAT_RAWKBD
macallan
2007-04-16
more autoconfig cosmetics
macallan
2007-04-16
on the iBook Fn-Command sends the same scancode as the power button on some
macallan
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2007-02-20
update copyrights
macallan
2007-02-20
report power button events to sysmon
macallan
2007-01-18
avoid another collision
macallan
2007-01-17
new, simplified ADB drivers
macallan