Skip to content

Commit

Permalink
Update source/brailleDisplayDrivers/brailliantB.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonarddeR authored Jan 2, 2025
1 parent edcfe14 commit a3e129a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions source/brailleDisplayDrivers/brailliantB.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,6 @@ def __init__(self, port="auto"):
# Try talking to the display.
try:
if self.isHid:
if (usasePage := portInfo.get("HIDUsagePage")) != HID_USAGE_PAGE:
log.debugWarning(f"Ignoring device {port!r} with usage page {usasePage!r}")
continue
self._dev = hwIo.Hid(port, onReceive=self._hidOnReceive)
else:
self._dev = hwIo.Serial(
Expand Down

0 comments on commit a3e129a

Please sign in to comment.