| Age | Commit message (Expand) | Author |
| 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 |
| 2016-06-20 | Add us.dvorak keymap variant for ADB keyboards. Addresses PR 51255. | jakllsch |
| 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 |
| 2014-10-29 | actually support EMP | macallan |
| 2013-11-18 | minor tweaks to shut gcc4.8 warning off. | nisimura |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 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-08-01 | According to the Oxford Dictionary of Etymology, a wether is a male sheep | mbalmer |
| 2011-07-28 | sanitize sysctl interface in order to appease gcc 4.5 | macallan |
| 2010-09-08 | make debug code compile again | macallan |
| 2010-08-11 | Make the movement-while-tapping threshold smaller so moving the cursor by a | macallan |
| 2009-05-12 | KNF | cegger |
| 2009-03-18 | Ansify function definitions w/o arguments. Generated with sed. | cegger |
| 2008-05-15 | Let ADB button devices send PMF events instead of pretending to be keyboards. | macallan |
| 2008-04-29 | Convert to new 2 clause license | martin |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-05 | use aprint_*_dev and device_xname | cegger |
| 2008-03-26 | split softc/device_t | matt |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-10-10 | make this compile without wsmouse support in the kernel | macallan |
| 2007-08-06 | add keysyms for scrollback support | macallan |
| 2007-05-09 | in order to avoid accidential shutdown only send power button events to powerd | macallan |
| 2007-04-16 | add a very simple driver for ADB button devices found on halfway recent | 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 | cleanup autoconfig output | 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-02-10 | Fix botch on newlock2 merge. | tsutsui |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2007-02-09 | add a sysctl to turn off tapping to button event translation, same as in | macallan |
| 2007-02-09 | do a bus reset before looking for devices | macallan |
| 2007-01-18 | avoid another collision | macallan |
| 2007-01-17 | new, simplified ADB drivers | macallan |