platform/upstream/ofono.git
13 years agoplugin: Add debug support for external plugins
Marcel Holtmann [Mon, 15 Aug 2011 23:16:36 +0000 (16:16 -0700)]
plugin: Add debug support for external plugins

13 years agolog: Use separate function for enable logging
Marcel Holtmann [Mon, 15 Aug 2011 23:12:26 +0000 (16:12 -0700)]
log: Use separate function for enable logging

13 years agocdma-voicecall: Implement SendTones method
Caiwen Zhang [Fri, 12 Aug 2011 09:20:00 +0000 (17:20 +0800)]
cdma-voicecall: Implement SendTones method

13 years agoinclude: Add send_tones to cdma voicecall driver API
Caiwen Zhang [Fri, 12 Aug 2011 09:20:00 +0000 (17:20 +0800)]
include: Add send_tones to cdma voicecall driver API

13 years agocdma-voicecall: Implement SendFlash method
Caiwen Zhang [Fri, 12 Aug 2011 09:19:46 +0000 (17:19 +0800)]
cdma-voicecall: Implement SendFlash method

13 years agoinclude: Add send_flash to cdma voicecall driver API
Caiwen Zhang [Fri, 12 Aug 2011 09:19:46 +0000 (17:19 +0800)]
include: Add send_flash to cdma voicecall driver API

13 years agocdma-voicecall: Implement Answer method
Caiwen Zhang [Fri, 12 Aug 2011 09:19:09 +0000 (17:19 +0800)]
cdma-voicecall: Implement Answer method

13 years agoinclude: Add cdma-voicecall answer driver API
Caiwen Zhang [Fri, 12 Aug 2011 09:19:09 +0000 (17:19 +0800)]
include: Add cdma-voicecall answer driver API

13 years agodoc: Reword features.txt entry
Denis Kenzior [Mon, 15 Aug 2011 05:28:56 +0000 (00:28 -0500)]
doc: Reword features.txt entry

13 years agoTODO: mark HFP AG emulator task as done
Frédéric Danis [Wed, 3 Aug 2011 13:53:41 +0000 (15:53 +0200)]
TODO: mark HFP AG emulator task as done

13 years agoemulator: fix indicator notification
Frédéric Danis [Thu, 4 Aug 2011 14:29:50 +0000 (16:29 +0200)]
emulator: fix indicator notification

13 years agogatserver: Add command finished callbacks
Denis Kenzior [Mon, 15 Aug 2011 05:22:07 +0000 (00:22 -0500)]
gatserver: Add command finished callbacks

13 years agostkagent: Define DBUS_TIMEOUT_INFINITE if undefined
Marcel Holtmann [Mon, 15 Aug 2011 18:15:20 +0000 (11:15 -0700)]
stkagent: Define DBUS_TIMEOUT_INFINITE if undefined

13 years agogatserver: Fix not processing after async error
Denis Kenzior [Mon, 15 Aug 2011 04:17:37 +0000 (23:17 -0500)]
gatserver: Fix not processing after async error

If we send an async error response, all future commands are ignored.

13 years agogatserver: Add sanity check
Denis Kenzior [Mon, 15 Aug 2011 04:11:20 +0000 (23:11 -0500)]
gatserver: Add sanity check

13 years agogatserver: Fix not sending OK final response
Denis Kenzior [Mon, 15 Aug 2011 04:11:03 +0000 (23:11 -0500)]
gatserver: Fix not sending OK final response

13 years agogatserver: Refactor IO code
Denis Kenzior [Mon, 15 Aug 2011 03:54:03 +0000 (22:54 -0500)]
gatserver: Refactor IO code

The current GAtServer implementation had nasty corner cases where
multiple commands were issued on the same command line.  The
server_suspend had no effect and we ended up processing the second
command anyway, resulting in interesting side-effects or crashes.

This commit simply discards the rest of the read input if the server
starts processing a command.  Since we do not yet support command
abortion we also discard data that arrives when command is being
processed.

13 years agostk: Use phonesim vendor for modem-handled cmds
Denis Kenzior [Thu, 11 Aug 2011 09:14:30 +0000 (04:14 -0500)]
stk: Use phonesim vendor for modem-handled cmds

13 years agostkagent: Use infinite timeouts
Denis Kenzior [Thu, 11 Aug 2011 09:13:28 +0000 (04:13 -0500)]
stkagent: Use infinite timeouts

for DisplayActionInformation and DisplayAction

