Searched defs:adbms_softc (Results 1 – 1 of 1) sorted by relevance
67 struct adbms_softc { struct68 device_t sc_dev;69 struct adb_device *sc_adbdev;70 struct adb_bus_accessops *sc_ops;73 u_int8_t sc_class; /* mouse class (mouse, trackball) */74 u_int8_t sc_buttons; /* number of buttons */75 u_int32_t sc_res; /* mouse resolution (dpi) */76 char sc_devid[5]; /* device indentifier */77 uint8_t sc_us; /* cmd to watch for */78 int sc_mb; /* current button state */[all …]