xhci: 1.1 spec bumped scratchpads to 36. Set to sane 48 max

This commit is contained in:
Alexander von Gluck IV 2016-04-23 12:49:10 -05:00
parent 1b6e91d3b9
commit cf9e522172

View File

@ -279,7 +279,7 @@
#define XHCI_MAX_SLOTS 255
#define XHCI_MAX_PORTS 127
#define XHCI_MAX_ENDPOINTS 32
#define XHCI_MAX_SCRATCHPADS 32
#define XHCI_MAX_SCRATCHPADS 48
#define XHCI_MAX_DEVICES 128
#define XHCI_MAX_TRANSFERS 8
#define XHCI_MAX_TRBS_PER_TD 18