Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
usb_device_state: reset protocol on reset
The usb hid specification section 7.2.6 states: When initialized, all devices default to report protocol. However the host should not make any assumptions about the device’s state and should set the desired protocol whenever initializing a device. Thus on reset we should always do exactly that. Signed-off-by: Stefan Kerkmann <[email protected]>
- Loading branch information