13 years agodoc: Clarify DisplayActionInformation STK API
Denis Kenzior [Thu, 11 Aug 2011 09:13:01 +0000 (04:13 -0500)]
doc: Clarify DisplayActionInformation STK API

13 years agostk: Fix crashes
Denis Kenzior [Thu, 11 Aug 2011 06:59:57 +0000 (01:59 -0500)]
stk: Fix crashes

13 years agostk: Rewrite generic driver to use 27.007 commands
Denis Kenzior [Thu, 11 Aug 2011 06:59:35 +0000 (01:59 -0500)]
stk: Rewrite generic driver to use 27.007 commands

13 years agosim-poll: Remove unused code
Denis Kenzior [Thu, 11 Aug 2011 06:59:09 +0000 (01:59 -0500)]
sim-poll: Remove unused code

13 years agobuild: Do not install ofono.rules anymore
Marcel Holtmann [Fri, 12 Aug 2011 20:15:03 +0000 (13:15 -0700)]
build: Do not install ofono.rules anymore

13 years agoudev: Add automatic detection for Linktop devices
Marcel Holtmann [Thu, 11 Aug 2011 22:27:33 +0000 (15:27 -0700)]
udev: Add automatic detection for Linktop devices

13 years agoudev: Detect Diagnostic (QCDM) port for Telit devices
Marcel Holtmann [Thu, 11 Aug 2011 17:53:54 +0000 (10:53 -0700)]
udev: Detect Diagnostic (QCDM) port for Telit devices

13 years agoudev: Add automatic detection for Telit modems
Marcel Holtmann [Thu, 11 Aug 2011 17:40:59 +0000 (10:40 -0700)]
udev: Add automatic detection for Telit modems

13 years agoudev: Add support for automatic ISI USB modem detection
Marcel Holtmann [Thu, 11 Aug 2011 17:28:48 +0000 (10:28 -0700)]
udev: Add support for automatic ISI USB modem detection

13 years agoudev: Prepare for supporting different bus types
Marcel Holtmann [Thu, 11 Aug 2011 17:03:25 +0000 (10:03 -0700)]
udev: Prepare for supporting different bus types

13 years agoudev: Remove modem object when setup procedure fails
Marcel Holtmann [Thu, 11 Aug 2011 14:48:47 +0000 (07:48 -0700)]
udev: Remove modem object when setup procedure fails

13 years agoudev: Fix typo in Option HSO setup function
Marcel Holtmann [Thu, 11 Aug 2011 04:53:22 +0000 (21:53 -0700)]
udev: Fix typo in Option HSO setup function

13 years agoudev: Add automatic detection for Ericsson MBM based devices
Marcel Holtmann [Thu, 11 Aug 2011 04:52:40 +0000 (21:52 -0700)]
udev: Add automatic detection for Ericsson MBM based devices

13 years agoudev: Add support for Huawei E160 based devices with only two TTY
Marcel Holtmann [Thu, 11 Aug 2011 04:50:11 +0000 (21:50 -0700)]
udev: Add support for Huawei E160 based devices with only two TTY

13 years agogatchat: Fix marker handling within HDLC support
Marcel Holtmann [Wed, 10 Aug 2011 03:00:58 +0000 (20:00 -0700)]
gatchat: Fix marker handling within HDLC support

13 years agogatchat: Abort hexdump helper when no debug function is specified
Marcel Holtmann [Wed, 10 Aug 2011 03:00:18 +0000 (20:00 -0700)]
gatchat: Abort hexdump helper when no debug function is specified

13 years agogatchat: Fix extra empty line issue with hexdump helper
Marcel Holtmann [Wed, 10 Aug 2011 02:23:33 +0000 (19:23 -0700)]
gatchat: Fix extra empty line issue with hexdump helper

13 years agogatchat: Use hexdump format for HDLC debug messages
Marcel Holtmann [Wed, 10 Aug 2011 02:18:14 +0000 (19:18 -0700)]
gatchat: Use hexdump format for HDLC debug messages

13 years agogatchat: Add utility function for hexdump debugs
Marcel Holtmann [Wed, 10 Aug 2011 02:17:52 +0000 (19:17 -0700)]
gatchat: Add utility function for hexdump debugs

13 years agogatchat: Add support for sending HDLC frame start and end markers
Marcel Holtmann [Tue, 9 Aug 2011 20:40:10 +0000 (13:40 -0700)]
gatchat: Add support for sending HDLC frame start and end markers

13 years agoudev: Fix minor whitespace mistakes
Marcel Holtmann [Tue, 9 Aug 2011 17:30:46 +0000 (19:30 +0200)]
udev: Fix minor whitespace mistakes

