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