Skip to content

Commit 3fc65f9

Browse files
committed
Explicitly set usb host channels to 8, as in the spec
1 parent 3238b19 commit 3fc65f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/usb/host/dwc_otg/dwc_otg_core_if.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,8 @@ extern int32_t dwc_otg_get_param_max_packet_count(dwc_otg_core_if_t * core_if);
267267
extern int dwc_otg_set_param_host_channels(dwc_otg_core_if_t * core_if,
268268
int32_t val);
269269
extern int32_t dwc_otg_get_param_host_channels(dwc_otg_core_if_t * core_if);
270-
#define dwc_param_host_channels_default 12
270+
//#define dwc_param_host_channels_default 12
271+
#define dwc_param_host_channels_default 8// Broadcom BCM2708
271272

272273
/** The number of endpoints in addition to EP0 available for device
273274
* mode operations.

0 commit comments

Comments
 (0)