mirror of
https://github.com/aaru-dps/aaruremote.git
synced 2025-12-16 19:24:37 +00:00
Implement Get FireWire Data packet, and support for Linux.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user