summaryrefslogtreecommitdiffstats
path: root/drivers/isimodem/sim.h
AgeCommit message (Collapse)AuthorFilesLines
2011-10-10drivers: Update copyright informationMarcel Holtmann1-1/+1
2011-04-07isimodem: Move common debugs to a single placeAki Niemi1-1/+0
2011-03-24isimodem/sim: added PIN and SIM state handlingPekka Pessi1-1/+49
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-07isimodem: whitespace fixesPekka Pessi1-1/+1
2010-12-22isimodem: Style fixes, indentationAki Niemi1-109/+111
2010-10-14isimodem: Fix copyright and license boilerplateAki Niemi1-13/+13
2010-05-26Add: support for EF_ICCID in isimodem.Pessi Pekka (Nokia-D/Helsinki)1-0/+1
2010-05-15Add missing SIM codepointsAki Niemi1-0/+4
2010-04-20Add SIM server state detectionPekka Pessi1-1/+10
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-01-11Split ISI codepoints to separate filesAki Niemi1-0/+147
Also, adding infrastructure for debugging ISI messages, with APIs for turning most common fields into human readable string format.