Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-09 | Fix isimodem segfault on modem removal | Aki Niemi | 1 | -8/+34 | |
This fixes segfaults resulting either from destroying a NULL ISI client, or when multiple ISI modems become available, and get removed in the wrong order. To support multiple ISI modems concurrently, a modem object needs to be exposed via the gisi API, and tracked by the ISI driver. This is a TODO item to add. | |||||
2009-07-07 | Fix error value to no error in success | Aki Niemi | 1 | -1/+4 | |
2009-07-07 | Initialize to NULL | Aki Niemi | 1 | -4/+4 | |
2009-07-07 | Add modem attribute retrieval | Aki Niemi | 1 | -15/+334 | |
Refactor isimodem.c to add support for querying modem attributes over the ISI protocol. | |||||
2009-07-03 | Do not include <config.h> from headers | Rémi Denis-Courmont | 1 | -4/+0 | |
It should be included _first_ in all modules, and it is not proof against multiple inclusions. | |||||
2009-06-25 | Add baseline for ISI modem driver | Aki Niemi | 2 | -0/+188 | |