.. | .. |
---|
340 | 340 | pipe = usbhsh_uep_to_pipe(uep); |
---|
341 | 341 | |
---|
342 | 342 | if (unlikely(!pipe)) { |
---|
343 | | - dev_err(dev, "uep doens't have pipe\n"); |
---|
| 343 | + dev_err(dev, "uep doesn't have pipe\n"); |
---|
344 | 344 | } else if (1 == uep->counter--) { /* last user */ |
---|
345 | 345 | struct usb_host_endpoint *ep = usbhsh_uep_to_ep(uep); |
---|
346 | 346 | struct usbhsh_device *udev = usbhsh_uep_to_udev(uep); |
---|
.. | .. |
---|
1283 | 1283 | /* |
---|
1284 | 1284 | * generic hardware linkage |
---|
1285 | 1285 | */ |
---|
1286 | | - .flags = HCD_USB2, |
---|
| 1286 | + .flags = HCD_DMA | HCD_USB2, |
---|
1287 | 1287 | |
---|
1288 | 1288 | .start = usbhsh_host_start, |
---|
1289 | 1289 | .stop = usbhsh_host_stop, |
---|