summaryrefslogtreecommitdiffstats
path: root/drivers/mbmmodem/location-reporting.c
AgeCommit message (Collapse)AuthorFilesLines
2011-10-10drivers: Update copyright informationMarcel Holtmann1-2/+2
2011-07-29mbmmodem: Set baud rate to 115200 for GPS interfaceMarcel Holtmann1-1/+11
2011-03-04mbmmodem: do not check for NULL pointerLucas De Marchi1-4/+0
cb_data_new() uses g_new0(), hence there's no need to check the return value being NULL.
2011-03-03mbmmodem: don't let chat open after fd is sentLucas De Marchi1-17/+15
Instead of using a GAtChat, just use a GIOChannel and close it as soon as its fd is sent to core.
2011-02-23mbmmodem: add location-reporting driverRafael Ignacio Zurita1-0/+247