From 4a65f4198886e4dae2b9152f93fc7e1ba73d6a34 Mon Sep 17 00:00:00 2001 From: Ondrej Jirman Date: Wed, 2 Feb 2022 08:39:11 +0100 Subject: [PATCH] Don't do probing at startup --- i2c-inputd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i2c-inputd.c b/i2c-inputd.c index 517fb86..69bb783 100644 --- a/i2c-inputd.c +++ b/i2c-inputd.c @@ -315,8 +315,8 @@ int main(int ac, char* av[]) debug("\033[2J"); - uint8_t buf[4] = {1, 2, 3, 4}; - ret = write_kb(fd, buf); +// uint8_t buf[4] = {1, 2, 3, 4}; +// ret = write_kb(fd, buf); // - we rely on POGO interrupt to get the key updates // - if any key is pressed, we will in addition poll