kernel - usb keyboard - Fix polling issue on x86_64 when dropping into DDB
authorMatthew Dillon <dillon@apollo.backplane.com>
Sat, 6 Feb 2010 08:26:38 +0000 (00:26 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sat, 6 Feb 2010 08:26:38 +0000 (00:26 -0800)
commitb9a09edee8fcb479c571cc3c8778211ebb64fb73
tree6087d4bf7222a3529e564886acda01c0cec3a6f3
parentef77015ecbc711f60630bc90c67da65b7480100a
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.
sys/dev/usbmisc/ukbd/ukbd.c