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 37c48c9 commit cf6d286Copy full SHA for cf6d286
adafruit_usb_host_mouse/__init__.py
@@ -263,7 +263,7 @@ def release(self):
263
"""
264
# was_attached is an empty list if no interfaces were detached from the kernel
265
if self.was_attached:
266
- # the first element of the was_attached list is a list of detached interfaces
+ # was_attached is a list of detached interfaces
267
for intf in self.was_attached:
268
if not self.device.is_kernel_driver_active(intf):
269
self.device.attach_kernel_driver(intf)
0 commit comments