commit | 48f2a4bc1ad9ec33d0826cfac94c1cf6eca89aae | [log] [tgz] |
---|---|---|
author | Johann Fischer <johann.fischer@nordicsemi.no> | Fri Apr 12 13:16:49 2024 +0200 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Wed May 15 17:29:24 2024 +0100 |
tree | d79772749d25635f6af9131d754841fb85ab9c64 | |
parent | 693191467d28dadc97c440b5b443e31796c58b68 [diff] |
usb: device_next: remove initialized state checks in event processing For the simple events, do not check whether the device driver and stack are marked as initialized. USB device notification will reschedule delivery if the stack is not yet marked initialized. Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>