Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collect information about current mouse #288

Open
jspjutNV opened this issue Mar 2, 2021 · 1 comment · May be fixed by #331
Open

Collect information about current mouse #288

jspjutNV opened this issue Mar 2, 2021 · 1 comment · May be fixed by #331
Labels
enhancement New feature or request

Comments

@jspjutNV
Copy link
Contributor

jspjutNV commented Mar 2, 2021

This is a feature to collect information about the mouse being used and store it in the database. We'd like the following:

  • Mouse make and model
  • Model variant (if any)
  • Firmware version
  • Polling rate
  • Click latency
  • Sensor latency
  • Mouse DPI (may not be possible)
@jspjutNV jspjutNV added the enhancement New feature or request label Mar 2, 2021
@jspjutNV jspjutNV added this to the v21.06.01 milestone Mar 2, 2021
@jspjutNV jspjutNV added this to To Do in Issue Tracking via automation Mar 2, 2021
@bboudaoud-nv
Copy link
Collaborator

The best we can probably do here for now is some sort of VID/PID lookup for HID devices. We can then lookup these VID/PIDs in a table like this one to get the vendor/product name and correlate additional info from there. It might make just as much sense to just write the mouse name into the database and do this lookup when processing data.

Its worth pointing out that we should think about systems that have multiple mice/keyboards connected and what to do in that case.

I'm not sure there is a (general purpose) mechanism in place to get at things like the firmware version.

@jspjutNV jspjutNV modified the milestones: v21.04.01, v21.06.01 Apr 15, 2021
@jspjutNV jspjutNV modified the milestones: v21.07.01, v21.09.01 Jul 26, 2021
@jspjutNV jspjutNV modified the milestones: v21.09.01, v21.11.01 Sep 27, 2021
@jspjutNV jspjutNV modified the milestones: v21.11.01, v22.01.01 Oct 7, 2021
@bboudaoud-nv bboudaoud-nv moved this from To Do to In progress in Issue Tracking May 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Issue Tracking
In progress
Development

Successfully merging a pull request may close this issue.

2 participants