commit | a6b800e3e1b4f33ff0d97ee3a403f1dfc299ddab | [log] [tgz] |
---|---|---|
author | Mark Kettenis <kettenis@openbsd.org> | Thu Sep 16 16:00:09 2021 +0200 |
committer | Ramon Fried <rfried.dev@gmail.com> | Tue Sep 28 18:50:55 2021 +0300 |
tree | cd8be5e61c792ba194c2bcf4fd7f40c470455efa | |
parent | c1969ab9b15482812d68c7b5a0fd1414b044b1a6 [diff] |
usb: xhci-dwc3: Add support for USB 3.1 controllers This adds support for the DWC_sub31 controllers such as those found on Apple's M1 SoC. This version of the controller seems to work fine with the existing driver. Signed-off-by: Mark Kettenis <kettenis@openbsd.org>