1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-29 16:44:03 +00:00

Disable mouse acceleration by default to be the same as the previous

driver.
This commit is contained in:
Nate Williams 1996-11-15 17:30:29 +00:00
parent d4e29514fc
commit 5fa39f9bde
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19782

View File

@ -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