summaryrefslogtreecommitdiffstats
path: root/drivers/isimodem/sim.c
AgeCommit message (Collapse)AuthorFilesLines
2010-05-27Eliminated bool, true and false from isimodem.Pekka Pessi1-23/+28
2010-05-26Fix minor style issuesAki Niemi1-2/+8
2010-05-26Add: support for EF_ICCID in isimodem.Pessi Pekka (Nokia-D/Helsinki)1-77/+103
2010-04-27Fix remove ops in isimodem driversAki Niemi1-4/+6
2010-04-20Add SIM server state detectionPekka Pessi1-12/+126
Register isimodem SIM driver only when SIM server is ready. The best way to find out that the server is truly ready is to read some data.
2010-04-20Add SIM inserted notificationAki Niemi1-0/+2
TODO: This is a temporary solution. Trigger the inserted notification on actual SIM state changes instead.
2010-01-14Refactor SIM driverAki Niemi1-32/+34
2010-01-12Style: Extraneous spaceDenis Kenzior1-1/+1
2010-01-12Style: space after function argument comma pairDenis Kenzior1-7/+7
2010-01-12Style: Should be a space after ifDenis Kenzior1-1/+1
2010-01-12Style: Trailing whitespace & extra linesDenis Kenzior1-2/+2
2010-01-11Split ISI codepoints to separate filesAki Niemi1-27/+4
Also, adding infrastructure for debugging ISI messages, with APIs for turning most common fields into human readable string format.
2009-10-07Hack for reading EFSPN on isimodem sim driverJukka Saunamaki1-7/+99
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-09-14Clean up IMSI decodingAki Niemi1-9/+10
2009-09-14Remove unnecessary debugAki Niemi1-2/+0
2009-09-12Add IMSI retrieval to sim driverAki Niemi1-5/+130
Modified patch originally provided by Jukka Saunamäki.
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 simDenis Kenzior1-2/+2
2009-08-25Rename all files under drivers/isimodem/Aki Niemi1-0/+150