summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-09-29Add at modem call volume driverDenis Kenzior4-0/+238
2009-09-29Fix: Don't try to set a value if already setDenis Kenzior1-0/+9
2009-09-29Be more numerically stableDenis Kenzior1-2/+2
2009-09-29Use none_prefix in cssnDenis Kenzior1-1/+3
2009-09-29Add Muted property to CallVolume atomDenis Kenzior2-0/+69
2009-09-29Refactor: Call Volume set_property handlingDenis Kenzior1-71/+59
2009-09-29Get rid of unused defineDenis Kenzior1-2/+0
2009-09-29Get rid of unused variablesDenis Kenzior1-2/+0
2009-09-29Refactor: Assume driver will set call volumeDenis Kenzior1-3/+0
Driver should use the ofono_call_volume_set_microphone_volume and ofono_call_volume_set_speaker_volume functions.
2009-09-29Don't use ofono_ prefix for static functionsDenis Kenzior1-11/+8
2009-09-29Refactor: Break up call volume notifyDenis Kenzior2-16/+28
2009-09-29Cleanup: Do not expose DBus details to driversDenis Kenzior2-12/+8
2009-09-29Add call volume interface to adjust speaker and mic volumeZhenhua Zhang4-2/+443
2009-09-28Fix: F3607gw not being recognized properlyDenis Kenzior1-11/+12
Reports <foo> Broadband <foo> instead of <foo> Broadband Minicard <foo> F3607gw Mobile Broadband Data Modem F3607gw Mobile Broadband Modem F3607gw Mobile Broadband GPS Port F3607gw Mobile Broadband Network Adapter F3607gw Mobile Broadband Device Management F3607gw Mobile Broadband USIM Port
2009-09-28Fix: Report registered modems properlyDenis Kenzior1-2/+2
2009-09-28Fix efli being removed prematurelyDenis Kenzior1-4/+6
2009-09-25Release 0.6Marcel Holtmann2-1/+6
2009-09-25Add ignore line generated udev rules fileMarcel Holtmann1-0/+1
2009-09-25Fix build issue with example history pluginMarcel Holtmann1-1/+1
2009-09-25Fix segmentation fault from SIM reading on Calypso modemMarcel Holtmann1-0/+3
2009-09-25Convert some more strings list for easier readingMarcel Holtmann1-1/+3
2009-09-25Add some more test scripts for SMS and voice call testingMarcel Holtmann5-1/+91
2009-09-24Add gsmdial application to ignore listMarcel Holtmann1-0/+2
2009-09-24Add skeleton for gsmdial test applicationMarcel Holtmann1-0/+29
2009-09-24Release 0.5Marcel Holtmann2-1/+14
2009-09-24Add oFono whitepaper to distributionMarcel Holtmann1-1/+8
2009-09-24Fix whitespaceDenis Kenzior1-7/+7
2009-09-24Add first draft of the ofono whitepaperDenis Kenzior1-0/+172
2009-09-24Update the sim-api with LockedPins propertyDenis Kenzior1-0/+10
2009-09-24Add initial support for LockedPins propertyDenis Kenzior1-7/+95
2009-09-24gdbus: handle introspection generally in generic_message.RISKÓ Gergely1-43/+59
Previously it was a specific case, now introspection is just another interface, which is always implemented. It is registered/unregistered when an object path is referenced first/last.
2009-09-24Unref GIOChannel in g_at_chat_new_from_ttyZhenhua Zhang1-1/+4
2009-09-23Ignore EFli if the first entry is emptyDenis Kenzior1-4/+11
2009-09-23Add plugin interface for getting PIN lock state.Andrzej Zaborowski2-0/+67
It may be useful to have the information of whether card is currently locked and emit events when this changes but if we want to have it as a property, we would need properties for all types of locks and it wouldn't be all that useful.
2009-09-23Remove unused struct field.Andrzej Zaborowski1-1/+0
2009-09-23Rename eflp_format to efli_format, semantically opposite.Andrzej Zaborowski1-4/+4
2009-09-23Update sim-api.txt: ChangePin no longer disables pin.Andrzej Zaborowski1-2/+1
2009-09-22Simplify: Use dbus_message_iter_get_argsDenis Kenzior4-103/+36
2009-09-22Remove unused structureDenis Kenzior1-6/+0
2009-09-23Fix unused variable issue from last commitsMarcel Holtmann1-1/+0
2009-09-22Fix: Comparison should be against negative errnoDenis Kenzior1-1/+1
2009-09-22Update sim-api with LockPin and UnlockPinDenis Kenzior1-0/+13
2009-09-22Don't try to Lock or Unlock SIM PIN2Denis Kenzior1-1/+6
2009-09-22Make sure we try to lock/unlock/change only PINsDenis Kenzior1-4/+32
2009-09-22Refactor: Do not use int instead of enumDenis Kenzior3-13/+15
27.007 does not define an enumeration for SIM PIN/PUK values. This should be handled by ofono enum instead
2009-09-22Don't treat READY CPIN result differentlyDenis Kenzior1-9/+8
2009-09-22Add LockPin and UnlockPin functionsDenis Kenzior1-39/+76
2009-09-22Move SSN unsolicited notification activationDenis Kenzior2-6/+5
2009-09-22Rearrange sim password enumDenis Kenzior3-73/+77
2009-09-22Fix: Make sure pin isn't emptyDenis Kenzior1-0/+4