Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 14 Oct 2002 08:25:59 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 14 Oct 2002 08:25:59 -0400 Received: from sccrmhc03.attbi.com ([204.127.202.63]:4047 "EHLO sccrmhc03.attbi.com") by vger.kernel.org with ESMTP id ; Mon, 14 Oct 2002 08:25:58 -0400 Message-ID: <3DAAB958.9000700@quark.didntduck.org> Date: Mon, 14 Oct 2002 08:32:24 -0400 From: Brian Gerst User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020607 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Romain Lievin CC: linux-kernel@vger.kernel.org Subject: Re: Serial API ('serport' ?) References: <20021014090755.GB2911@free.fr> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 772 Lines: 22 Romain Lievin wrote: > Hi, > > I would like to know whether a kind of parport exists for the serial ports. > This will allow me to do some low level accesses on the serial port pins (CTS/RTS & DSR/DTR). > I need to implement a bit-banging access on the serial port which can coexist with the other serial ports. > > I can not use request_region/release_region because the region has already been locked by the serial port driver. > > Any idea ? TTY line disciplines should be what you are looking for. -- Brian Gerst - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/