git: kernel - usb keyboard - Fix polling issue on x86_64 when dropping into DDB

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Feb 6 00:29:11 PST 2010


commit b9a09edee8fcb479c571cc3c8778211ebb64fb73
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sat Feb 6 00:26:38 2010 -0800

    kernel - usb keyboard - Fix polling issue on x86_64 when dropping into DDB
    
    * USB keyboards stop responding when x86_64 drops into DDB.  For some reason
      this does not occur on 32-bit.
    
      Add a missing call to usbd_dopoll() in ukbd_check() to proactively
      solve the problem.

Summary of changes:
 sys/dev/usbmisc/ukbd/ukbd.c |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b9a09edee8fcb479c571cc3c8778211ebb64fb73


-- 
DragonFly BSD source repository





More information about the Commits mailing list