xhci: 1.1 spec bumped scratchpads to 36. Set to sane 48 max
This commit is contained in:
parent
1b6e91d3b9
commit
cf9e522172
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user