]> git.zerfleddert.de Git - hmcfgusb/commitdiff
make sure quit is reset to 0 after a device-init
authorMichael Gernoth <michael@gernoth.net>
Wed, 29 May 2013 22:11:37 +0000 (00:11 +0200)
committerMichael Gernoth <michael@gernoth.net>
Wed, 29 May 2013 22:11:37 +0000 (00:11 +0200)
hmcfgusb.c

index ace2e57cb6934367629eb88e60a2eb32ca401393..1a6bb760eb36764eb2d9b2c736bcd4244db4778b 100644 (file)
@@ -317,6 +317,8 @@ struct hmcfgusb_dev *hmcfgusb_init(hmcfgusb_cb_fn cb, void *data)
 
        dev->n_pfd = dev->n_usb_pfd;
 
+       quit = 0;
+
        return dev;
 }
 
Impressum, Datenschutz