Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-26 | hsomodem: Remove atom if driver fails to init | Denis Kenzior | 1 | -1/+3 | |
2011-10-10 | drivers: Update copyright information | Marcel Holtmann | 4 | -4/+4 | |
2011-03-15 | hsomodem: update to new gprs context interface | Mika Liljeberg | 1 | -21/+26 | |
2011-01-29 | hsomodem: remove NULL check | Jeevaka Badrappan | 1 | -7/+0 | |
2011-01-12 | hsomodem: M15 coding style fix | Jeevaka Badrappan | 3 | -8/+8 | |
2011-01-05 | hsomodem: Add query for supported frequencies | Marcel Holtmann | 1 | -0/+2 | |
2010-11-29 | drivers: explicitly compare pointers to NULL | Lucas De Marchi | 2 | -3/+3 | |
This patch was generated by the following semantic patch (http://coccinelle.lip6.fr/) // <smpl> @fix disable is_null,isnt_null1@ expression *E; @@ - !E + E == NULL // </smpl> | |||||
2010-10-27 | hsomodem: Fix handling of radio access mode enum | Marcel Holtmann | 1 | -9/+9 | |
2010-09-27 | hso: Fix the username and password order | Denis Kenzior | 1 | -1/+1 | |
QCPDPP apparently takes the password first, then username | |||||
2010-08-23 | hsomodem: Minor style fixes in GPRS context driver | Marcel Holtmann | 1 | -4/+5 | |
2010-08-16 | hsomodem: Remove useless NULL checks before g_free | Marcel Holtmann | 1 | -6/+3 | |
2010-08-13 | hsomodem: Fix up radio-settings driver | Denis Kenzior | 1 | -13/+16 | |
2010-08-12 | hsomodem: Use g_at_chat_clone | Denis Kenzior | 2 | -3/+7 | |
2010-06-06 | Use hsomodem instead of hso for Option HSO GPRS atom driver | Marcel Holtmann | 1 | -1/+1 | |
2010-06-06 | Add support for Option specific radio settings | Marcel Holtmann | 3 | -0/+214 | |
2010-02-08 | Refactor: Remove atutil dump_response | Denis Kenzior | 1 | -2/+0 | |
No longer needed now that we have nice AT command tracing using OFONO_AT_DEBUG=1 | |||||
2010-02-08 | Fix: Don't use ofono_debug directly in plugins | Denis Kenzior | 1 | -3/+3 | |
2010-02-05 | Fix: Use snprintf instead of sprintf in hsomodem | Denis Kenzior | 1 | -8/+9 | |
2010-01-01 | Update copyright information | Marcel Holtmann | 3 | -3/+3 | |
2009-12-30 | Add netmask to HSO GPRS context driver | Martin Xu | 1 | -1/+3 | |
2009-12-17 | Style: Repeat for drivers | Denis Kenzior | 1 | -1/+2 | |
2009-12-01 | Fix: Don't decode error unnecessarily | Denis Kenzior | 1 | -2/+2 | |
2009-12-01 | Fix: Make sure we don't overflow the buffer | Denis Kenzior | 1 | -1/+4 | |
2009-12-01 | Style: Use unsigned int instead of unsigned | Denis Kenzior | 1 | -1/+1 | |
2009-11-18 | Fix: warnings | Denis Kenzior | 1 | -3/+3 | |
2009-11-18 | Get rid of a few debugs | Denis Kenzior | 1 | -4/+0 | |
2009-11-18 | Make HSO context driver use OWANCALL/OWANDATA | Denis Kenzior | 1 | -22/+83 | |
2009-11-18 | Parse the weird response of _OWANDATA | Denis Kenzior | 1 | -8/+24 | |
The strings are unquoted and preceded by space. Don't these people read specs? | |||||
2009-11-18 | Fix: Properly send & parse _OWANDATA | Denis Kenzior | 1 | -2/+2 | |
2009-11-18 | Fix: Send username and password properly | Denis Kenzior | 1 | -2/+2 | |
2009-11-18 | Add initial HSO GPRS context driver | Denis Kenzior | 3 | -0/+396 | |