X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fdcttech-usbrelay%2Fprotocol.h;h=9e3d86df115534e80f9e13ebf70e0cd67492c046;hb=060df80fb354246cc309ef80927d38e37e922eb2;hp=45b8ec4bfca0ec7556ffdc6e24e7c53eb9b087bf;hpb=321f85fb07ea38d81abfde7769833838e8aef068;p=libsigrok.git diff --git a/src/hardware/dcttech-usbrelay/protocol.h b/src/hardware/dcttech-usbrelay/protocol.h index 45b8ec4b..9e3d86df 100644 --- a/src/hardware/dcttech-usbrelay/protocol.h +++ b/src/hardware/dcttech-usbrelay/protocol.h @@ -43,6 +43,7 @@ struct dev_context { char *hid_path; + uint16_t usb_vid, usb_pid; hid_device *hid_dev; size_t relay_count; uint32_t relay_mask;