]> git.zerfleddert.de Git - hmcfgusb/blobdiff - hmland.c
increase timeout granularity to handle missing acks on culfw-devices
[hmcfgusb] / hmland.c
index fd2d09e4881c60c4f739e68282c028ebb06272b1..38cd7a3a9607442316181181b4f3f0304ce3c439 100644 (file)
--- a/hmland.c
+++ b/hmland.c
@@ -508,7 +508,7 @@ static int comm(int fd_in, int fd_out, int master_socket, int flags)
        while(!quit) {
                int fd;
 
-               fd = hmcfgusb_poll(dev, 1);     /* Wakeup device/bus at least once a second */
+               fd = hmcfgusb_poll(dev, 1000);  /* Wakeup device/bus at least once a second */
                if (fd >= 0) {
                        if (fd == master_socket) {
                                int client;
Impressum, Datenschutz