diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2016-03-08 02:15:51 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2016-03-08 02:15:51 +0100 |
commit | eec7e74d2eccf811f0d25bb40fa514dc47655d67 (patch) | |
tree | 1b2c199cb356da7fd299d5b53a632cf9a535ca3e /misc/ipedevices.xml | |
parent | 92b9df25f5bbb2f70ee2626907e410affc02bdeb (diff) | |
download | pcitool-eec7e74d2eccf811f0d25bb40fa514dc47655d67.tar.gz pcitool-eec7e74d2eccf811f0d25bb40fa514dc47655d67.tar.bz2 pcitool-eec7e74d2eccf811f0d25bb40fa514dc47655d67.tar.xz pcitool-eec7e74d2eccf811f0d25bb40fa514dc47655d67.zip |
Support XML configuration of device models
Diffstat (limited to 'misc/ipedevices.xml')
-rw-r--r-- | misc/ipedevices.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/ipedevices.xml b/misc/ipedevices.xml new file mode 100644 index 0000000..889a917 --- /dev/null +++ b/misc/ipedevices.xml @@ -0,0 +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"/> +</devices> |