We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f14ad3 commit 10f5847Copy full SHA for 10f5847
adafruit_usb_host_descriptors.py
@@ -77,7 +77,7 @@ def get_configuration_descriptor(device, index):
77
return full_buf
78
79
80
-def find_mouse_endpoint(device):
+def find_boot_mouse_endpoint(device):
81
"""
82
Try to find a boot mouse endpoint in the device and return its
83
interface index, and endpoint address.
0 commit comments