|
From: Tormod V. <lis...@gm...> - 2012-11-16 18:17:21
|
On Fri, Nov 16, 2012 at 4:24 PM, Racquet Ball wrote: > Thanks for getting back. Here is the output for lsusb: > > > bash-4.2$ lsusb -v -d 1941:8021 > And here is the stormLauncher.py I had looked over: > > https://github.com/nmilford/stormLauncher/blob/master/stormLauncher.py The stormLauncher.py code seems to be written for another device with ID 2123:1010. Is there reason to believe your device uses the same protocol? An lsusb dump of a device supported by stormLauncher.py would help towards answering this. If you have no information on the device, you might have to resort to USB sniffing on the Windows driver (which I assume is available) and reverse engineering of the protocol. Regards, Tormod |