diff options
author | nate <nate@FreeBSD.org> | 1996-11-15 17:30:29 +0000 |
---|---|---|
committer | nate <nate@FreeBSD.org> | 1996-11-15 17:30:29 +0000 |
commit | 15e5b314d67600df08174bc50c166e1909013fd4 (patch) | |
tree | d127188026f4e5b8092d9e7938d34745d9658e1f /sys | |
parent | ae9003a65660da13e2ba2fc4d43fe29200ebe7b7 (diff) | |
download | FreeBSD-src-15e5b314d67600df08174bc50c166e1909013fd4.zip FreeBSD-src-15e5b314d67600df08174bc50c166e1909013fd4.tar.gz |
Disable mouse acceleration by default to be the same as the previous
driver.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/i386/isa/psm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/psm.c b/sys/i386/isa/psm.c index 03faf6c..4420ae7 100644 --- a/sys/i386/isa/psm.c +++ b/sys/i386/isa/psm.c @@ -19,7 +19,7 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: psm.c,v 1.27 1996/11/15 05:41:34 nate Exp $ + * $Id: psm.c,v 1.28 1996/11/15 06:17:36 nate Exp $ */ /* @@ -93,7 +93,7 @@ /* #define PSM_NOCHECKSYNC if defined, don't check the header data byte */ #ifndef PSM_ACCEL -#define PSM_ACCEL 2 /* must be one or greater; acceleration will be +#define PSM_ACCEL 0 /* must be one or greater; acceleration will be * disabled if zero */ #endif |