From: Aldrik Dunbar Date: Sun, 1 Feb 2015 04:36:06 +0000 (+0100) Subject: Also show the polling rate for graphics tables X-Git-Url: https://iankelling.org/git/?p=evhz;a=commitdiff_plain;h=d48d0d6dc66a638b0086ee3c6c898a1ba35284f8 Also show the polling rate for graphics tables --- diff --git a/evhz.c b/evhz.c index 217e8b0..947ab81 100644 --- a/evhz.c +++ b/evhz.c @@ -94,7 +94,7 @@ int main(int argc, char *argv[]) { continue; } - if(event.type == EV_REL) { + if(event.type == EV_REL || event.type == EV_ABS) { double time; int hz;