]> mj.ucw.cz Git - misc.git/commitdiff
Komentar...
authorMartin Mares <mj@ucw.cz>
Sat, 31 Oct 2009 21:35:43 +0000 (22:35 +0100)
committerMartin Mares <mj@ucw.cz>
Sat, 31 Oct 2009 21:35:43 +0000 (22:35 +0100)
spy/keyspy.c

index 6ae4d8dffd3875b9617452064cdfc54567fba26a..4552c599c409ebf8feb03ae47062158a3fb6f0ad 100644 (file)
@@ -38,7 +38,7 @@ static void record(char *logname)
       struct input_event ev;
       if (read(evfd, &ev, sizeof(ev)) != sizeof(ev))
        die("Error reading event device: %m\n");
-      printf("type=%04x code=%04x value=%08x\n", ev.type, ev.code, ev.value);
+      // printf("type=%04x code=%04x value=%08x\n", ev.type, ev.code, ev.value);
       if (ev.type == EV_KEY)
        {
          struct spy_event se;