Displaying 1 result from an estimated 1 matches for "set_interrupt".
Did you mean:
get_interrupt
2010 Mar 25
1
new TSSHARA SOHO II ups
...be performed as USB interrupts I/O as this UPS doesn't
recognizes Control IO, so libusb_get_report() and libusb_set_report() will
not work. Looking at libusb.c I realized there's a libusb_get_interrupt()
which can be used to read from the endpoint, however there's no counterpart
libusb_set_interrupt() API and usb_communication_subdriver_t structure
doesn't contain a *set_interrupt element as well:
libusb.h
....
typedef struct usb_communication_subdriver_s {
char *name; /* name of this
subdriver */
char *version;...