zmk_mf68/app
John Drogo 6124d254f9 fix(usb): add USB_DC_RESUME to supported states
All credit for this one goes to @xudongzheng (thanks for helping debug
this!). Should fix the issue where keyboards go unresponsive after their
host machine wakes from sleep due to the USB driver entering an error
state. I was able to both reliably reproduce the issue before the patch
goes in and confirmed it no longer occurs post patch.

The `USB_DC_RESUME` state indicates the host event has resumed the connection.
Adding it to the list of valid connection states to prevent the error
when waking from sleep.

Zephyr API Link:
https://docs.zephyrproject.org/apidoc/latest/group____usb__device__controller__api.html#gac09e3e0af1a2b41a5bfbad91f900baf7

fixes #1372
2022-09-11 13:00:20 -04:00
..
boards feat(board): add puchi_ble_v1 to boards 2022-09-05 18:15:24 -04:00
cmake fix(build): Fix for proper string variable check. 2022-06-07 19:43:23 -04:00
drivers refactor(display): Move clear to unblank for EPD driver. 2022-07-26 14:12:38 -04:00
dts fix(behaviors): Fix mod morph description 2022-07-03 09:11:00 -04:00
include feat(hid): Add C_AC_DESKTOP_SHOW_ALL_APPLICATIONS 2022-08-22 00:27:47 -04:00
scripts chore: make west scripts more pythonic and apply Black 2022-01-04 23:59:25 -05:00
src fix(usb): add USB_DC_RESUME to supported states 2022-09-11 13:00:20 -04:00
tests fix(behaviors): Fixing erroneous combo triggering, hold-taps sticking 2022-08-03 20:09:50 -04:00
.gitignore feat(metadata): Add YAML check/format npm scripts. 2021-09-11 00:50:36 -04:00
.prettierrc.js feat(metadata): Add YAML check/format npm scripts. 2021-09-11 00:50:36 -04:00
CMakeLists.txt refactor(build): Fixes for config/overlay loading. 2022-06-04 00:44:13 -04:00
core-coverage.yml chore: Add Hummingbiard/XIAO BLE to core coverage. 2022-06-04 00:44:13 -04:00
Kconfig feat(underglow): Add RGB auto off timeout on idle and on usb disconnect 2022-06-25 10:56:36 -04:00
package-lock.json feat(metadata): Add YAML check/format npm scripts. 2021-09-11 00:50:36 -04:00
package.json feat(metadata): Add YAML check/format npm scripts. 2021-09-11 00:50:36 -04:00
prj.conf Removed development files 2020-08-29 11:53:53 -07:00
run-test.sh refactor(tests): Use GH Actions matrix for tests. 2022-04-04 23:36:51 -04:00
west.yml fix: Don't exclude segger, needed for DKs. 2022-06-22 16:37:22 -04:00