Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/wsmoused/
H A Dmouse_protocols.c142 {"KYEEZ00", P_MS}, /* Genius EZScroll */
143 {"KYE0001", P_MS}, /* Genius PnP Mouse */
149 {"PNP0F01", P_MS}, /* MS serial */
157 {"PNP0F09", P_MS}, /* MS BallPoint serial */
158 {"PNP0F0A", P_MS}, /* MS PnP serial */
159 {"PNP0F0B", P_MS}, /* MS PnP BallPoint serial */
160 {"PNP0F0C", P_MS}, /* MS serial comatible */
161 {"PNP0F0F", P_MS}, /* MS BallPoint comatible */
963 case P_MS: /* Microsoft */ in mouse_protocol()
H A Dmouse_protocols.h58 #define P_MS 0 /* Microsoft Serial, 3 bytes */ macro