Home
last modified time | relevance | path

Searched refs:P_MS (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/usr.sbin/wsmoused/
Dmouse_protocols.c143 {"KYEEZ00", P_MS}, /* Genius EZScroll */
144 {"KYE0001", P_MS}, /* Genius PnP Mouse */
150 {"PNP0F01", P_MS}, /* MS serial */
158 {"PNP0F09", P_MS}, /* MS BallPoint serial */
159 {"PNP0F0A", P_MS}, /* MS PnP serial */
160 {"PNP0F0B", P_MS}, /* MS PnP BallPoint serial */
161 {"PNP0F0C", P_MS}, /* MS serial comatible */
162 {"PNP0F0F", P_MS}, /* MS BallPoint comatible */
1019 case P_MS: /* Microsoft */ in mouse_protocol()
Dmouse_protocols.h57 #define P_MS 0 /* Microsoft Serial, 3 bytes */ macro