mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 18:30:55 -05:00
Many I2C "compatibility" mouse devices found on touchpads continue to return last report data in sampling mode after touch has been ended. That results in cursor drift. Filter out such a reports with comparing content of current report with content of previous one. Reported by: many Tested by: omatsuda, gllb (github.com) Obtained from: sysutils/iichid
10 lines
134 B
Makefile
10 lines
134 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/hid
|
|
|
|
KMOD= hms
|
|
SRCS= hms.c
|
|
SRCS+= opt_hid.h
|
|
SRCS+= bus_if.h device_if.h
|
|
|
|
.include <bsd.kmod.mk>
|