view python/lsusb.py @ 115:92b2bf0da1ec

Added erase and verify
author Windel Bouwman
date Sun, 06 Jan 2013 18:13:17 +0100
parents 056face59ee7
children 654093a9a1e3
line wrap: on
line source

#!/usr/bin/python

from usb import UsbContext

context = UsbContext()
for d in context.DeviceList:
   print(d)