aboutsummaryrefslogtreecommitdiff
path: root/libwmc/src/errors.h
AgeCommit message (Collapse)Author
2019-04-02libwmc: remove itDan Williams
The WMC protocol was only present on older Panasonic/Verizon devices from the 2006 - 2011 timeframe. The last device to support WMC was the UML290 which also supported QMI (which is much more functional). ModemManager also never used WMC support and it was never significantly reverse engineered. So remove WMC code from git; it'll still be in the history if anyone cares in the future.
2012-01-19wmc: make warn macros more usefulDan Williams
2012-01-19wmc: fix stringification of wmc_xxx_if_fail() macrosDan Williams
Actually reading about preprocessor concatenation and stringification helps.
2011-10-04wmc: add initial command parsing and response handlingDan Williams
2011-09-27libwmc: simpler logging and error handlingDan Williams
2011-09-27libwmc: add more test code and start of com testsDan Williams