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