summaryrefslogtreecommitdiffstats
path: root/drivers/qmimodem/qmi.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-25qmimodem: Make sure all service destroy functions are calledMarcel Holtmann1-0/+3
2012-06-25qmimodem: Add support for canceling all service requestsMarcel Holtmann1-10/+69
2012-06-25qmimodem: Add support for shared services with same client idMarcel Holtmann1-7/+93
2012-06-25qmimodem: Use unsigned int for notify id to make GUINT_TO_POINTER happyMarcel Holtmann1-1/+2
2012-06-25qmimodem: Use unsigned int for tid to make GUINT_TO_POINTER happyMarcel Holtmann1-4/+7
2012-06-25qmimodem: Use unsigned int for hash_id to make GUINT_TO_POINTER happyMarcel Holtmann1-3/+4
2012-06-24qmimodem: Add support for unregister of individual notificationsMarcel Holtmann1-1/+31
2012-06-24qmimodem: Add support for canceling service requestsMarcel Holtmann1-0/+44
2012-06-24qmimodem: Return transaction identifier from service requestsMarcel Holtmann1-12/+20
2012-06-24qmimodem: Add helper function for accessing 64-bit integersMarcel Holtmann1-0/+22
2012-06-21qmimodem: Add support for QMI control point handlingMarcel Holtmann1-0/+1681