diff options
Diffstat (limited to 'libk8055/k8055.h')
-rw-r--r-- | libk8055/k8055.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libk8055/k8055.h b/libk8055/k8055.h index b63f51f..69defbd 100644 --- a/libk8055/k8055.h +++ b/libk8055/k8055.h @@ -37,7 +37,8 @@ extern "C" { struct k8055_dev { int dev_no; - struct usb_dev_handle* device_handle; + struct libusb_context *usb_ctx; + struct libusb_device_handle *usb_handle; unsigned char data_in[PACKET_LEN+1]; unsigned char data_out[PACKET_LEN+1]; }; |