summaryrefslogtreecommitdiffstats
path: root/drivers/isimodem/devinfo.c
AgeCommit message (Collapse)AuthorFilesLines
2010-05-27Eliminated bool, true and false from isimodem.Pekka Pessi1-7/+8
2010-01-12Style: Should be a space after ifDenis Kenzior1-1/+1
2010-01-11Refactor devinfo driverAki Niemi1-56/+47
2010-01-11Remove contact from boilerplateAki Niemi1-2/+0
2010-01-11Split ISI codepoints to separate filesAki Niemi1-40/+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-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-15Add proper bootstrap using g_isi_verify()Aki Niemi1-1/+17
2009-09-14Fix compiler warnings on 64-bit systemsMarcel Holtmann1-1/+1
2009-09-14Adapt to changed sub-block iterator APIAki Niemi1-1/+1
2009-09-14Refactor to use gisi/iter.hAki Niemi1-129/+62
2009-09-12Fix to use new success/failure callback macrosAki Niemi1-37/+10
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/+2
2009-09-01Add vendor flag capability to devinfoDenis Kenzior1-2/+2
2009-08-25Rename all files under drivers/isimodem/Aki Niemi1-0/+426