Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/adb



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 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


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/dev/adb/adb_kbd.c
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/adb/adb_keymap.h
cvs rdiff -u -r0 -r1.1 src/sys/dev/adb/adb_usb_map.c
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/adb/files.adb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index