From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id DADF81EFF6C; Wed, 3 May 2017 02:15:57 -0400 (EDT) Received: from mail-wr0-x244.google.com (mail-wr0-x244.google.com [IPv6:2a00:1450:400c:c0c::244]) by befuddled.reisers.ca (Postfix) with ESMTPS id B0A7B1EFF2A for ; Wed, 3 May 2017 02:15:55 -0400 (EDT) Received: by mail-wr0-x244.google.com with SMTP id g12so21000488wrg.2 for ; Tue, 02 May 2017 23:15:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=QzlEmQEitkrnu975c8glVoFBK7VBUmbTZ/3QigG6BHU=; b=mN15iYQlwCX6AYPnozHvt66qs2lt+GT7WIg0PX1hqZOiyC8fXOaRaPh0dV9t5Es8nf JvLVtMK480hsIzKaMxPYb3Xlq21hhwQobMPENZGjQ8+v1I3oVf5aCwDVMMX9Zjz3BCJU AqjhL9+utmSTHBVGmgFVWrCuCw0B9XryuMK3XSoNR6NKXuUPwIhFaCtfv1x+hu3Y9ZxD TiduCdGniWyFS33/IORdeZ9wuCzl10stYvT2MCETL7CTKTyythKDMORXw4wxb5ODmigA lClfCqfujUf1h5G9E4qdPmCn9EiLaJsWJb75H3GymfewC+BMmKWKSguAv9MmjwvIPqU5 gMng== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=QzlEmQEitkrnu975c8glVoFBK7VBUmbTZ/3QigG6BHU=; b=PidYtDnqDTnNwfVmykiheuOx6QlkG0IPisNRueGtl7SYLzA2+EcOu4rJ3wlYalXZZw 6cKWjimdwRooVe+nosGwjUVP/oag4CG9RszS/uuZxSt3EJfySZtaApdlyvwxiqsmb1DV DCKHlL7p6B14YGgqxKQsBr69mWERiMzf+IUcLrcyhKaI1z+AaHK3ddj9f+ajmx+9lFjp kvM3ijG3JguAIfkYuvqzfSTLvS6PtkBV5yDsMaEAvCHW3M5weTqZnGfVwiVEsy5B4FF/ 0BJMM77lS1GOHEPmR4gDtaYm1Zr/y23aSnuoTF8G4BAE3u+FSuRU8xes13UIWtFpMbnl Xk8w== X-Gm-Message-State: AN3rC/7Bns7b0ZOvqzfTX4sRWcZ1a1E5/v/4cBPOMe2HxVvwpQRBIvpq IghdRbndgjXBxQ== X-Received: by 10.223.142.213 with SMTP id q79mr20987373wrb.25.1493792136002; Tue, 02 May 2017 23:15:36 -0700 (PDT) Received: from sanghar ([2a00:23c4:7320:5e00:224:d6ff:fe76:7136]) by smtp.gmail.com with ESMTPSA id v7sm18152387wrv.59.2017.05.02.23.15.34 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 02 May 2017 23:15:34 -0700 (PDT) Date: Wed, 3 May 2017 07:15:33 +0100 From: Okash Khawaja To: John Covici Cc: Samuel Thibault , speakup@linux-speakup.org Subject: Re: staging: speakup: flush tty buffers Message-ID: <20170503061532.GA650@sanghar> References: <20170501093320.fqjvxcoz6zloa4eg@var.youpi.perso.aquilenet.fr> <20170501180208.GA4197@sanghar> <20170501180335.GA4211@sanghar> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.2 (2017-04-18) X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 X-BeenThere: speakup@linux-speakup.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 06:15:58 -0000 Hi, On Tue, May 02, 2017 at 07:05:15PM -0400, John Covici wrote: > Make sure that the modem lines rts-cts are also properly switched. Do you mean driver might not be heeding these flow control primitives from speak out? Can you suggest how to ensure rts/cts are properly switched? They are handled by TTY layer. Thanks, Okash