13 years agonokiacdma: Fix minor whitespace mistakes
Marcel Holtmann [Tue, 9 Aug 2011 17:30:33 +0000 (19:30 +0200)]
nokiacdma: Fix minor whitespace mistakes

13 years agonokia: Fix minor whitespace mistakes
Marcel Holtmann [Tue, 9 Aug 2011 17:30:26 +0000 (19:30 +0200)]
nokia: Fix minor whitespace mistakes

13 years agoifx: Fix minor whitespace mistakes
Marcel Holtmann [Tue, 9 Aug 2011 17:30:14 +0000 (19:30 +0200)]
ifx: Fix minor whitespace mistakes

13 years agohso: Fix minor whitespace mistakes
Marcel Holtmann [Tue, 9 Aug 2011 17:30:10 +0000 (19:30 +0200)]
hso: Fix minor whitespace mistakes

13 years agombm: Fix minor whitespace mistakes
Marcel Holtmann [Tue, 9 Aug 2011 17:30:01 +0000 (19:30 +0200)]
mbm: Fix minor whitespace mistakes

13 years agophonesim: Fix minor whitespace mistakes
Marcel Holtmann [Tue, 9 Aug 2011 17:29:53 +0000 (19:29 +0200)]
phonesim: Fix minor whitespace mistakes

13 years agoste: Fix minor whitespace mistakes
Marcel Holtmann [Tue, 9 Aug 2011 17:29:46 +0000 (19:29 +0200)]
ste: Fix minor whitespace mistakes

13 years agotc65: Fix minor whitespace mistakes
Marcel Holtmann [Tue, 9 Aug 2011 17:29:35 +0000 (19:29 +0200)]
tc65: Fix minor whitespace mistakes

13 years agozte: Fix minor whitespace mistakes
Marcel Holtmann [Tue, 9 Aug 2011 17:21:58 +0000 (19:21 +0200)]
zte: Fix minor whitespace mistakes

13 years agoudev: Use standard modem properties for Novatel devices
Marcel Holtmann [Tue, 9 Aug 2011 17:19:39 +0000 (19:19 +0200)]
udev: Use standard modem properties for Novatel devices

13 years agonovatel: Use more standard values for control and modem channels
Marcel Holtmann [Tue, 9 Aug 2011 17:18:34 +0000 (19:18 +0200)]
novatel: Use more standard values for control and modem channels

13 years agoudev: Detect Diagnostic (QCDM) port for Huawei devices
Marcel Holtmann [Tue, 9 Aug 2011 17:06:57 +0000 (19:06 +0200)]
udev: Detect Diagnostic (QCDM) port for Huawei devices

13 years agoudev: Detect QCDM port for ZTE devices
Marcel Holtmann [Tue, 9 Aug 2011 17:02:20 +0000 (19:02 +0200)]
udev: Detect QCDM port for ZTE devices

13 years agoudev: Detect GPS and QCDM port for Gobi cards
Marcel Holtmann [Tue, 9 Aug 2011 17:00:38 +0000 (19:00 +0200)]
udev: Detect GPS and QCDM port for Gobi cards

13 years agoudev: Add debug output for special system attribute
Marcel Holtmann [Tue, 9 Aug 2011 16:47:44 +0000 (18:47 +0200)]
udev: Add debug output for special system attribute

13 years agoudev: udev: Add automatic detection for Nokia data cards
Marcel Holtmann [Tue, 9 Aug 2011 16:33:06 +0000 (18:33 +0200)]
udev: udev: Add automatic detection for Nokia data cards

13 years agonokia: Use post_online callback even without onfline/offline support
Marcel Holtmann [Tue, 9 Aug 2011 16:31:41 +0000 (18:31 +0200)]
nokia: Use post_online callback even without onfline/offline support

13 years agoudev: Add automatic detection for Olive V-ME101 HSIA modem
Marcel Holtmann [Tue, 9 Aug 2011 16:15:36 +0000 (18:15 +0200)]
udev: Add automatic detection for Olive V-ME101 HSIA modem

13 years agosamsung: Add skeleton driver for Samsung LTE device
Marcel Holtmann [Tue, 9 Aug 2011 16:08:51 +0000 (18:08 +0200)]
samsung: Add skeleton driver for Samsung LTE device

13 years agoatmodem: Samsung devices do not support CIND signal strength reporting
Marcel Holtmann [Tue, 9 Aug 2011 16:02:46 +0000 (18:02 +0200)]
atmodem: Samsung devices do not support CIND signal strength reporting

