git: kernel - usb keyboard - Fix polling issue on x86_64 when dr

看板DFBSD_commit作者時間16年前 (2010/02/06 16:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit b9a09edee8fcb479c571cc3c8778211ebb64fb73 Author: Matthew Dillon <dillon@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
文章代碼(AID): #1BRIa9P- (DFBSD_commit)