view python/lsusb.py @ 127:ec1f2cc04d95

Added st util gui start
author Windel Bouwman
date Sun, 13 Jan 2013 13:02:29 +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)