Ticket #546 (closed defect: fixed)
vendor name is missing from descriptions file
| Reported by: | tuju | Owned by: | dfriedrich |
|---|---|---|---|
| Priority: | normal | Milestone: | OpenSync 0.40 |
| Component: | OpenSync | Version: | 0.32 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
$ cat /usr/share/opensync/descriptions/syncml-nokia.xml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<versions version="0.1">
<version>
<PlugIn>SyncML</PlugIn>
<Priority>100</Priority>
<ModelVersion>7650</ModelVersion>
<FirmwareVersion></FirmwareVersion>
<SoftwareVersion></SoftwareVersion>
<HardwareVersion></HardwareVersion>
<Identifier>syncml-nokia-7650.xml</Identifier>
</version>
</versions>
I guess it could have
<Vendor>Nokia</Vendor>
and when here, should ModelVersion? be just Model ?
Change History
comment:1 in reply to: ↑ description Changed 4 years ago by dgollub
- Status changed from new to closed
- Resolution set to fixed
Note: See
TracTickets for help on using
tickets.

Replying to tuju: [...]
Good point - added <Vendor> with r2587
<ModelVersion?> is fine for me ...