From 1c680081494a36d714655acee42f1995f804de7f Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Tue, 18 Dec 2012 22:29:25 +0100 Subject: digital: use Openmoko donated USB VID & PID --- digital/dev2/tools/dev2ctl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'digital/dev2/tools') diff --git a/digital/dev2/tools/dev2ctl.py b/digital/dev2/tools/dev2ctl.py index 3cbe4d20..aa69832a 100755 --- a/digital/dev2/tools/dev2ctl.py +++ b/digital/dev2/tools/dev2ctl.py @@ -57,7 +57,7 @@ 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: + if dev.idVendor == 0x1d50 and dev.idProduct == 0x6052: d = dev.open () if d is None: print >> sys.stderr, 'device not found' -- cgit v1.2.3