summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2016-03-08 23:26:12 +0100
committerSuren A. Chilingaryan <csa@suren.me>2016-03-08 23:26:12 +0100
commit3efe83956be40c98f3ac44cd186a056ec5cf0066 (patch)
tree4ff877a984667d22197cc002e22a365f774a8327 /misc
parentbbcb2c11b8f47104176d1129e703ce8586dd4407 (diff)
downloadpcitool-3efe83956be40c98f3ac44cd186a056ec5cf0066.tar.gz
pcitool-3efe83956be40c98f3ac44cd186a056ec5cf0066.tar.bz2
pcitool-3efe83956be40c98f3ac44cd186a056ec5cf0066.tar.xz
pcitool-3efe83956be40c98f3ac44cd186a056ec5cf0066.zip
Fix device detection code
Diffstat (limited to 'misc')
-rw-r--r--misc/ipedevices.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/ipedevices.xml b/misc/ipedevices.xml
index 889a917..b0c8ee3 100644
--- a/misc/ipedevices.xml
+++ b/misc/ipedevices.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<devices xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <device vendor="10ee" device="0" model="ipecamera"/>
- <device vendor="10ee" device="1" model="ipecamera"/>
- <device vendor="10ee" device="2" model="ipedma"/>
- <device vendor="10ee" device="3" model="ipedma"/>
+ <device vendor="10ee" device="0000" model="ipecamera"/>
+ <device vendor="10ee" device="0001" model="ipecamera"/>
+ <device vendor="10ee" device="0002" model="ipedma"/>
+ <device vendor="10ee" device="0003" model="ipedma"/>
</devices>