diff options
| author | Vladimir Kondratyev <wulf@FreeBSD.org> | 2021-09-02 19:28:05 +0000 |
|---|---|---|
| committer | Vladimir Kondratyev <wulf@FreeBSD.org> | 2021-09-02 19:35:26 +0000 |
| commit | 4836af0d42cf9d299ba9203a835bdcfa797a74c2 (patch) | |
| tree | 42c7adad752a2abd3d7590ddd059d5dee6290b78 /sys/dev/cyapa | |
| parent | 527b6d60f86953a40136abcf2f38cc4e70118954 (diff) | |
Diffstat (limited to 'sys/dev/cyapa')
| -rw-r--r-- | sys/dev/cyapa/cyapa.c | 2 |
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) |
