lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 15 Dec 2006 16:44:23 +0000
From:	Alan <alan@...rguk.ukuu.org.uk>
To:	Oliver Neukum <oliver@...kum.name>
Cc:	Phillip Susi <psusi@....rr.com>, Oliver Neukum <oliver@...kum.org>,
	linux-kernel@...r.kernel.org
Subject: Re: interface for modems with out of band signalling

> No, I am talking about how to support modems which don't have a
> command mode. These USB modems don't accept AT commands
> through the same channel as data. They take them encapsulated in special
> command messages to endpoint 0.
> How do I export this capability to user space? I am thinking about having
> two device nodes. But there may be a driver setting another precedent.
> Therefor I am asking.

ISDN4Linux provides a fake modem emulation in kernel space. The Nokia
phone drivers provide a user space manager which provides the interface.

So you've got precedents for both. If it's simply a case of splitting AT
commands off from the data and spotting guard bands and +++ you might
want to do it kernel side, if the second endpoint takes its own set of
phone control messages I guess its hairier.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