hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/usb/host/ohci-ps3.c
....@@ -46,7 +46,7 @@
4646 .product_desc = "PS3 OHCI Host Controller",
4747 .hcd_priv_size = sizeof(struct ohci_hcd),
4848 .irq = ohci_irq,
49
- .flags = HCD_MEMORY | HCD_USB11,
49
+ .flags = HCD_MEMORY | HCD_DMA | HCD_USB11,
5050 .reset = ps3_ohci_hc_reset,
5151 .start = ps3_ohci_hc_start,
5252 .stop = ohci_stop,