13 years agoalcatel: Add skeleton driver for Alcatel X220L device
Marcel Holtmann [Tue, 9 Aug 2011 16:00:37 +0000 (18:00 +0200)]
alcatel: Add skeleton driver for Alcatel X220L device

13 years agoudev: Add automatic detection for Alcatel X220L
Marcel Holtmann [Tue, 9 Aug 2011 15:58:13 +0000 (17:58 +0200)]
udev: Add automatic detection for Alcatel X220L

13 years agospeedup: Use post_online callback even without onfline/offline support
Marcel Holtmann [Tue, 9 Aug 2011 15:55:43 +0000 (17:55 +0200)]
speedup: Use post_online callback even without onfline/offline support

13 years agospeedup: Fix minor whitespace issue
Marcel Holtmann [Tue, 9 Aug 2011 15:46:49 +0000 (17:46 +0200)]
speedup: Fix minor whitespace issue

13 years agoudev: Use automatic detection for all SpeedUp modems
Marcel Holtmann [Tue, 9 Aug 2011 15:37:01 +0000 (17:37 +0200)]
udev: Use automatic detection for all SpeedUp modems

13 years agocdma-netreg: Initialize hdr strength
Denis Kenzior [Tue, 9 Aug 2011 18:34:24 +0000 (13:34 -0500)]
cdma-netreg: Initialize hdr strength

13 years agocdma-netreg: Implement HDR strength updates
Denis Kenzior [Tue, 9 Aug 2011 18:13:06 +0000 (13:13 -0500)]
cdma-netreg: Implement HDR strength updates

13 years agocdma-netreg: Minor whitespace style issues
Denis Kenzior [Tue, 9 Aug 2011 18:07:40 +0000 (13:07 -0500)]
cdma-netreg: Minor whitespace style issues

13 years agohuaweicdma: Implement 1X signal strength updates
Bertrand Aygon [Mon, 8 Aug 2011 12:13:19 +0000 (14:13 +0200)]
huaweicdma: Implement 1X signal strength updates

13 years agohuaweicdma: Enable netreg atom
Bertrand Aygon [Mon, 8 Aug 2011 12:13:18 +0000 (14:13 +0200)]
huaweicdma: Enable netreg atom

13 years agohuaweicdmamodem: Use a more common boolean pattern
Denis Kenzior [Tue, 9 Aug 2011 18:00:56 +0000 (13:00 -0500)]
huaweicdmamodem: Use a more common boolean pattern

13 years agohuaweicdma: Add netreg driver implementation
Bertrand Aygon [Mon, 8 Aug 2011 12:13:17 +0000 (14:13 +0200)]
huaweicdma: Add netreg driver implementation

13 years agovoicecall: Fix minor whitespace issue
Denis Kenzior [Tue, 9 Aug 2011 17:55:45 +0000 (12:55 -0500)]
voicecall: Fix minor whitespace issue

13 years agohfp_hf: retrieve AG version
Frédéric Danis [Mon, 8 Aug 2011 14:34:41 +0000 (16:34 +0200)]
hfp_hf: retrieve AG version

13 years agohfpmodem: Use an enum
Denis Kenzior [Mon, 8 Aug 2011 15:15:40 +0000 (10:15 -0500)]
hfpmodem: Use an enum

13 years agohfpmodem: fix hf features
Frédéric Danis [Mon, 8 Aug 2011 14:34:40 +0000 (16:34 +0200)]
hfpmodem: fix hf features

check audio gateway version and only set right features

13 years agoudev: Use semi-automatic detection for SpeedUp devices
Marcel Holtmann [Mon, 8 Aug 2011 15:09:42 +0000 (17:09 +0200)]
udev: Use semi-automatic detection for SpeedUp devices

13 years agoatmodem: Add vendor quirk entry for Samsung devices
Marcel Holtmann [Sun, 7 Aug 2011 15:28:33 +0000 (17:28 +0200)]
atmodem: Add vendor quirk entry for Samsung devices

13 years agotest: Add longer timeouts for basic modem operations
Marcel Holtmann [Sun, 7 Aug 2011 14:36:34 +0000 (16:36 +0200)]
test: Add longer timeouts for basic modem operations

13 years agoudev: Use fully automatic detection for Samsung LTE devices
Marcel Holtmann [Sun, 7 Aug 2011 14:35:43 +0000 (16:35 +0200)]
udev: Use fully automatic detection for Samsung LTE devices

