diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2013-09-02 15:11:05 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2013-09-02 16:32:22 +0200 |
commit | d28acd105a4e4ef8c7171c2c16ffee6f541bbeea (patch) | |
tree | 8619694eea203f6fc8ca384a4c8733f5e2449d2b /build-aux/qmi-codegen/utils.py | |
parent | 074327c0481a41b51013a21af73eca38227f0d69 (diff) | |
download | external_libqmi-d28acd105a4e4ef8c7171c2c16ffee6f541bbeea.zip external_libqmi-d28acd105a4e4ef8c7171c2c16ffee6f541bbeea.tar.gz external_libqmi-d28acd105a4e4ef8c7171c2c16ffee6f541bbeea.tar.bz2 |
uim: fix 'File ID' TLV format
The 'File ID' TLV expects the File path given as a sequence of BE-encoded 16-bit
numbers; but the actual array is given as a 8-bit encoded array (i.e. size of
the array should be in bytes).
So instead of a 'File ID' like this:
46:6F:02:00:3F:20:7F
it should be like this:
46:6F:04:00:3F:20:7F
Diffstat (limited to 'build-aux/qmi-codegen/utils.py')
0 files changed, 0 insertions, 0 deletions