Rebase usb host based on hasu's fork and corresponding changes to usb_usb #14154
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Delete out of date usb host shield 2.0 library, and submodule the master branch of Hasu's port. Hasu has been doing a lot of work to better detect HID devices. I have two keyboards that are not recognized without these changes.
I did not update the arduino library, and left changes to the serial library overrides commented out.
The rest is diffed from the current TMK usb_usb files, keeping QMK debugging & making changes to use usbhid.x instead of hid.x .
Tested on a hasu usb_usb device with a TEK cleave keyboard (badly behaved), and several QMK keyboards (well behaved).
I've never created submodules before, so that's likely to be wrong.
Fauxpark didn't take this approach in #13973 , there may be good reasons
Types of Changes
Issues Fixed or Closed by This PR
Checklist