Add a field to the keyboard abstraction structure that allows the USB
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 6 Jun 2007 18:49:28 +0000 (18:49 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 6 Jun 2007 18:49:28 +0000 (18:49 +0000)
commitfcd74d1b61ccd66f777fe3bdc880d7add5de0160
treedd759049d760b8eb4135f6e5c40473d43d72bb12
parent708a3bfa92d24b3ce88290842b88911740eb5cc6
Add a field to the keyboard abstraction structure that allows the USB
keyboard controller to save and restore the translation state.  This
allows you to disconnect and reconnect a USB keyboard and not get
gibberish when you type.

Reported-by: Petr Janda <elekktretterr@exemail.com.au>
sys/dev/misc/kbd/kbdreg.h
sys/dev/usbmisc/ukbd/ukbd.c