HomeSort by: relevance | last modified time | path
    Searched refs:SYN_FLAG_HAS_MAX_REPORT (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pckbport/
synapticsvar.h 62 #define SYN_FLAG_HAS_MAX_REPORT (1 << 13)
synaptics.c 466 sc->flags |= SYN_FLAG_HAS_MAX_REPORT;
490 { SYN_FLAG_HAS_MAX_REPORT, "Reports max", },
578 if (sc->flags & SYN_FLAG_HAS_MAX_REPORT) {

Completed in 16 milliseconds