From 537d300728cab54144ac1395e0ee61b5ab5eab09 Mon Sep 17 00:00:00 2001
From: Florian Pose <fp@igh-essen.com>
Date: Wed, 28 May 2008 07:19:33 +0000
Subject: [PATCH] Fixed RevisionNo.

---
 script/slaveinfo2xml.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/script/slaveinfo2xml.py b/script/slaveinfo2xml.py
index 04c9ff0a..b2ec41f2 100755
--- a/script/slaveinfo2xml.py
+++ b/script/slaveinfo2xml.py
@@ -172,7 +172,7 @@ class Device:
 
         typeElement = doc.createElement('Type')
         typeElement.setAttribute('ProductCode', '#x%08x' % self.product)
-        typeElement.setAttribute('RevisionNumber', '#x%08x' % self.revision)
+        typeElement.setAttribute('RevisionNo', '#x%08x' % self.revision)
         deviceElement.appendChild(typeElement)
 
         for p in self.pdos:
-- 
GitLab