Skip to content

Commit

Permalink
usb: Support maximum endpoints per interface specified by USB spec
Browse files Browse the repository at this point in the history
  • Loading branch information
thrimbor authored and Ryzee119 committed Sep 7, 2024
1 parent d6e9c1c commit 699357f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/usb/libusbohci_xbox/usbh_config_xbox.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#define MAX_ALT_PER_IFACE 12 /*!< maximum number of alternative interfaces per interface */
#endif
#ifndef MAX_EP_PER_IFACE
#define MAX_EP_PER_IFACE 8 /*!< maximum number of endpoints per interface */
#define MAX_EP_PER_IFACE 15 /*!< maximum number of endpoints per interface */
#endif
#ifndef MAX_HUB_DEVICE
#define MAX_HUB_DEVICE 8 /*!< Maximum number of hub devices */
Expand Down

0 comments on commit 699357f

Please sign in to comment.