aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/dev/cyapa/cyapa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cyapa/cyapa.c b/sys/dev/cyapa/cyapa.c
index 517ce8d1bab7..39f3349d5217 100644
--- a/sys/dev/cyapa/cyapa.c
+++ b/sys/dev/cyapa/cyapa.c
@@ -1377,7 +1377,7 @@ cyapa_raw_input(struct cyapa_softc *sc, struct cyapa_regs *regs, int freq)
#ifdef EVDEV_SUPPORT
if (evdev_rcpt_mask & EVDEV_RCPT_HW_MOUSE) {
for (i = 0; i < nfingers; ++i) {
- int32_t slot = evdev_get_mt_slot_by_tracking_id(
+ int slot = evdev_mt_id_to_slot(
sc->evdev, regs->touch[i].id);
if (slot == -1) {
if (cyapa_debug)