]> sigrok.org Git - libsigrok.git/blobdiff - hardware/victor-dmm/protocol.h
Use common usb_source_add and usb_source_remove functions.
[libsigrok.git] / hardware / victor-dmm / protocol.h
index b85737861be15633e19b42b89078b15ec926a019..9253900488f02f5d8da58959cd9fb0581f089260 100644 (file)
@@ -49,9 +49,6 @@ struct dev_context {
        /** The current number of already received samples. */
        uint64_t num_samples;
        gint64 end_time;
-
-       /* Only requires 3 really. */
-       int usbfd[10];
 };
 
 SR_PRIV int victor_dmm_receive_data(struct sr_dev_inst *sdi, unsigned char *buf);