13 years agoudev: Fix network interface detection for Option HSO
Marcel Holtmann [Sat, 6 Aug 2011 12:12:37 +0000 (14:12 +0200)]
udev: Fix network interface detection for Option HSO

13 years agoudev: Use fully automatic detection for Option HSO devices
Marcel Holtmann [Sat, 6 Aug 2011 12:06:16 +0000 (14:06 +0200)]
udev: Use fully automatic detection for Option HSO devices

13 years agoudev: Add support for automatic tagging of network interfaces
Marcel Holtmann [Sat, 6 Aug 2011 11:28:45 +0000 (13:28 +0200)]
udev: Add support for automatic tagging of network interfaces

13 years agoudev: Sort devices by interface number and not device node
Marcel Holtmann [Sat, 6 Aug 2011 11:18:28 +0000 (13:18 +0200)]
udev: Sort devices by interface number and not device node

13 years agoudev: Add support for default driver assignments
Marcel Holtmann [Sat, 6 Aug 2011 11:08:33 +0000 (13:08 +0200)]
udev: Add support for default driver assignments

If devices are not tagged with OFONO_DRIVER, then the driver will be
figured out based on kernel module name, vendor and/or product IDs.

Of course the manual tagging with OFONO_DRIVER as part of an udev
rule can always overwrite the default assignment.

13 years agoudev: Use ID_USB_INTERFACE_NUM property instead bInterfaceNumber
Marcel Holtmann [Sat, 6 Aug 2011 11:07:37 +0000 (13:07 +0200)]
udev: Use ID_USB_INTERFACE_NUM property instead bInterfaceNumber

13 years agoudev: Prioritize labeled interfaces over discovered ones
Marcel Holtmann [Sat, 6 Aug 2011 09:02:46 +0000 (11:02 +0200)]
udev: Prioritize labeled interfaces over discovered ones

13 years agoudev: Add warning in case channel gets disconnected
Marcel Holtmann [Sat, 6 Aug 2011 08:58:59 +0000 (10:58 +0200)]
udev: Add warning in case channel gets disconnected

13 years agoudevng: Fix minor whitespace violation
Denis Kenzior [Sat, 6 Aug 2011 01:05:33 +0000 (20:05 -0500)]
udevng: Fix minor whitespace violation

13 years agoudev: Add support for cleaner modem detection
Marcel Holtmann [Sat, 6 Aug 2011 01:01:23 +0000 (03:01 +0200)]
udev: Add support for cleaner modem detection

13 years agoudev: Remove outdated modem detection support
Marcel Holtmann [Sat, 6 Aug 2011 01:00:35 +0000 (03:00 +0200)]
udev: Remove outdated modem detection support

13 years agohfpmodem: Fix g_at_chat leak
Frédéric Dalleau [Thu, 4 Aug 2011 12:48:02 +0000 (14:48 +0200)]
hfpmodem: Fix g_at_chat leak

13 years agozte: Set vendor quirk also for GPRS context atom
Marcel Holtmann [Fri, 5 Aug 2011 20:51:02 +0000 (22:51 +0200)]
zte: Set vendor quirk also for GPRS context atom

13 years agoatmodem: Add funny ZTE quirk for GPRS context support
Marcel Holtmann [Fri, 5 Aug 2011 20:50:21 +0000 (22:50 +0200)]
atmodem: Add funny ZTE quirk for GPRS context support

13 years agoudev: Fix rules for Huawei E352 dongle
Marcel Holtmann [Fri, 5 Aug 2011 17:16:59 +0000 (19:16 +0200)]
udev: Fix rules for Huawei E352 dongle

13 years agotest: update list-modem with DataStrength property
Bertrand Aygon [Fri, 5 Aug 2011 13:21:15 +0000 (15:21 +0200)]
test: update list-modem with DataStrength property

13 years agoinclude: add data strength to cdma-netreg
Bertrand Aygon [Fri, 5 Aug 2011 13:21:13 +0000 (15:21 +0200)]
include: add data strength to cdma-netreg

13 years agocdma-netreg: Add Strength property support
Bertrand Aygon [Fri, 5 Aug 2011 13:21:11 +0000 (15:21 +0200)]
cdma-netreg: Add Strength property support

13 years agoinclude: add signal reporting to cdma-netreg
Bertrand Aygon [Fri, 5 Aug 2011 13:21:10 +0000 (15:21 +0200)]
include: add signal reporting to cdma-netreg

13 years agohuaweicdmamodem: Add stub implementation
Bertrand Aygon [Fri, 5 Aug 2011 13:21:07 +0000 (15:21 +0200)]
huaweicdmamodem: Add stub implementation