Home | Sort by: relevance | last modified time | path |
/src/sys/dev/pckbport/ | |
synapticsvar.h | 105 char ext_right; member in struct:synaptics_softc |
synapticsvar.h | 105 char ext_right; member in struct:synaptics_softc |
synaptics.c | 1273 int ext_left = -1, ext_right = -1, ext_middle = -1, local in function:pms_synaptics_parse 1494 ext_right = PMS_RBUTMASK; 1496 ext_right = 0; 1595 if (ext_right != -1) 1596 nsp.sp_right = sc->ext_right = ext_right; 1597 else if (sc->ext_right != 0) 1598 nsp.sp_right = sc->ext_right; |
synaptics.c | 1273 int ext_left = -1, ext_right = -1, ext_middle = -1, local in function:pms_synaptics_parse 1494 ext_right = PMS_RBUTMASK; 1496 ext_right = 0; 1595 if (ext_right != -1) 1596 nsp.sp_right = sc->ext_right = ext_right; 1597 else if (sc->ext_right != 0) 1598 nsp.sp_right = sc->ext_right; |