summaryrefslogtreecommitdiffstats
path: root/drivers/isimodem/isimodem.c
AgeCommit message (Collapse)AuthorFilesLines
2009-07-14Fix printf compiler warning with size_t data typeMarcel Holtmann1-1/+1
2009-07-09Fix isimodem segfault on modem removalAki Niemi1-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-07Fix error value to no error in successAki Niemi1-1/+4
2009-07-07Initialize to NULLAki Niemi1-4/+4
2009-07-07Add modem attribute retrievalAki Niemi1-15/+334
Refactor isimodem.c to add support for querying modem attributes over the ISI protocol.
2009-06-25Add baseline for ISI modem driverAki Niemi1-0/+128