-
-
Notifications
You must be signed in to change notification settings - Fork 654
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug in bdDetect device registration affecting Albatross (#17585)
Fixes #17537 (comment) Summary of the issue: In #17537, I introduced aa new addUsbDevice method on DriverRegistrar, but it had parameter ordering wrong. Description of user facing changes Albatross detection should work again. Description of development approach Fixed order. I added a bunch of unit tests to avoid this in the future.
- Loading branch information
1 parent
8cc88ea
commit 1edb075
Showing
3 changed files
with
79 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters