summaryrefslogtreecommitdiffstats
path: root/drivers/isimodem/phonebook.c
AgeCommit message (Collapse)AuthorFilesLines
2011-10-10drivers: Update copyright informationMarcel Holtmann1-1/+1
2011-04-12isimodem: Rename resource debug macroAki Niemi1-1/+1
2011-03-31isimodem: remove atoms that fail to probeMika Liljeberg1-1/+3
2011-01-12isimodem: M15 coding style fixJeevaka Badrappan1-2/+2
2011-01-07isimodem: use simplified client interfacePekka Pessi1-4/+3
2010-12-22isimodem: Minor style fixesAki Niemi1-1/+1
2010-12-22isimodem: Remove unnecessary checkAki Niemi1-3/+0
2010-12-22isimodem: Always compare to NULL explicitlyAki Niemi1-2/+2
2010-12-22isimodem: Adapt and refactor phonebook driverAki Niemi1-133/+132
2010-11-29drivers: explicitly compare pointers to NULLLucas De Marchi1-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-19isimodem: Fix request cleanup codeAki Niemi1-5/+7
Adds a check for when the driver is being removed, in which case no new ISI requests should be generated.
2010-10-14isimodem: Fix copyright and license boilerplateAki Niemi1-14/+12
2010-05-27Eliminated bool, true and false from isimodem.Pekka Pessi1-6/+7
2010-04-27Fix style issues in isimodemAki Niemi1-5/+8
2010-04-20Fix: s/bootsrap/bootstrap/Pekka Pessi1-1/+1
2010-01-14Refactor phonebook driverAki Niemi1-3/+9
2010-01-14Clean up style issuesAki Niemi1-1/+1
2010-01-11Refactor phonebook driverAki Niemi1-9/+11
2010-01-11Split ISI codepoints to separate filesAki Niemi1-35/+4
Also, adding infrastructure for debugging ISI messages, with APIs for turning most common fields into human readable string format.
2009-12-18gisi: pass object handle to g_isi_verify() callbackRĂ©mi Denis-Courmont1-1/+2
This will be needed for GPDS.
2009-10-09Refactor subblock iterators.Pekka Pessi1-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-16Miscellaneous clean-upsAki Niemi1-17/+2
2009-09-16Add proper bootstrapping to phonebook driverAki Niemi1-4/+17
2009-09-15Fix error reporting in phonebook driverAki Niemi1-3/+6
2009-09-15Fix a possible but improbable leakAki Niemi1-1/+1
2009-09-14Fix compiler warnings on 64-bit systemsMarcel Holtmann1-1/+1
2009-09-14Fix to use gisi/iter.h to decode sub-blocksAki Niemi1-114/+75
2009-09-12Fix to use new success/failure callback macrosAki Niemi1-18/+6
2009-09-01Rename isi drivers to isimodemDenis Kenzior1-1/+1
Be more consistent with directory naming
2009-09-01Make remove functions not return anythingDenis Kenzior1-3/+1
2009-09-01change int vendor to unsigned int vendorDenis Kenzior1-1/+1
2009-09-01Add vendor flag capability to phonebookDenis Kenzior1-2/+3
2009-08-25Rename all files under drivers/isimodem/Aki Niemi1-0/+432