CVSROOT: /cvs Module name: src Changes by: ratc...@cvs.openbsd.org 2013/02/15 03:20:07
Modified files: sys/dev/pckbc : pckbd.c Log message: backout latest: audio keys can autorepeat. Autorepeated keys are not decoded by the wskbd layer, thus autorepeted audio keys end-up passed to userland in raw mode (ie to X), resulting in keyboard input corruption. Noticed (and debugged) by halex@, thanks.