summaryrefslogtreecommitdiff
path: root/digital/dev2
diff options
context:
space:
mode:
Diffstat (limited to 'digital/dev2')
-rwxr-xr-xdigital/dev2/tools/dev2ctl.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/digital/dev2/tools/dev2ctl.py b/digital/dev2/tools/dev2ctl.py
index 4fd64f65..2089dc16 100755
--- a/digital/dev2/tools/dev2ctl.py
+++ b/digital/dev2/tools/dev2ctl.py
@@ -61,6 +61,8 @@ if options.gpio is not None and (options.gpio[0] < 0 or options.gpio[0] > 0xff
d = None
for bus in usb.busses ():
for dev in bus.devices:
+ if dev.idVendor == 0x03eb and dev.idProduct == 0x204e:
+ d = dev.open ()
if dev.idVendor == 0x1d50 and dev.idProduct == 0x6052:
d = dev.open ()
if d is None: