Commit Graph

14 Commits

Author SHA1 Message Date
Denis Kenzior 281065e249 Mention Marko's contribution 2009-10-16 13:07:35 -05:00
Pekka Pessi d1d870ba7a Refactor subblock iterators.
Always initialize iterators.

Try to avoid pointer arithmetics on NULL; in other words, move all pointer
arithmetics inside g_isi_sb_iter_init().

There are 4 different ways for representing sub blocks in ISI message:
- 8-bit sub_blocks count, 8-bit sub_block_id/sub_block_len
- 16-bit sub_blocks count, 8-bit sub_block_id/sub_block_len
- 8-bit sub_blocks count, 16-bit sub_block_id/sub_block_len
- 16-bit sub_blocks count, 16-bit sub_block_id/sub_block_len

The compact form g_isi_sb_iter_init() supports 8-bit sub_block count before
start of the sub blocks themselves and 8-bit sub_block_id and sub_block_len.
The full form g_isi_sb_iter_init_full() with explicit longhdr and sub_block
count supports all other cases.
2009-10-09 12:54:04 +03:00
Denis Kenzior 8778826638 Mention Pekka's contributions 2009-10-08 12:58:31 -05:00
Denis Kenzior 822b8d9e87 Mention Zhenhua's contributions 2009-10-08 12:54:26 -05:00
Jukka Saunamaki 74c15989c9 Hack for reading EFSPN on isimodem sim driver
In the absence of low-level access to the SIM card, we're adding this
hack to expose the SPN using ISI's high-level access instead.
2009-10-07 14:45:46 +03:00
Denis Kenzior 60284f0c4e Update AUTHORS file with ones we missed 2009-09-02 23:32:34 -05:00
Marcel Holtmann 14534ebefd Mention Andres' contributions 2009-09-02 16:20:17 -07:00
Denis Kenzior 713cbac79a Mention Yang's contribution 2009-06-18 15:29:05 -05:00
Denis Kenzior b876ada550 Mention Aki's contribution 2009-06-18 15:28:32 -05:00
Denis Kenzior 4b9f025084 Mention Rémi's contribution 2009-06-18 15:27:59 -05:00
Denis Kenzior 908670af5a Mention Minjun's contribution 2009-05-28 20:47:04 -05:00
Marcel Holtmann 4c90cbbb2a Update spelling for Andrew's name 2009-05-12 19:10:23 -07:00
Marcel Holtmann 0b2c43c68e Add initial author details 2009-04-26 20:34:58 +02:00
Marcel Holtmann 2c5ddf34d8 Initial revision 2009-04-26 20:31:15 +02:00