Commit Graph

884 Commits

Author SHA1 Message Date
Johan Hedberg
474420e554 Remove usage of MSG_WAITALL from pcm_bluetooth.c as well 2008-12-29 14:58:21 +02:00
Johan Hedberg
f76b60d319 Fix receiving data over the unix socket
Don't use MSG_WAITALL since we can (and often will) receive less data
than MTU with the new IPC.
2008-12-29 14:42:54 +02:00
Marcel Holtmann
595a975c95 First attempt in fixing compiler warnings (still needs cleanup) 2008-12-23 05:25:50 +01:00
Marcel Holtmann
c2f08ad646 Removed unused function 2008-12-23 05:25:18 +01:00
Marcel Holtmann
ba4bcf3dfe Need to declare plugin entry functions first 2008-12-23 05:05:38 +01:00
Marcel Holtmann
6a0330d53a Convert sizeof to int before comparison against < 0 2008-12-23 04:25:37 +01:00
Marcel Holtmann
250964b29f Assign variables after declarations 2008-12-23 04:21:57 +01:00
Johan Hedberg
cc49c31cce More coding style fixes 2008-12-20 21:42:49 +02:00
Johan Hedberg
b0f85afdba Coding style fixes 2008-12-20 21:04:44 +02:00
Johan Hedberg
450e5656a8 More length header fixes 2008-12-20 20:57:27 +02:00
Johan Hedberg
1c7291138a Fix length header values in messages 2008-12-20 18:27:30 +02:00
Luiz Augusto von Dentz
c4596b6ceb Be more strict about message size mismatches. 2008-12-20 00:58:49 +02:00
Johan Hedberg
5db6e1be09 Remember to remove the signal filter in the _exit function 2008-12-17 22:28:14 +02:00
Luiz Augusto von Dentz
b2b736c38f Fix gstreamer plugin to reflect the ipc changes. 2008-12-16 17:19:56 -03:00
Luiz Augusto von Dentz
1c01d240ba Fix alsa plugin to reflect the ipc changes. 2008-12-16 17:19:56 -03:00
Luiz Augusto von Dentz
9937db5c59 Fix audio ipc to deal better with codec capabilities.
This should cover custom codec support for a2dp devices and add support
for codecs while using SCO transports.
2008-12-16 17:19:56 -03:00
Luiz Augusto von Dentz
3f7c130fd9 Introduce headset_get_nrec. 2008-12-15 18:07:39 +02:00
Johan Hedberg
fe5de84c0d Revert previous change to g_timeout_add_seconds
These timeouts really need to be sub-second so g_timeout_add_seconds
can't be used.
2008-12-15 17:17:22 +02:00
Marcel Holtmann
321b4afa54 Convert two more users to g_timeout_add_seconds() 2008-12-10 21:54:12 +01:00
Johan Hedberg
972fc8cc71 Fix AT+NREC API
Remove disable from the function names since there now is the boolean
"enable" parameter.
2008-12-10 17:14:46 +02:00
Johan Hedberg
7cd1de5d31 Fix call hold response
Respond with a proper error in case of a failure.
2008-12-09 00:17:21 +02:00
Johan Hedberg
0fb2d7ceae Remove unused defines 2008-12-09 00:15:32 +02:00
Johan Hedberg
24b10e587c Fix copyright year 2008-12-08 18:20:16 +02:00
Johan Hedberg
373b3d7728 Make sure max is initialized properly in all cases 2008-12-08 16:30:52 +02:00
Johan Hedberg
ab0901088e memory_dial_lookup should be static 2008-12-08 16:24:41 +02:00
Johan Hedberg
e522e48a58 Add some documentation for msisdn and vmbx 2008-12-08 16:10:59 +02:00
Johan Hedberg
c0455e7c36 Also fetch charge_level.design in case charge_level.last_full isn't available 2008-12-08 16:10:59 +02:00
Johan Hedberg
3bb39cb82c Update to match new telephony_disable_nr_and_ec_req API 2008-12-08 16:10:59 +02:00
Johan Hedberg
fa9265d12f Remove unnecessary debug print from signal_filter 2008-12-08 16:10:59 +02:00
Johan Hedberg
d2d899b5ff Fix typo 2008-12-08 16:10:59 +02:00
Johan Hedberg
bd81b1b3fc Make use of the send_method_call helper function 2008-12-08 16:10:58 +02:00
Johan Hedberg
e1365d5559 Assign voice mailbox to memory location 1 2008-12-08 16:10:58 +02:00
Johan Hedberg
44ff2eec43 Add support for SIM.Phonebook
This patch adds support for fetching the MSISDN and the VMBX (voice
mailbox) numbers from the SIM phonebook.
2008-12-08 16:10:58 +02:00
Johan Hedberg
318c783ce3 Allow battchg to be 0 2008-12-08 16:10:58 +02:00
Johan Hedberg
0d21737bb9 Only send battchg when it really changed 2008-12-08 16:10:58 +02:00
Johan Hedberg
716ec2c643 Fix HAL PropertyModified signal parsing 2008-12-08 16:10:58 +02:00
Johan Hedberg
41aebf977c Fix HAL reply parsing 2008-12-08 16:10:58 +02:00
Johan Hedberg
6eb2e31bd1 Implement the missing part of the HAL battery info code 2008-12-08 16:10:58 +02:00
Johan Hedberg
3ce142207a Implement preliminary support for fetching a HAL battery object 2008-12-08 16:10:58 +02:00
Johan Hedberg
5894e16ca7 Fix uninitialized variable gcc warnings 2008-12-08 16:10:58 +02:00
Johan Hedberg
8992d6668f Stop ringing if the call was answered from the AG side 2008-12-08 16:10:58 +02:00
Johan Hedberg
a34b5655ca Use proper phone number type 2008-12-08 16:10:58 +02:00
Johan Hedberg
f9a240b29b Add placeholder for NR & EC support 2008-12-08 16:10:58 +02:00
Johan Hedberg
893ce6b431 Make use of the new Created signal 2008-12-08 16:10:58 +02:00
Pekka Pessi
a9906a6025 Subscribe signals before requesting instance status 2008-12-08 16:10:58 +02:00
Pekka Pessi
30c8ffbc0a fix csd_status_to_hfp() 2008-12-08 16:10:58 +02:00
Pekka Pessi
6e592c7e41 Use SendDTMF instead of StartDTMF/StopDTMF 2008-12-08 16:10:57 +02:00
Pekka Pessi
8ea2f0d99a support *31# and #31# prefixes 2008-12-08 16:10:57 +02:00
Johan Hedberg
2150eb91a7 Update telephony-maemo to match current csd-call API 2008-12-08 16:10:57 +02:00
Johan Hedberg
bc9238c99f Enable in-band ringing 2008-12-08 16:10:57 +02:00