Skip to content

Commit

Permalink
Explicitly set usb host channels to 8, as in the spec
Browse files Browse the repository at this point in the history
  • Loading branch information
popcornmix committed Jun 16, 2012
1 parent 3238b19 commit 3fc65f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/usb/host/dwc_otg/dwc_otg_core_if.h
Expand Up @@ -267,7 +267,8 @@ extern int32_t dwc_otg_get_param_max_packet_count(dwc_otg_core_if_t * core_if);
extern int dwc_otg_set_param_host_channels(dwc_otg_core_if_t * core_if, extern int dwc_otg_set_param_host_channels(dwc_otg_core_if_t * core_if,
int32_t val); int32_t val);
extern int32_t dwc_otg_get_param_host_channels(dwc_otg_core_if_t * core_if); extern int32_t dwc_otg_get_param_host_channels(dwc_otg_core_if_t * core_if);
#define dwc_param_host_channels_default 12 //#define dwc_param_host_channels_default 12
#define dwc_param_host_channels_default 8// Broadcom BCM2708


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

0 comments on commit 3fc65f9

Please sign in to comment.