Searched defs:pms_softc (Results 1 – 1 of 1) sorted by relevance
51 struct pms_softc { /* driver status information */ struct52 device_t sc_dev;54 pckbport_tag_t sc_kbctag;55 pckbport_slot_t sc_kbcslot;57 int sc_enabled; /* input enabled? */58 int inputstate; /* number of bytes received for this packet */59 u_int buttons; /* mouse button status */60 enum pms_type protocol;61 unsigned char packet[6];62 struct timeval last, current;[all …]