public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Question: Serial port device drivers...
@ 2000-11-29 12:42 Wayne Price
  2000-11-29 18:52 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Wayne Price @ 2000-11-29 12:42 UTC (permalink / raw)
  To: linux-kernel; +Cc: W.Price

I am trying to develop a device-driver to sit above the standard serial port -
in other
words, multiple processes can communicate with the driver which will translate
the
information into the required serial datastream for the device. (This could be
written
as a separate daemon-type process, I know, but as a kernel driver it will fit
into the
scheme of our system in a much neater way).

I haven't found any other drivers in the kernel which quite do what I want, and
I don't
particularly want to make a copy of the entire serial driver code and put the
mods into
that (seems like a waste of space). Essentially, what I need is to have a
relatively
simple driver which just calls the standard serial port routines to send/receive
data.

Has this been done before, and does anyone have any sample code or hints as to
what I
need to do? We are using kernel 2.2.16 (from RedHat-7.0).

Regards,

Wayne
________________________________________________________________________
Wayne Price   W.Price@acropolis-solutions.co.uk  Acropolis Solutions Ltd
Mobile: +44 (0) 7770 376383                    Home: +44 (0) 1483 531235
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: Question: Serial port device drivers...
  2000-11-29 12:42 Question: Serial port device drivers Wayne Price
@ 2000-11-29 18:52 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2000-11-29 18:52 UTC (permalink / raw)
  To: Wayne Price; +Cc: linux-kernel, W.Price

On Wed, Nov 29, 2000 at 12:42:47PM +0000, Wayne Price wrote:
> 
> Has this been done before, and does anyone have any sample code or
> hints as to what I need to do? We are using kernel 2.2.16 (from
> RedHat-7.0).

You might want to take a look at the Axis Bluetooth stack for Linux
(www.axis.com).  It lives above the serial driver and sounds like it
does what you are looking to do.

Hope this helps,

greg k-h

-- 
greg@(kroah|wirex).com
http://immunix.org/~greg
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

end of thread, other threads:[~2000-11-29 19:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-11-29 12:42 Question: Serial port device drivers Wayne Price
2000-11-29 18:52 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox