We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3238b19 commit 3fc65f9Copy full SHA for 3fc65f9
drivers/usb/host/dwc_otg/dwc_otg_core_if.h
@@ -267,7 +267,8 @@ extern int32_t dwc_otg_get_param_max_packet_count(dwc_otg_core_if_t * core_if);
267
extern int dwc_otg_set_param_host_channels(dwc_otg_core_if_t * core_if,
268
int32_t val);
269
extern int32_t dwc_otg_get_param_host_channels(dwc_otg_core_if_t * core_if);
270
-#define dwc_param_host_channels_default 12
+//#define dwc_param_host_channels_default 12
271
+#define dwc_param_host_channels_default 8// Broadcom BCM2708
272
273
/** The number of endpoints in addition to EP0 available for device
274
* mode operations.
0 commit comments