Implement Get FireWire Data packet, and support for Linux.

This commit is contained in:
2019-10-19 00:09:03 +01:00
parent f161e88ecd
commit fa4fa839a6
7 changed files with 253 additions and 4 deletions

View File

@@ -52,4 +52,11 @@ uint8_t linux_get_usb_data(const char* devicePath,
char* manufacturer,
char* product,
char* serial);
uint8_t linux_get_ieee1394_data(const char* devicePath,
uint32_t* idModel,
uint32_t* idVendor,
uint64_t* guid,
char* vendor,
char* model);
#endif // DICREMOTE_LINUX_H