Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonarddeR committed Dec 26, 2024
1 parent 3b95bd7 commit 673d742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/bdDetect.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def getDriversForConnectedUsbDevices(
if typeDef.useAsFallback:
fallbackDriversAndMatches.append({driver, match})
else:
yield (zdriver, match)
yield (driver, match)

hidName = _getStandardHidDriverName()
if limitToDevices and hidName not in limitToDevices:
Expand Down

0 comments on commit 673d742

Please sign in to comment.