|
@@ -149,7 +149,7 @@ extern "C" {
|
|
|
dev->device_handle = INVALID_HANDLE_VALUE;
|
|
dev->device_handle = INVALID_HANDLE_VALUE;
|
|
|
dev->blocking = TRUE;
|
|
dev->blocking = TRUE;
|
|
|
dev->output_report_length = 0;
|
|
dev->output_report_length = 0;
|
|
|
- dev->input_report_length = 1024 * 1024;
|
|
|
|
|
|
|
+ dev->input_report_length = 2048;
|
|
|
dev->last_error_str = NULL;
|
|
dev->last_error_str = NULL;
|
|
|
dev->last_error_num = 0;
|
|
dev->last_error_num = 0;
|
|
|
dev->read_pending = FALSE;
|
|
dev->read_pending = FALSE;
|