Do not follow this link

~iank/evhz

improve license notice
supposedly handle >1000hz

From
https://gist.github.com/Sporif/314d5796e48ff0e9f63ec5b89f967b66
I don't have a > 1000hz mouse to be sure.
Increase event max, someone has event257
3b656489 — Ian Kelling 7 years ago
remove last testing date, code is stable
04261c11 — Tobias Jakobi 7 years ago
Use proper 64-bit integer arithmetic for Hz calculation

The current code uses double floats, which makes no sense since
time differences are always integer and never fractional.

Also fix up the averaging code a bit.

This fixes some spurious wrong Hz values reported for
my Logitech Rumblepad 2.

Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
7a9bfe10 — Ian Kelling 8 years ago
small doc update
1c5e7224 — Ian Kelling 8 years ago
general improvements
5f6cab74 — Ian Kelling 8 years ago
add uhci_hcd bug to README.md
0f170f03 — Ian Kelling 8 years ago
minor: doc format
e9de032f — Ian Kelling 8 years ago
update readme
f5959ab7 — Ian Kelling 8 years ago
lessen indent, use spaces
479040cc — Ian Kelling 9 years ago
Merge pull request #4 from aldrik/master

Show the polling rate for graphics tables
d48d0d6d — Aldrik Dunbar 9 years ago
Also show the polling rate for graphics tables
3ab980d2 — Ian Kelling 10 years ago
minor doc update
728674aa — Ian Kelling 10 years ago
minor doc update
3d2bbea2 — Ian Kelling 10 years ago
doc update
f9fcef9f — Ian Kelling 10 years ago
minor doc update
d39eacd5 — Ian Kelling 10 years ago
doc update
0a8bb0da — Ian Kelling 10 years ago
fix handlig of string /dev/input/event[10..49]
85054bc7 — Ian Kelling 11 years ago
Minor readme update
Next
Do not follow this link