s/SYNAPTICS_DEBUG/SYNAPTICSDEBUG/ to keep consistency.

This commit is contained in:
rpaulo 2005-10-26 17:20:19 +00:00
parent 9a4155718f
commit 89c0260a2e

View File

@ -1,4 +1,4 @@
/* $NetBSD: synaptics.c,v 1.6 2005/06/20 02:49:19 atatat Exp $ */
/* $NetBSD: synaptics.c,v 1.7 2005/10/26 17:20:19 rpaulo Exp $ */
/*
* Copyright (c) 2005, Steve C. Woodford
@ -688,7 +688,7 @@ pms_synaptics_input(void *vsc, int data)
case 3:
if ((data & 8) == 8) {
#ifdef SYNAPTICS_DEBUG
#ifdef SYNAPTICSDEBUG
printf("%s: pms_input: dropped in relative mode, "
"reset\n", psc->sc_dev.dv_xname);
#endif