wip: native libusb can fetch product ID, serial, and android system FDs can be wrapped

This commit is contained in:
Kyle Johannes
2023-11-18 01:47:34 -05:00
parent b2f67f7ce1
commit ca630b4569
8 changed files with 340 additions and 22 deletions
+2 -2
View File
@@ -16,7 +16,7 @@
#endif
#ifdef ICSNEO_ENABLE_ANDROIDUSB
#include "icsneo/platform/cdcacm.h"
#include "icsneo/platform/android/androidusb.h"
#endif
#ifdef ICSNEO_ENABLE_FTDI
@@ -72,7 +72,7 @@ std::vector<std::shared_ptr<Device>> DeviceFinder::FindAll() {
#endif
#ifdef ICSNEO_ENABLE_ANDROIDUSB
ANDROIDUSB::Find(newDriverFoundDevices):
ANDROIDUSB::Find(newDriverFoundDevices);
#endif
#ifdef ICSNEO_ENABLE_FTDI