summaryrefslogtreecommitdiffstats
path: root/sys/dev/adb
AgeCommit message (Expand)AuthorFilesLines
2016-06-05Use the new input functions of wsmouse in mouse and touchscreen drivers.bru1-3/+2
2014-10-18Remove even more unnecessary `needs-flag' attributes from config machinery,miod1-2/+2
2014-09-06Magical sequences to ender ddb(4) from an ADB keyboard.mpi1-3/+3
2014-01-26Attempt to make user changes of keyboard layout a bit more `sticky' on wsmuxmiod1-2/+2
2013-08-22Remove a mac68k leftover, no object change.mpi1-11/+1
2013-05-31Add switch screen and scrollback commands to be used with upcomingmpi1-16/+16
2013-03-09Drop 3rd and 4th clauses from Bradley A. Grantham's license, from NetBSDmpi1-6/+1
2012-06-23Put back the non-controversial changes from r1.5 that I reverted onmpi1-17/+11
2012-01-29Swap the keycodes of the two swapped keys of Apple ISO keyboards and updatempi3-27/+44
2011-11-09Auto-repeat keys in WSKBD_RAW mode is not needed.shadchin2-42/+5
2011-10-23Revert key modifier change in raw mode, it's not clear which modifier wempi1-10/+24
2011-10-09Fix the backspace key under X11 and make the 'option' key behaves like inmpi1-24/+10
2011-06-16Uses generic confargs to attach the apm(4) and piic(4) drivers instead ofmpi1-4/+1
2011-06-15Add a const char* as first member of struct adb_attach_args, so that we canmiod4-7/+18
2011-06-13Not need define KEYBOARD_ARRAY (keyboard array used only in dev/adb/akbd.cshadchin3-151/+146
2010-05-23mac68k can move to defining __mac68k__ insteadderaadt1-2/+2
2009-01-21Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs).grange1-3/+3
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.ray1-8/+1
2008-06-13Make kbd -l work for adb. -mojmaja1-2/+2
2007-04-10Add support for a fourth axis on wsmouse devices, e.g. on the Apple Mightmiod1-2/+2
2007-03-13Drop the second and third arguments to adb_op_sync, for they are not used;miod3-25/+25
2006-03-23Previous state machine for caps lock would prove ineffective if caps lockmiod2-22/+53
2006-03-10Switch to RAWKEY_xxx constants.miod1-135/+132
2006-02-12Remove unused columns from the keyboard[] array. No functional change.miod2-136/+137
2006-02-12Clean up the adb_event structure, now that it is never exported to userland;miod4-181/+129
2006-02-09Oops, put the default case outside the ADBVERBOSE block in adbprint().miod1-2/+2
2006-02-06Attach a wskbd device for unknown adb mapped devices, just in case we lackmiod1-1/+3
2006-02-03Restore patch from rev 1.9 of macppc/dev/ams.c that got lost in codematthieu1-11/+12
2006-01-18Factorize akbd and ams drivers between mac68k and macppc; while there, startmiod9-0/+2247