Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/wsmoused/
H A Dmouse_protocols.c140 {"MSH0001", P_IMSERIAL},/* MS IntelliMouse */
141 {"MSH0004", P_IMSERIAL},/* MS IntelliMouse TrackBall */
144 {"KYE0003", P_IMSERIAL},/* Genius NetMouse */
145 {"LGI800C", P_IMSERIAL},/* Logitech MouseMan (4 button model) */
146 {"LGI8050", P_IMSERIAL},/* Logitech MouseMan+ */
147 {"LGI8051", P_IMSERIAL},/* Logitech FirstMouse+ */
922 case P_IMSERIAL: /* IntelliMouse, NetMouse, Mie Mouse, in mouse_protocol()
967 case P_IMSERIAL: /* IntelliMouse, NetMouse, Mie Mouse, in mouse_protocol()
H A Dmouse_protocols.h65 #define P_IMSERIAL 7 /* MS IntelliMouse, 4 bytes */ macro