Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-10 | drivers: Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2011-04-12 | isimodem: Rename resource debug macro | Aki Niemi | 1 | -1/+1 | |
2011-03-31 | isimodem: remove atoms that fail to probe | Mika Liljeberg | 1 | -1/+3 | |
2011-01-12 | isimodem: M15 coding style fix | Jeevaka Badrappan | 1 | -2/+2 | |
2011-01-07 | isimodem: use simplified client interface | Pekka Pessi | 1 | -4/+3 | |
2010-12-22 | isimodem: Minor style fixes | Aki Niemi | 1 | -1/+1 | |
2010-12-22 | isimodem: Remove unnecessary check | Aki Niemi | 1 | -3/+0 | |
2010-12-22 | isimodem: Always compare to NULL explicitly | Aki Niemi | 1 | -2/+2 | |
2010-12-22 | isimodem: Adapt and refactor phonebook driver | Aki Niemi | 1 | -133/+132 | |
2010-11-29 | drivers: explicitly compare pointers to NULL | Lucas De Marchi | 1 | -5/+5 | |
This patch was generated by the following semantic patch (http://coccinelle.lip6.fr/) // <smpl> @fix disable is_null,isnt_null1@ expression *E; @@ - !E + E == NULL // </smpl> | |||||
2010-10-19 | isimodem: Fix request cleanup code | Aki Niemi | 1 | -5/+7 | |
Adds a check for when the driver is being removed, in which case no new ISI requests should be generated. | |||||
2010-10-14 | isimodem: Fix copyright and license boilerplate | Aki Niemi | 1 | -14/+12 | |
2010-05-27 | Eliminated bool, true and false from isimodem. | Pekka Pessi | 1 | -6/+7 | |
2010-04-27 | Fix style issues in isimodem | Aki Niemi | 1 | -5/+8 | |
2010-04-20 | Fix: s/bootsrap/bootstrap/ | Pekka Pessi | 1 | -1/+1 | |
2010-01-14 | Refactor phonebook driver | Aki Niemi | 1 | -3/+9 | |
2010-01-14 | Clean up style issues | Aki Niemi | 1 | -1/+1 | |
2010-01-11 | Refactor phonebook driver | Aki Niemi | 1 | -9/+11 | |
2010-01-11 | Split ISI codepoints to separate files | Aki Niemi | 1 | -35/+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 | -5/+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-16 | Miscellaneous clean-ups | Aki Niemi | 1 | -17/+2 | |
2009-09-16 | Add proper bootstrapping to phonebook driver | Aki Niemi | 1 | -4/+17 | |
2009-09-15 | Fix error reporting in phonebook driver | Aki Niemi | 1 | -3/+6 | |
2009-09-15 | Fix a possible but improbable leak | Aki Niemi | 1 | -1/+1 | |
2009-09-14 | Fix compiler warnings on 64-bit systems | Marcel Holtmann | 1 | -1/+1 | |
2009-09-14 | Fix to use gisi/iter.h to decode sub-blocks | Aki Niemi | 1 | -114/+75 | |
2009-09-12 | Fix to use new success/failure callback macros | Aki Niemi | 1 | -18/+6 | |
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/+1 | |
2009-09-01 | Add vendor flag capability to phonebook | Denis Kenzior | 1 | -2/+3 | |
2009-08-25 | Rename all files under drivers/isimodem/ | Aki Niemi | 1 | -0/+432 | |