summaryrefslogtreecommitdiffstats
path: root/plugins/rildev.c
AgeCommit message (Collapse)AuthorFilesLines
2015-10-15rildev: Do not create modems if no env var setAlfonso Sanchez-Beato1-1/+1
Do not create rilmodem instances if the environment variable OFONO_RIL_DEVICE is not set.
2015-10-13rildev: plugin that creates ril-type modemsAlfonso Sanchez-Beato1-0/+133
This plugin creates modems that use the rilmodem driver by looking at environment variables: when OFONO_RIL_DEVICE exists it creates a ril modem of the sub-type specified by the variable. OFONO_RIL_NUM_SIM_SLOTS specifies the number of SIM slots for multi-SIM modems.