cvs commit: src/sys/dev/usbmisc/ukbd
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon Dec 13 18:27:35 PST 2004
dillon 2004/12/13 18:27:00 PST
DragonFly src repository
Modified files:
sys/dev/usbmisc/ukbd ukbd.c
Log:
Do not reinitialize the translation mode if reattaching to an existing
keyboard state, aka the console. Otherwise we might change the mode out
from under X and screw up X's translation of keyboard strokes.
This allows a USB keyboard to be unplugged and replugged in without messing
up X.
Revision Changes Path
1.12 +9 -1 src/sys/dev/usbmisc/ukbd/ukbd.c
http://www.dragonflybsd.org/cvsweb/src/sys/dev/usbmisc/ukbd/ukbd.c.diff?r1=1.11&r2=1.12&f=u
More information about the Commits
mailing list