diff --git a/jni/hu_usb.c b/jni/hu_usb.c index c1c98e88..b3b15fe5 100644 --- a/jni/hu_usb.c +++ b/jni/hu_usb.c @@ -467,6 +467,8 @@ struct usbvpid iusb_vendor_get (libusb_device * device) { return (5); if (vendor == USB_VID_LEN) return (5); + if (vendor == USB_VID_OPO) + return (5); return (0); } diff --git a/jni/hu_uti.h b/jni/hu_uti.h index 098eba85..98f8dec1 100644 --- a/jni/hu_uti.h +++ b/jni/hu_uti.h @@ -229,6 +229,7 @@ strlcpy(char *dst, /* O - Destination string */ #define USB_VID_COM 0x1519 // Comneon #define USB_VID_ASE 0x0835 // Action Star Enterprise +#define USB_VID_OPO 0x22d9 // Oppo //#define USB_PID_OM8 0x0f87 //#define USB_PID_MOG 0x2e76