Code review comment for ~kissiel/checkbox-support:lsusb-py-replacement

Revision history for this message
Jonathan Cave (jocave) wrote :

If you're testing this deployed with checkbox-support the invocation line should be:

python3 -c 'from checkbox_support.parsers import sysfs_usb; print(*[dev.to_str() for dev in sysfs_usb.get_usb_devices()], sep="\n")'

« Back to merge proposal