Searched refs:MOUSE_PROTO_PS2 (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/sys/ |
H A D | mouse.h | 204 #define MOUSE_PROTO_PS2 7 /* PS/2 mouse, 3 bytes */ macro
|
/freebsd/usr.sbin/moused/ |
H A D | moused.c | 291 { "PNP0F03", MOUSE_PROTO_PS2, MOUSE_MODEL_GENERIC }, 317 { "PNP0F0E", MOUSE_PROTO_PS2, MOUSE_MODEL_GENERIC }, 325 { "PNP0F12", MOUSE_PROTO_PS2, MOUSE_MODEL_GENERIC }, 327 { "PNP0F13", MOUSE_PROTO_PS2, MOUSE_MODEL_GENERIC }, 339 { "PNP0F19", MOUSE_PROTO_PS2, MOUSE_MODEL_GENERIC }, 846 case MOUSE_PROTO_PS2: in main() 1742 case MOUSE_PROTO_PS2: in r_init() 1909 if (pBufP != 0 && rodent.rtype != MOUSE_PROTO_PS2 && in r_protocol() 2131 case MOUSE_PROTO_PS2: /* PS/2 */ in r_protocol()
|
/freebsd/sys/dev/cyapa/ |
H A D | cyapa.c | 561 sc->mode.protocol = MOUSE_PROTO_PS2; in cyapa_attach() 1204 ((mousemode_t *)data)->protocol = MOUSE_PROTO_PS2; in cyapaioctl() 1209 ((mousemode_t *)data)->protocol = MOUSE_PROTO_PS2; in cyapaioctl()
|
/freebsd/sys/dev/atkbdc/ |
H A D | psm.c | 2653 ((old_mousemode_t *)addr)->protocol = MOUSE_PROTO_PS2; 2660 ((old_mousemode_t *)addr)->protocol = MOUSE_PROTO_PS2; 2680 ((mousemode_t *)addr)->protocol = MOUSE_PROTO_PS2; 2693 ((mousemode_t *)addr)->protocol = MOUSE_PROTO_PS2;
|