Re: [PATCH 2/3] droid 4: special handling for SMSes

2020-09-18 Thread Pavel Machek
Hi! > And here per item M1. > > Also, I had to resolve a minor conflict manually. Please rebase against git > HEAD when sending out patches. > > Applied, thanks. Thank you! Pavel -- (english)

Re: [PATCH 2/3] droid 4: special handling for SMSes

2020-09-15 Thread Denis Kenzior
Hi Pavel, On 9/15/20 8:23 AM, Pavel Machek wrote: Droid 4 modem is "special" (aka broken) so and getting incoming SMSes to work is quite tricky. This should get it right. --- drivers/atmodem/sms.c | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git

[PATCH 2/3] droid 4: special handling for SMSes

2020-09-15 Thread Pavel Machek
Droid 4 modem is "special" (aka broken) so and getting incoming SMSes to work is quite tricky. This should get it right. --- drivers/atmodem/sms.c | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/drivers/atmodem/sms.c b/drivers/atmodem/sms.c index