OpenGrok
Cross Reference: adb_usb_map.c
xref
: /
src
/
sys
/
dev
/
adb
/
adb_usb_map.c
Home
|
History
|
Annotate
|
Download
|
only in
adb
History log of
/src/sys/dev/adb/adb_usb_map.c
Revision
Date
Author
Comments
1.3
14-May-2022
manu
Add ISO and JIS keyboard layouts for ADB to USB emulation
The layout is configurable using sysctl machdep.adbkbdX.emulate_usb:
0 = no emulation
1 = ANSI
2 = ISO (new with this change)
3 = JIS (new with this change)
Default value is detected using the ADB keyboard handler id. JIS
default is disabled until it is tested.
1.2
08-Nov-2014
macallan
nicely ask the keyboard to distinguish between left and right Control, Alt
and Shift keys.
Welcome to the world of accents and diacritics!
1.1
29-Aug-2012
macallan
branches: 1.1.2; 1.1.4; 1.1.16;
when in event mode, optionally pretend to be a USB keyboard
with this USB and ADB keyboards can coexist at the same mux, with X just
listening to /dev/wskbd instead of having to open each one separately
this can be controlled via sysctl, defaults to off for now
needs testing with non-US keyboards
1.1.16.1
05-Jul-2016
snj
Pull up following revision(s) (requested by sevan in ticket #1187):
sys/dev/adb/adb_kbd.c: revision 1.23
sys/dev/adb/adb_keymap.h: revisions 1.5, 1.6
sys/dev/adb/adb_usb_map.c: revision 1.2
nicely ask the keyboard to distinguish between left and right Control, Alt
and Shift keys.
Welcome to the world of accents and diacritics!
--
Add us.dvorak keymap variant for ADB keyboards. Addresses PR 51255.
Tested by sevan@.
1.1.4.2
30-Oct-2012
yamt
sync with head
1.1.4.1
29-Aug-2012
yamt
file adb_usb_map.c was added on branch yamt-pagecache on 2012-10-30 17:20:52 +0000
1.1.2.1
03-Dec-2017
jdolecek
update from HEAD
Indexes created Wed Oct 01 18:09:54 GMT 2025