CVS commit: src/sys/dev/adb

2020-08-31 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Aug 31 17:54:18 UTC 2020 Modified Files: src/sys/dev/adb: adb_kbd.c files.adb Log Message: defparam and use ADBKBD_LAYOUT, default to KB_US|KB_APPLE for tradition To generate a diff of this commit: cvs rdiff -u -r1.29

CVS commit: src/sys/dev/adb

2020-08-31 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Aug 31 17:51:56 UTC 2020 Modified Files: src/sys/dev/adb: adb_keymap.h Log Message: behave like USB keyboards - KB_US uses ctrl-alt-Fn, KB_APPLE variant uses Command-Fn To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/adb

2020-08-29 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Aug 29 22:33:53 UTC 2020 Modified Files: src/sys/dev/adb: adb_keymap.h Log Message: properly map left Command to Meta_L and left Option to Alt_L Mostly for correctness, should help non-US layouts To generate a diff of

CVS commit: src/sys/dev/adb

2016-06-19 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Jun 20 00:05:58 UTC 2016 Modified Files: src/sys/dev/adb: adb_keymap.h Log Message: Add us.dvorak keymap variant for ADB keyboards. Addresses PR 51255. Tested by sevan@. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/adb

2015-07-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jul 29 08:45:29 UTC 2015 Modified Files: src/sys/dev/adb: adb_kbd.c Log Message: We don't have Debugger if we don't have DDB. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/dev/adb/adb_kbd.c Please

CVS commit: src/sys/dev/adb

2015-07-27 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Jul 27 19:27:04 UTC 2015 Modified Files: src/sys/dev/adb: adb_kbd.c Log Message: add a sysctl to optionally ender ddb when pressing the power button To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/sys/dev/adb

2014-11-08 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Nov 8 16:52:35 UTC 2014 Modified Files: src/sys/dev/adb: adb_kbd.c adb_keymap.h adb_usb_map.c Log Message: nicely ask the keyboard to distinguish between left and right Control, Alt and Shift keys. Welcome to the world of

CVS commit: src/sys/dev/adb

2014-11-08 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Nov 8 17:21:51 UTC 2014 Modified Files: src/sys/dev/adb: adb_bus.c adb_kbd.c Log Message: aprint_*-ize To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/adb/adb_bus.c cvs rdiff -u -r1.23 -r1.24

CVS commit: src/sys/dev/adb

2014-10-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Oct 29 00:48:12 UTC 2014 Modified Files: src/sys/dev/adb: adb_ms.c Log Message: actually support EMP ( as in, look for additional motion info bits, not just buttons ) To generate a diff of this commit: cvs rdiff -u -r1.15

CVS commit: src/sys/dev/adb

2013-11-18 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Mon Nov 18 11:02:34 UTC 2013 Modified Files: src/sys/dev/adb: adb_kbd.c adb_ms.c Log Message: minor tweaks to shut gcc4.8 warning off. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/dev/adb/adb_kbd.c

CVS commit: src/sys/dev/adb

2012-09-18 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Sep 19 04:55:07 UTC 2012 Modified Files: src/sys/dev/adb: adb_kbd.c Log Message: some older powerbook keyboards use the same scancode for the power button as later ones send on Fn-Command - now we look for that 'special'

CVS commit: src/sys/dev/adb

2012-09-02 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun Sep 2 21:06:54 UTC 2012 Modified Files: src/sys/dev/adb: adb_kbd.c Log Message: Move adbkbd_setup_sysctl() declaration to outside NWSMOUSE 0, to match the rest of the code. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/adb

2012-08-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Aug 29 02:44:07 UTC 2012 Modified Files: src/sys/dev/adb: adb_kbd.c adb_keymap.h files.adb Added Files: src/sys/dev/adb: adb_usb_map.c Log Message: when in event mode, optionally pretend to be a USB keyboard with

CVS commit: src/sys/dev/adb

2011-11-15 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Nov 16 06:56:50 UTC 2011 Modified Files: src/sys/dev/adb: adb_kbd.c Log Message: only require the power button to be pressed twice on keyboards where it's easy to hit by accident, send an event to sysmon immediately

CVS commit: src/sys/dev/adb

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 18 02:18:41 UTC 2011 Modified Files: src/sys/dev/adb: adb_kbd.c adb_ms.c Log Message: Fix gcc-4.5 warnings. If you still see them, e-mail them to me. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/sys/dev/adb

2011-07-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jul 28 16:28:12 UTC 2011 Modified Files: src/sys/dev/adb: adb_kbd.c adb_ms.c Log Message: sanitize sysctl interface in order to appease gcc 4.5 To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/dev/adb

2010-09-07 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Sep 8 04:48:03 UTC 2010 Modified Files: src/sys/dev/adb: adb_bt.c Log Message: make debug code compile again To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/adb/adb_bt.c Please note that diffs

CVS commit: src/sys/dev/adb

2010-08-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Aug 11 16:54:10 UTC 2010 Modified Files: src/sys/dev/adb: adb_ms.c Log Message: Make the movement-while-tapping threshold smaller so moving the cursor by a few pixels won't trigger a button event. This should probably