xhci: 1.1 spec actually specifies 1023 maximum scratch pads.
* While my test XHCI machine only requested 36, the spec for 1.1 actually states the controller can now "request up to 1023"
This commit is contained in:
@@ -279,7 +279,7 @@
|
|||||||
#define XHCI_MAX_SLOTS 255
|
#define XHCI_MAX_SLOTS 255
|
||||||
#define XHCI_MAX_PORTS 127
|
#define XHCI_MAX_PORTS 127
|
||||||
#define XHCI_MAX_ENDPOINTS 32
|
#define XHCI_MAX_ENDPOINTS 32
|
||||||
#define XHCI_MAX_SCRATCHPADS 48
|
#define XHCI_MAX_SCRATCHPADS 1024
|
||||||
#define XHCI_MAX_DEVICES 128
|
#define XHCI_MAX_DEVICES 128
|
||||||
#define XHCI_MAX_TRANSFERS 8
|
#define XHCI_MAX_TRANSFERS 8
|
||||||
#define XHCI_MAX_TRBS_PER_TD 18
|
#define XHCI_MAX_TRBS_PER_TD 18
|
||||||
|
|||||||
Reference in New Issue
Block a user