cvs commit: src/sys/dev/misc/kbd kbdreg.h src/sys/dev/usbmisc/ukbd ukbd.c

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Jun 6 11:50:09 PDT 2007


dillon      2007/06/06 11:49:28 PDT

DragonFly src repository

  Modified files:
    sys/dev/misc/kbd     kbdreg.h 
    sys/dev/usbmisc/ukbd ukbd.c 
  Log:
  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 at exemail.com.au>
  
  Revision  Changes    Path
  1.6       +1 -0      src/sys/dev/misc/kbd/kbdreg.h
  1.18      +10 -5     src/sys/dev/usbmisc/ukbd/ukbd.c


http://www.dragonflybsd.org/cvsweb/src/sys/dev/misc/kbd/kbdreg.h.diff?r1=1.5&r2=1.6&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/usbmisc/ukbd/ukbd.c.diff?r1=1.17&r2=1.18&f=u





More information about the Commits mailing list