summaryrefslogtreecommitdiff
path: root/plugins/rildev.c
Commit message (Collapse)AuthorAgeFilesLines
* rildev: Do not create modems if no env var setAlfonso Sanchez-Beato2015-10-151-1/+1
| | | | | Do not create rilmodem instances if the environment variable OFONO_RIL_DEVICE is not set.
* rildev: plugin that creates ril-type modemsAlfonso Sanchez-Beato2015-10-131-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.