Skip to content

Commit 23cb76c

Browse files
committed
wip
1 parent 2357fb5 commit 23cb76c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

a

Whitespace-only changes.

mac/hid.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ hid_device * HID_API_EXPORT hid_open_path(const char *path)
722722
char str[32];
723723

724724
/* Create the buffers for receiving data */
725-
dev->max_input_report_len = (CFIndex) get_max_report_length(dev->device_handle);
725+
dev->max_input_report_len = 64;
726726
dev->input_report_buf = calloc(dev->max_input_report_len, sizeof(uint8_t));
727727

728728
/* Create the Run Loop Mode for this device.

0 commit comments

Comments
 (0)