commit | e9a35dd6f1292744c058be7ef7a263efd70fcfb3 | [log] [tgz] |
---|---|---|
author | Johann Fischer <j.fischer@phytec.de> | Wed Dec 04 10:24:25 2019 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Mar 10 16:04:50 2020 +0100 |
tree | eec6dfee5ea4b3da2d3e4b9341cea8dbc7d02d0b | |
parent | c2d45640c27bb370288cbddfaa81d81d4d0de066 [diff] |
drivers: usb_dc_mcux_ehci: rework USB_DeviceNotificationTrigger() Rework USB_DeviceNotificationTrigger(). Fix style. Drop messages from USB_DeviceEhciCancel(). MCUX EHCI driver notifies about canceled transfers, but there is no specific code for this event in usb_device_callback_message_struct_t, the only way to recognize it is to check the length value. Signed-off-by: Johann Fischer <j.fischer@phytec.de>