Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
include boot in function name
Co-authored-by: Scott Shawcroft <[email protected]>
  • Loading branch information
FoamyGuy and tannewt authored Mar 27, 2025
commit 10f584727b3be7fee9782a2112e82f70c870738d
2 changes: 1 addition & 1 deletion adafruit_usb_host_descriptors.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def get_configuration_descriptor(device, index):
return full_buf


def find_mouse_endpoint(device):
def find_boot_mouse_endpoint(device):
"""
Try to find a boot mouse endpoint in the device and return its
interface index, and endpoint address.
Expand Down