All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] atmodem: sms: don't request URC buffering for Quectel UC15 modems
  2019-09-05  9:16 [PATCH] atmodem: sms: don't request URC buffering for Quectel UC15 modems Martin =?unknown-8bit?q?Hundeb=C3=B8ll?=
@ 2019-09-04 12:24 ` Denis Kenzior
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2019-09-04 12:24 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 295 bytes --]

Hi Martin,

On 9/5/19 4:16 AM, Martin Hundebøll wrote:
> Add a vendor quirk to avoid an error being returned when setting up sms
> notification for Quectel UC15 modems.
> ---
>   drivers/atmodem/sms.c | 1 +
>   1 file changed, 1 insertion(+)
> 

Applied, thanks.

Regards,
-Denis

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] atmodem: sms: don't request URC buffering for Quectel UC15 modems
@ 2019-09-05  9:16 Martin =?unknown-8bit?q?Hundeb=C3=B8ll?=
  2019-09-04 12:24 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: Martin =?unknown-8bit?q?Hundeb=C3=B8ll?= @ 2019-09-05  9:16 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 673 bytes --]

Add a vendor quirk to avoid an error being returned when setting up sms
notification for Quectel UC15 modems.
---
 drivers/atmodem/sms.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/atmodem/sms.c b/drivers/atmodem/sms.c
index 442cfc58..d502da72 100644
--- a/drivers/atmodem/sms.c
+++ b/drivers/atmodem/sms.c
@@ -844,6 +844,7 @@ static gboolean build_cnmi_string(char *buf, int *cnmi_opts,
 	case OFONO_VENDOR_HUAWEI:
 	case OFONO_VENDOR_ZTE:
 	case OFONO_VENDOR_SIMCOM:
+	case OFONO_VENDOR_QUECTEL:
 		/* MSM devices advertise support for mode 2, but return an
 		 * error if we attempt to actually use it. */
 		mode = "1";
-- 
2.23.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-09-05  9:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-05  9:16 [PATCH] atmodem: sms: don't request URC buffering for Quectel UC15 modems Martin =?unknown-8bit?q?Hundeb=C3=B8ll?=
2019-09-04 12:24 ` Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.