/alps/pcitool

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to misc/ipedevices.xml

  • Committer: Suren A. Chilingaryan
  • Date: 2016-03-08 22:26:12 UTC
  • Revision ID: csa@suren.me-20160308222612-s9b5awlqqyxu6fkq
Fix device detection code

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0"?>
2
2
<devices xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3
 
  <device vendor="10ee" device="0" model="ipecamera"/>
4
 
  <device vendor="10ee" device="1" model="ipecamera"/>
5
 
  <device vendor="10ee" device="2" model="ipedma"/>
6
 
  <device vendor="10ee" device="3" model="ipedma"/>
 
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"/>
7
7
</devices>