summaryrefslogtreecommitdiffstats
path: root/drivers/atmodem/stk.c
AgeCommit message (Collapse)AuthorFilesLines
2012-12-04atmodem: remove pending idle callbacks at removalMingli Wu1-0/+1
If device probe and removal happen in short succession, it's possible that the idle handler registered in the probe function doesn't run before the device is removed. In this case, the idle handler needs to be unregistered so that it does not run and try to access the data that's destroyed during the removal.
2011-10-10drivers: Update copyright informationMarcel Holtmann1-1/+1
2011-08-14stk: Use phonesim vendor for modem-handled cmdsDenis Kenzior1-0/+22
2011-08-14stk: Rewrite generic driver to use 27.007 commandsDenis Kenzior1-166/+39
2011-01-29atmodem: remove NULL checkJeevaka Badrappan1-2/+2
2011-01-12atmodem: M15 coding style fixJeevaka Badrappan1-2/+2
2010-11-29drivers: explicitly compare pointers to NULLLucas De Marchi1-2/+2
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-08-16atmodem: Remove useless NULL checks before g_freeMarcel Holtmann1-7/+3
2010-08-12atmodem: Use g_at_chat_cloneDenis Kenzior1-1/+2
2010-07-30phonesim: Introduce End Session notificationDenis Kenzior1-2/+14
2010-07-13atmodem: phonesim proactive command notificationYang Gu1-0/+24
2010-07-13atmodem: Make fetch command function as externalYang Gu1-0/+51
2010-07-08atmodem: Make sim operations return sim error codes.Andrzej Zaborowski1-8/+12
2010-04-15Fix: should be unsigned char not guint8Denis Kenzior1-1/+1
2010-04-15Style: Proper indentationDenis Kenzior1-6/+6
2010-04-15Add AT driver for STK atom.Andrzej Zaborowski1-0/+258