From cf9e522172b8909e2fd1b57401b732b95c30fc18 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Sat, 23 Apr 2016 12:49:10 -0500 Subject: [PATCH] xhci: 1.1 spec bumped scratchpads to 36. Set to sane 48 max --- src/add-ons/kernel/busses/usb/xhci_hardware.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/add-ons/kernel/busses/usb/xhci_hardware.h b/src/add-ons/kernel/busses/usb/xhci_hardware.h index 05f34db559..ed1859fe9b 100644 --- a/src/add-ons/kernel/busses/usb/xhci_hardware.h +++ b/src/add-ons/kernel/busses/usb/xhci_hardware.h @@ -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