/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool
379 by Suren A. Chilingaryan
Support XML configuration of device models
1
<?xml version="1.0"?>
2
<devices xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
384 by Suren A. Chilingaryan
Fix device detection code
3
  <device vendor="10ee" device="0000" model="ipecamera"/>
4
  <device vendor="10ee" device="0001" model="ipecamera"/>
5
  <device vendor="10ee" device="0002" model="ipedma"/>
6
  <device vendor="10ee" device="0003" model="ipedma"/>
379 by Suren A. Chilingaryan
Support XML configuration of device models
7
</devices>