CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2015/03/15 19:54:47
Modified files: sys/dev/pckbc : pckbd.c Log message: Revert 1.39. Resetting after specifically putting the keyboard in a different table will most likely just revert the keyboard to its default table anyway. Instead, just flush the kbd slot before choosing a table and then still forcefully enable the slot, which is enough to fix UKC on the 3rd gen X1 carbon while having a much smaller chance of breaking anything else. ok deraadt