Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/wsmoused/
H A Dmouse_protocols.c148 {"LGI8001", P_LOGIMAN}, /* Logitech serial */
156 {"PNP0F08", P_LOGIMAN}, /* Logitech serial */
162 {"PNP0F17", P_LOGIMAN}, /* Logitech serial compat */
230 if (mouse.proto == P_LOGIMAN || mouse.proto == P_LOGI) { in SetMouseSpeed()
647 case P_LOGIMAN: in mouse_init()
964 case P_LOGIMAN: /* MouseMan/TrackMan */ in mouse_protocol()
H A Dmouse_protocols.h62 #define P_LOGIMAN 4 /* Logitech MouseMan 3/4 bytes */ macro