Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jun 2007 20:27:54 +0000 (UTC)
From:      Philip Paeps <philip@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/moused moused.c
Message-ID:  <200706172027.l5HKRsXO082982@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
philip      2007-06-17 20:27:54 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/moused      moused.c 
  Log:
  Fix a (very) longstanding bug in moused(8) affecting high-resolution rodents
  when linear acceleration (-a) was enabled with a <1 value to slow them down.
  
  Previously, rounding errors would eat small movements so the mouse had to be
  moved a certain distance to get any movement at all.  We now calculate the
  rounding errors and take them into account when reporting movement.
  
  PR:             bin/113749
  Submitted by:   Oliver Fromme <olli -at- secnetix.de>
  MFC after:      3 days
  
  Revision  Changes    Path
  1.79      +41 -6     src/usr.sbin/moused/moused.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706172027.l5HKRsXO082982>