summaryrefslogtreecommitdiffstats
path: root/drivers/isimodem/infoserver.c
AgeCommit message (Collapse)AuthorFilesLines
2011-10-10drivers: Update copyright informationMarcel Holtmann1-1/+1
2010-12-22isimodem: Always compare to NULL explicitlyAki Niemi1-4/+4
2010-12-22isimodem: Adapt and refactor infoserverAki Niemi1-52/+72
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-10-14isimodem: Fix copyright and license boilerplateAki Niemi1-13/+13
2010-05-27Eliminated bool, true and false from isimodem.Pekka Pessi1-1/+1
2010-04-27Fix style issues in isimodemAki Niemi1-3/+2
2010-04-20Add infoserver to isimodemPekka Pessi1-0/+126
The info server provides information from the mobile station to the ISI modem. Currently it returns the Software Version Number (SVN) that is used in mobile identification.