From d48d0d6dc66a638b0086ee3c6c898a1ba35284f8 Mon Sep 17 00:00:00 2001 From: Aldrik Dunbar Date: Sun, 1 Feb 2015 05:36:06 +0100 Subject: [PATCH] Also show the polling rate for graphics tables --- evhz.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2