forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/usb/host/ehci-ps3.c
....@@ -59,7 +59,7 @@
5959 .product_desc = "PS3 EHCI Host Controller",
6060 .hcd_priv_size = sizeof(struct ehci_hcd),
6161 .irq = ehci_irq,
62
- .flags = HCD_MEMORY | HCD_USB2 | HCD_BH,
62
+ .flags = HCD_MEMORY | HCD_DMA | HCD_USB2 | HCD_BH,
6363 .reset = ps3_ehci_hc_reset,
6464 .start = ehci_run,
6565 .stop = ehci_stop,