summaryrefslogtreecommitdiffstats
path: root/sys/dev/adb (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use the new input functions of wsmouse in mouse and touchscreen drivers.bru2016-06-051-3/+2
* Remove even more unnecessary `needs-flag' attributes from config machinery,miod2014-10-181-2/+2
* Magical sequences to ender ddb(4) from an ADB keyboard.mpi2014-09-061-3/+3
* Attempt to make user changes of keyboard layout a bit more `sticky' on wsmuxmiod2014-01-261-2/+2
* Remove a mac68k leftover, no object change.mpi2013-08-221-11/+1
* Add switch screen and scrollback commands to be used with upcomingmpi2013-05-311-16/+16
* Drop 3rd and 4th clauses from Bradley A. Grantham's license, from NetBSDmpi2013-03-091-6/+1
* Put back the non-controversial changes from r1.5 that I reverted onmpi2012-06-231-17/+11
* Swap the keycodes of the two swapped keys of Apple ISO keyboards and updatempi2012-01-293-27/+44
* Auto-repeat keys in WSKBD_RAW mode is not needed.shadchin2011-11-092-42/+5
* Revert key modifier change in raw mode, it's not clear which modifier wempi2011-10-231-10/+24
* Fix the backspace key under X11 and make the 'option' key behaves like inmpi2011-10-091-24/+10
* Uses generic confargs to attach the apm(4) and piic(4) drivers instead ofmpi2011-06-161-4/+1
* Add a const char* as first member of struct adb_attach_args, so that we canmiod2011-06-154-7/+18
* Not need define KEYBOARD_ARRAY (keyboard array used only in dev/adb/akbd.cshadchin2011-06-133-151/+146
* mac68k can move to defining __mac68k__ insteadderaadt2010-05-231-2/+2
* Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs).grange2009-01-211-3/+3
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* Make kbd -l work for adb. -mojmaja2008-06-131-2/+2
* Add support for a fourth axis on wsmouse devices, e.g. on the Apple Mightmiod2007-04-101-2/+2
* Drop the second and third arguments to adb_op_sync, for they are not used;miod2007-03-133-25/+25
* Previous state machine for caps lock would prove ineffective if caps lockmiod2006-03-232-22/+53
* Switch to RAWKEY_xxx constants.miod2006-03-101-135/+132
* Remove unused columns from the keyboard[] array. No functional change.miod2006-02-122-136/+137
* Clean up the adb_event structure, now that it is never exported to userland;miod2006-02-124-183/+131
* Oops, put the default case outside the ADBVERBOSE block in adbprint().miod2006-02-091-2/+2
* Attach a wskbd device for unknown adb mapped devices, just in case we lackmiod2006-02-061-1/+3
* Restore patch from rev 1.9 of macppc/dev/ams.c that got lost in codematthieu2006-02-031-11/+12
* Factorize akbd and ams drivers between mac68k and macppc; while there, startmiod2006-01-189-0/+2247