diff options
author | Daniel Drake <dsd@gentoo.org> | 2008-05-04 14:10:19 +0100 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2008-05-04 14:10:19 +0100 |
commit | bfe74e9cd9c17a40fff042ea0647326f51cfecae (patch) | |
tree | b085291f3d0f1767cc3f8a58ec6f06739450d50b /libusb/libusbi.h | |
parent | c01f744ce07bbeccbe353e956479f0cc5a811a6f (diff) | |
download | libusb-bfe74e9cd9c17a40fff042ea0647326f51cfecae.tar.gz |
implement libusb_reset_device()
Diffstat (limited to 'libusb/libusbi.h')
-rw-r--r-- | libusb/libusbi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libusb/libusbi.h b/libusb/libusbi.h index c912632..bf4aa19 100644 --- a/libusb/libusbi.h +++ b/libusb/libusbi.h @@ -282,6 +282,7 @@ struct usbi_os_backend { int iface, int altsetting); int (*clear_halt)(struct libusb_device_handle *handle, unsigned char endpoint); + int (*reset_device)(struct libusb_device_handle *handle); void (*destroy_device)(struct libusb_device *dev); |