Skip to content

Commit

Permalink
Added OPPO vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed Jun 12, 2016
1 parent 7709a27 commit 9c0fd2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jni/hu_usb.c
Expand Up @@ -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);
}
Expand Down
1 change: 1 addition & 0 deletions jni/hu_uti.h
Expand Up @@ -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
Expand Down

0 comments on commit 9c0fd2b

Please sign in to comment.