summaryrefslogtreecommitdiff
path: root/sys/dev/adb
AgeCommit message (Expand)Author
2024-05-13remove prototypes with no matching functionJonathan Gray
2023-01-23Add Backtab key, based on a change from Crystal Kolipe kolipe.c atNicholas Marriott
2022-10-21hw.power, machdep.lidaction, machdep.pwraction for macppcGeorge Koehler
2022-04-06constify struct cfattachChristian Weisgerber
2016-06-05Use the new input functions of wsmouse in mouse and touchscreen drivers.Ulf Brosziewski
2014-10-18Remove even more unnecessary `needs-flag' attributes from config machinery,Miod Vallat
2014-09-06Magical sequences to ender ddb(4) from an ADB keyboard.Martin Pieuchot
2014-01-26Attempt to make user changes of keyboard layout a bit more `sticky' on wsmuxMiod Vallat
2013-08-22Remove a mac68k leftover, no object change.Martin Pieuchot
2013-05-31Add switch screen and scrollback commands to be used with upcomingMartin Pieuchot
2013-03-09Drop 3rd and 4th clauses from Bradley A. Grantham's license, from NetBSDMartin Pieuchot
2012-06-23Put back the non-controversial changes from r1.5 that I reverted onMartin Pieuchot
2012-01-29Swap the keycodes of the two swapped keys of Apple ISO keyboards and updateMartin Pieuchot
2011-11-09Auto-repeat keys in WSKBD_RAW mode is not needed.Alexandr Shadchin
2011-10-23Revert key modifier change in raw mode, it's not clear which modifier weMartin Pieuchot
2011-10-09Fix the backspace key under X11 and make the 'option' key behaves like inMartin Pieuchot
2011-06-16Uses generic confargs to attach the apm(4) and piic(4) drivers instead ofMartin Pieuchot
2011-06-15Add a const char* as first member of struct adb_attach_args, so that we canMiod Vallat
2011-06-13Not need define KEYBOARD_ARRAY (keyboard array used only in dev/adb/akbd.cAlexandr Shadchin
2010-05-23mac68k can move to defining __mac68k__ insteadTheo de Raadt
2009-01-21Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs).Alexander Yurchenko
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-13Make kbd -l work for adb. -mojMats O Jansson
2007-04-10Add support for a fourth axis on wsmouse devices, e.g. on the Apple MightMiod Vallat
2007-03-13Drop the second and third arguments to adb_op_sync, for they are not used;Miod Vallat
2006-03-23Previous state machine for caps lock would prove ineffective if caps lockMiod Vallat
2006-03-10Switch to RAWKEY_xxx constants.Miod Vallat
2006-02-12Remove unused columns from the keyboard[] array. No functional change.Miod Vallat
2006-02-12Clean up the adb_event structure, now that it is never exported to userland;Miod Vallat
2006-02-09Oops, put the default case outside the ADBVERBOSE block in adbprint().Miod Vallat
2006-02-06Attach a wskbd device for unknown adb mapped devices, just in case we lackMiod Vallat
2006-02-03Restore patch from rev 1.9 of macppc/dev/ams.c that got lost in codeMatthieu Herrb
2006-01-18Factorize akbd and ams drivers between mac68k and macppc; while there, startMiod Vallat