All of lore.kernel.org
 help / color / mirror / Atom feed
* Droid 4 modem support in kernel & ofono
@ 2019-02-01 20:36 ` Pavel Machek
  0 siblings, 0 replies; 11+ messages in thread
From: Pavel Machek @ 2019-02-01 20:36 UTC (permalink / raw)
  To: ofono, kernel list, linux-arm-kernel, linux-omap, tony, sre,
	nekit1000, mpartap, merlijn

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

Hi!

Ok, so I got calls and smses somehow working in kernel&ofono ... which
is really all I need.

I pushed the tree to git@github.com:pavelmachek/ofono.git , branch
d4... But I had to do some "rather interesting" hacks. D4 modem
expects packets and current kernel drivers rely on write() boundaries
and flush(). .. which is a bit of problem for in ofonod, as it expects
to work with bytestream with no explicit packet boundaries.

However D4 still uses normal AT commands, so... it would be good to be
able to use AT parsing framework in ofono.

I believe easiest solution would be to automatically do the packet
splitting in kernel, it should be as easy as splitting on \r and
^Z. (Currently packets are only generated when \r or ^Z is seen on
write boundary, but that does not work well for ofono).

Best regards,
									Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

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

end of thread, other threads:[~2019-02-08 15:22 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-01 20:36 Droid 4 modem support in kernel & ofono Pavel Machek
2019-02-01 20:36 ` Pavel Machek
2019-02-01 20:36 ` Pavel Machek
2019-02-01 20:50 ` Tony Lindgren
2019-02-01 20:50   ` Tony Lindgren
     [not found]   ` <20190201205032.GF5720-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
2019-02-07 22:17     ` Pavel Machek
2019-02-07 22:17       ` Pavel Machek
2019-02-07 22:17       ` Pavel Machek
2019-02-07 22:17       ` Pavel Machek
2019-02-08 15:22       ` Tony Lindgren
2019-02-08 15:22         ` Tony Lindgren

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.