aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/opensync/wbxml2/08-maxsize-translation-table.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/opensync/wbxml2/08-maxsize-translation-table.patch')
-rw-r--r--recipes/opensync/wbxml2/08-maxsize-translation-table.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/opensync/wbxml2/08-maxsize-translation-table.patch b/recipes/opensync/wbxml2/08-maxsize-translation-table.patch
new file mode 100644
index 0000000000..ebcda89c72
--- /dev/null
+++ b/recipes/opensync/wbxml2/08-maxsize-translation-table.patch
@@ -0,0 +1,17 @@
+#libwbxml2-0: Size changed to MaxSize in OMA DS 1.2 DevInf
+#
+#The normale Size tag was changed to MaxSize in OMA DS 1.2 Device
+#Information. The number in the stringtable does not changed. So
+#the order looks a little bit "funny".
+
+--- src/wbxml_tables.c.orig 2008-09-01 15:05:22.000000000 +0200
++++ src/wbxml_tables.c 2008-09-01 15:05:58.000000000 +0200
+@@ -1891,7 +1891,7 @@
+ { "Rx", 0x00, 0x19 },
+ { "Rx-Pref", 0x00, 0x1a },
+ { "SharedMem", 0x00, 0x1b },
+- { "Size", 0x00, 0x1c },
++ { "MaxSize", 0x00, 0x1c },
+ { "SourceRef", 0x00, 0x1d },
+ { "SwV", 0x00, 0x1e },
+ { "SyncCap", 0x00, 0x1f },