git: DragonFly_RELEASE_3_8 usb - Fix mouse stall issue in X
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Jun 12 19:37:56 PDT 2014
commit 59bb1e999843f386c8c550fb693e0b18ec5cef2d
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Thu Jun 12 19:35:16 2014 -0700
usb - Fix mouse stall issue in X
* Some code I had added to fix abort/reissue issues in ums could lose
track of whether the read was operational or not if the FIFO became
full.
* Correct the lost state.
* Should hopefully fix mouse-stall issues related to temporary X stalls
while moving the mouse that could result in the FIFO temporarily becoming
full.
Summary of changes:
sys/bus/u4b/input/ums.c | 8 ++++++++
1 file changed, 8 insertions(+)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/59bb1e999843f386c8c550fb693e0b18ec5cef2d
--
DragonFly BSD source repository
More information about the Commits
mailing list