Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libusb/hid.c
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ hid_device * hid_open(unsigned short vendor_id, unsigned short product_id, const
return handle;
}

static void read_callback(struct libusb_transfer *transfer)
static void LIBUSB_CALL read_callback(struct libusb_transfer *transfer)
{
hid_device *dev = transfer->user_data;
int res;
Expand Down