]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/pipistrello-ols/protocol.h
fixed a problem with USB defines
[libsigrok.git] / src / hardware / pipistrello-ols / protocol.h
index 64db0acbd890b6e217cd8ee923043aaf25312b62..e62d8ab2e6fa76cb03e00f3f033d9ce5c9cbe7f3 100644 (file)
 #ifndef LIBSIGROK_HARDWARE_PIPISTRELLO_OLS_PROTOCOL_H
 #define LIBSIGROK_HARDWARE_PIPISTRELLO_OLS_PROTOCOL_H
 
+#define USB_VENDOR_ID                  0x0403
+#define USB_DEVICE_ID                  0x6010
+#define USB_VENDOR_NAME                "Saanlima"
+#define USB_IPRODUCT                   "Pipistrello LX45"
+
 #include <stdint.h>
 #include <string.h>
 #include <glib.h>