summaryrefslogtreecommitdiffstats
path: root/drivers/isimodem/sim.c
AgeCommit message (Collapse)AuthorFilesLines
2012-11-22isimodem: Update sim driver to the new APIDenis Kenzior1-0/+14
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-0/+1
2011-03-24isimodem: Fix indentation in SIM driverAki Niemi1-4/+4
2011-03-24isimodem/sim: added PIN and SIM state handlingPekka Pessi1-64/+520
Using PN_SECURITY resource to obtain PIN statuses. Using ofono_sim_ready_notify() aka __ofono_sim_recheck_pin() to report the ready state.
2011-01-27isimodem: Fix race condition in SIM probeAki Niemi1-3/+1
Fix a potential race condition between HPLMN query and subscribing to SIM status indications.
2011-01-12isimodem: M15 coding style fixJeevaka Badrappan1-2/+2
2011-01-07isimodem: use simplified client interfacePekka Pessi1-19/+18
2011-01-07isimodem: fix style issuesPekka Pessi1-1/+1
2010-12-22isimodem: Fix ICC, IMSI and SPN readingAki Niemi1-17/+34
2010-12-22isimodem: Always compare to NULL explicitlyAki Niemi1-12/+15
2010-12-22isimodem: Clean up sim driver some moreAki Niemi1-28/+23
2010-12-22isimodem: Adapt and refactor sim driverAki Niemi1-159/+148
2010-11-29drivers: explicitly compare pointers to NULLLucas De Marchi1-6/+6
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-3/+8
Adds a check for when the driver is being removed, in which case no new ISI requests should be generated.
2010-10-15isimodem: returns file-status of SIM EF-filePetteri Tikander1-4/+5
2010-10-14isimodem: Fix copyright and license boilerplateAki Niemi1-13/+13
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