]> git.zerfleddert.de Git - hmcfgusb/blobdiff - hmsniff.c
send a full frame containing only zeroes instead of a zero-byte frame
[hmcfgusb] / hmsniff.c
index 837f4e01e4f209d88d10efbefb0aa0dc52a93b8b..1936d5bd0d53dbd306cb983084bf3d1cb5dc4070 100644 (file)
--- a/hmsniff.c
+++ b/hmsniff.c
@@ -188,7 +188,7 @@ int main(int argc, char **argv)
                }
                printf("HM-CFG-USB opened!\n");
 
-               hmcfgusb_send_null_frame(dev);
+               hmcfgusb_send_null_frame(dev, 1);
                hmcfgusb_send(dev, (unsigned char*)"K", 1, 1);
 
                while(!quit) {
@@ -210,7 +210,7 @@ int main(int argc, char **argv)
                                        break;
                                } else {
                                        /* periodically wakeup the device */
-                                       hmcfgusb_send_null_frame(dev);
+                                       hmcfgusb_send_null_frame(dev, 1);
                                }
                        }
                }
Impressum, Datenschutz