Switch from libusb to hidapi
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
This commit is contained in:
parent
15c2a03944
commit
72feaa60b3
6 changed files with 114 additions and 332 deletions
|
@ -101,20 +101,8 @@ struct device3_t {
|
|||
uint16_t vendor_id;
|
||||
uint16_t product_id;
|
||||
|
||||
void* context;
|
||||
void* handle;
|
||||
|
||||
uint8_t interface_number;
|
||||
|
||||
uint8_t endpoint_address_in;
|
||||
uint8_t max_packet_size_in;
|
||||
|
||||
uint8_t endpoint_address_out;
|
||||
uint8_t max_packet_size_out;
|
||||
|
||||
bool detached;
|
||||
bool claimed;
|
||||
|
||||
uint32_t static_id;
|
||||
|
||||
uint64_t last_timestamp;
|
||||
|
|
Reference in a new issue