Module Name:src
Committed By: manu
Date: Sat May 14 01:16:55 UTC 2022
Modified Files:
src/sys/dev/adb: adb_kbd.c adb_keymap.h adb_usb_map.c
Log Message:
Add ISO and JIS keyboard layouts for ADB to USB emulation
The layout is configurable using sysctl machdep.adbkbdX.emula
Module Name:src
Committed By: manu
Date: Sat May 14 01:16:55 UTC 2022
Modified Files:
src/sys/dev/adb: adb_kbd.c adb_keymap.h adb_usb_map.c
Log Message:
Add ISO and JIS keyboard layouts for ADB to USB emulation
The layout is configurable using sysctl machdep.adbkbdX.emula
Module Name:src
Committed By: macallan
Date: Wed Apr 6 17:37:31 UTC 2022
Modified Files:
src/sys/dev/adb: adb_ktm.c
Log Message:
KNF nits, NFC
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/adb/adb_ktm.c
Please note that diffs are not public do
Module Name:src
Committed By: macallan
Date: Wed Apr 6 17:37:31 UTC 2022
Modified Files:
src/sys/dev/adb: adb_ktm.c
Log Message:
KNF nits, NFC
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/adb/adb_ktm.c
Please note that diffs are not public do
Module Name:src
Committed By: macallan
Date: Wed Apr 6 17:14:43 UTC 2022
Modified Files:
src/sys/dev/adb: adb_keymap.h
Log Message:
we've been using the power key for its intended purpose for yesrs, which
makes breaking into DDB awkward, so let's do what everyone else doe
Module Name:src
Committed By: macallan
Date: Wed Apr 6 17:14:43 UTC 2022
Modified Files:
src/sys/dev/adb: adb_keymap.h
Log Message:
we've been using the power key for its intended purpose for yesrs, which
makes breaking into DDB awkward, so let's do what everyone else doe
Module Name:src
Committed By: macallan
Date: Sun Sep 15 16:16:36 UTC 2019
Modified Files:
src/sys/dev/adb: adb_ktm.c
Log Message:
fix non-debug build
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/adb/adb_ktm.c
Please note that diffs are not pub
Module Name:src
Committed By: macallan
Date: Sun Sep 15 16:16:36 UTC 2019
Modified Files:
src/sys/dev/adb: adb_ktm.c
Log Message:
fix non-debug build
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/adb/adb_ktm.c
Please note that diffs are not pub
Module Name:src
Committed By: macallan
Date: Sun Sep 8 05:55:15 UTC 2019
Modified Files:
src/sys/dev/adb: files.adb
Added Files:
src/sys/dev/adb: adb_ktm.c
Log Message:
add driver for Kensington Turbo Mouse ( actually a trackball )
the adbms driver contains basic
Module Name:src
Committed By: macallan
Date: Sun Sep 8 05:55:15 UTC 2019
Modified Files:
src/sys/dev/adb: files.adb
Added Files:
src/sys/dev/adb: adb_ktm.c
Log Message:
add driver for Kensington Turbo Mouse ( actually a trackball )
the adbms driver contains basic
Module Name:src
Committed By: macallan
Date: Thu Sep 5 21:29:22 UTC 2019
Modified Files:
src/sys/dev/adb: adb_ms.c
Log Message:
now that I figured out how the checksum for the Kensington Turbo Mouse's
init command works:
- document it
- calculate the checksum instead of h
Module Name:src
Committed By: macallan
Date: Thu Sep 5 21:29:22 UTC 2019
Modified Files:
src/sys/dev/adb: adb_ms.c
Log Message:
now that I figured out how the checksum for the Kensington Turbo Mouse's
init command works:
- document it
- calculate the checksum instead of h
Module Name:src
Committed By: macallan
Date: Sat Aug 31 02:14:51 UTC 2019
Modified Files:
src/sys/dev/adb: adb_ms.c
Log Message:
fix Kensington Turbo Mouse support properly
- program the buttons sanely ( as left & right mouse buttons, no toggles and
no ridiculous debounc
Module Name:src
Committed By: macallan
Date: Sat Aug 31 02:14:51 UTC 2019
Modified Files:
src/sys/dev/adb: adb_ms.c
Log Message:
fix Kensington Turbo Mouse support properly
- program the buttons sanely ( as left & right mouse buttons, no toggles and
no ridiculous debounc
Module Name:src
Committed By: macallan
Date: Fri Aug 30 19:24:03 UTC 2019
Modified Files:
src/sys/dev/adb: adb_ms.c
Log Message:
make Kensington Turbo Mouse ( actually a trackball ) work:
- this thing speaks EMP, act like it
- adjust the *way* excessive timeout for trying
Module Name:src
Committed By: macallan
Date: Fri Aug 30 19:24:03 UTC 2019
Modified Files:
src/sys/dev/adb: adb_ms.c
Log Message:
make Kensington Turbo Mouse ( actually a trackball ) work:
- this thing speaks EMP, act like it
- adjust the *way* excessive timeout for trying
Module Name:src
Committed By: christos
Date: Sun Jun 9 14:18:30 UTC 2019
Modified Files:
src/sys/dev/adb: adb_kbd.c
Log Message:
make this compile again without ddb
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/dev/adb/adb_kbd.c
Please note that
Module Name:src
Committed By: christos
Date: Sun Jun 9 14:18:30 UTC 2019
Modified Files:
src/sys/dev/adb: adb_kbd.c
Log Message:
make this compile again without ddb
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/dev/adb/adb_kbd.c
Please note that
Module Name:src
Committed By: macallan
Date: Thu Jun 6 20:59:58 UTC 2019
Modified Files:
src/sys/dev/adb: adb_kbd.c files.adb
Log Message:
- call Debugger() from adbkbd_keys() instead of the task queue
- add options ADBKBD_POWER_DDB to enable DDB-on-Power by default
To
Module Name:src
Committed By: macallan
Date: Thu Jun 6 20:59:58 UTC 2019
Modified Files:
src/sys/dev/adb: adb_kbd.c files.adb
Log Message:
- call Debugger() from adbkbd_keys() instead of the task queue
- add options ADBKBD_POWER_DDB to enable DDB-on-Power by default
To
20 matches
Mail list logo