hello all i am using python on ubuntu 9.04 say i have two usb devices connected to a single PC. how can i identify the devices in python code.....for example like
if usb port id == A write data to device 1 if usb port id == B write data to device 2
any ideas....