aboutsummaryrefslogtreecommitdiff
path: root/sys/include/dev/usb
diff options
context:
space:
mode:
Diffstat (limited to 'sys/include/dev/usb')
-rw-r--r--sys/include/dev/usb/xhcivar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/include/dev/usb/xhcivar.h b/sys/include/dev/usb/xhcivar.h
index 06ed3ee..12a528c 100644
--- a/sys/include/dev/usb/xhcivar.h
+++ b/sys/include/dev/usb/xhcivar.h
@@ -37,7 +37,7 @@
#define XHCI_TIMEOUT 500 /* In ms */
#define XHCI_CMDRING_LEN 16
#define XHCI_EVRING_LEN 16
-#define XHCI_TRB_SIZE 128 /* In bytes */
+#define XHCI_TRB_SIZE 16 /* In bytes */
#define XHCI_EVENTRING_LEN XHCI_CMDRING_LEN
#define XHCI_MAX_PROTOS 4