Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-05-27 | Eliminated bool, true and false from isimodem. | Pekka Pessi | 1 | -7/+8 | |
2010-01-12 | Style: Should be a space after if | Denis Kenzior | 1 | -1/+1 | |
2010-01-11 | Refactor devinfo driver | Aki Niemi | 1 | -56/+47 | |
2010-01-11 | Remove contact from boilerplate | Aki Niemi | 1 | -2/+0 | |
2010-01-11 | Split ISI codepoints to separate files | Aki Niemi | 1 | -40/+4 | |
Also, adding infrastructure for debugging ISI messages, with APIs for turning most common fields into human readable string format. | |||||
2009-12-18 | gisi: pass object handle to g_isi_verify() callback | Rémi Denis-Courmont | 1 | -1/+2 | |
This will be needed for GPDS. | |||||
2009-10-09 | Refactor subblock iterators. | Pekka Pessi | 1 | -6/+3 | |
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-09-15 | Add proper bootstrap using g_isi_verify() | Aki Niemi | 1 | -1/+17 | |
2009-09-14 | Fix compiler warnings on 64-bit systems | Marcel Holtmann | 1 | -1/+1 | |
2009-09-14 | Adapt to changed sub-block iterator API | Aki Niemi | 1 | -1/+1 | |
2009-09-14 | Refactor to use gisi/iter.h | Aki Niemi | 1 | -129/+62 | |
2009-09-12 | Fix to use new success/failure callback macros | Aki Niemi | 1 | -37/+10 | |
2009-09-01 | Rename isi drivers to isimodem | Denis Kenzior | 1 | -1/+1 | |
Be more consistent with directory naming | |||||
2009-09-01 | Make remove functions not return anything | Denis Kenzior | 1 | -3/+1 | |
2009-09-01 | change int vendor to unsigned int vendor | Denis Kenzior | 1 | -1/+2 | |
2009-09-01 | Add vendor flag capability to devinfo | Denis Kenzior | 1 | -2/+2 | |
2009-08-25 | Rename all files under drivers/isimodem/ | Aki Niemi | 1 | -0/+426 | |