Hi Alfonso, On 10/13/2015 11:07 AM, Alfonso Sanchez-Beato wrote: > This patch series implements the rilmodem driver, which uses Android's > radio interface layer (RIL, part of the Android HAL) to interact with > the modem. > > The driver is almost feature-complete with some exceptions, being CBS > and SAT the most prominent. > > Besides the driver, the patches include the following plugins: > * ril.c: Plugin for Android modems > * infineon.c: Plugin for infineon modems, which are a variant of the ril > modem > * rildev: plugin that creates ril-type modems using environment > variables > > Finally, the patches contain some minor modifications of the core code > to export a couple of enumerations used by the driver. > > The driver is used by Ubuntu for Phones and Sailfish and is quite stable > at the moment. > > Alfonso Sanchez-Beato (5): > include: Add definitions for phone number types > infineon: Definitions for infineon modem > infineon: Plugin for infineon modems > rildev: plugin that creates ril-type modems > build: Add rilmodem to the build > > Tony Espy (4): > src: make bearer/operator enums public > gril: Library to communicate with rild > rilmodem: driver for Android modems > ril: Plugin for Android modems > All applied, now lets start cleaning it up :) Regards, -Denis