summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsakimisu <[email protected]>2022-12-31 14:13:06 +0800
committersakimisu <[email protected]>2022-12-31 14:13:06 +0800
commite9b5023c79dfc0deb18e3c35adf415144092b4bf (patch)
treefbaacde20877aa0a055eb63e5c72a00950e325b0
parentb4618216392c252cddb0a498333b6cd23ac37778 (diff)
update iso transfer
-rw-r--r--port/ehci/usb_hc_ehci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/port/ehci/usb_hc_ehci.h b/port/ehci/usb_hc_ehci.h
index 64800377..dfe3575b 100644
--- a/port/ehci/usb_hc_ehci.h
+++ b/port/ehci/usb_hc_ehci.h
@@ -247,7 +247,7 @@
#define ITD_TSCL_STATUS_XACTERR (1 << 28) /* Bit 28: Transaction error */
#define ITD_TSCL_STATUS_BABBLE (1 << 29) /* Bit 29: Babble Detected */
#define ITD_TSCL_STATUS_DBERROR (1 << 30) /* Bit 30: Data Buffer Error */
-#define ITD_TSCL_STATUS_ACTIVE (1 << 31) /* Bit 28: Transaction error */
+#define ITD_TSCL_STATUS_ACTIVE (1 << 31) /* Bit 31: Active error */
/* iTD Buffer Page Pointer List. Paragraph 3.3.4 */