Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp803699pxb; Wed, 27 Jan 2021 23:57:28 -0800 (PST) X-Google-Smtp-Source: ABdhPJyAP2eTnzKNpvdNqePQS05BKsQert09BLPvoKd2DQVP50PRZrGSanIxA2+DweuKOcc/FMJv X-Received: by 2002:a17:906:58d3:: with SMTP id e19mr1033452ejs.373.1611820648615; Wed, 27 Jan 2021 23:57:28 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1611820648; cv=none; d=google.com; s=arc-20160816; b=EPc45sYDGe6xLgvQSYdE3sVMiSYZkckftduTWcaNFn8I11BDOOoN29FFAMvCb/sljc Ls6Ne6tq0nlZTfafqK+O2pdYZnp6g0EvXMPcqkRjZe+jiupfFE4+pjC7g6wpYsoeytQj u2hcnUXN9sEHKT+ydj/MZxniQxC/ReHPMphTTnrhJZ1ZsA18GTLlCVCKGGCY2zPf15sz 38ubx+7MMlSdryWzGn7pAcQUVncH7SoxpD3OonlCpzXAvq4ytwYdIfJlLc+MVmk1X/le 93HJ6l7bFHnodZwiwu6NH0L6qMUHX/Yqr+1kXNxFWROqXbi7XK94npeqpznXt/tvnSyo AKtQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date:dkim-signature; bh=cbk2qP1dmjT8aBmbqZJpnD604HH7V3hMLYSR6L9IgxU=; b=ejgH//PbnPwTVyR6cI7wD9/7oEzKgiAXT3fPP5GKKDi+TZdy73MAoQgKJ1Dr9tuOyr 8nm5RU/PNQnAqiGu3/axuyofQhhKmLDEMbk8SVOfZG/dUxDOO2a9oYem9tvqdLhVdWBK USHhhLmJWVKOAEZZWzTPLD3T/L688khSnORyzbWjw7MWa43zjVQvTw0CfOdhXQm/bkI3 m9+8RycIxvkG6nZDoobBrsdkrd2uLnXaY2nb3+YL/IXJ/GMbzPlZvt5rSjGBGwDOjaHi XMehninl+iyRj/zUOkToYU7v2lYIvXyn//duCtZB8U+CJQlRDZ1jT3eL09anceWNIB+i 0mpQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=Wj1nmphK; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id z8si910019edx.338.2021.01.27.23.57.04; Wed, 27 Jan 2021 23:57:28 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=Wj1nmphK; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232281AbhA1H4I (ORCPT + 99 others); Thu, 28 Jan 2021 02:56:08 -0500 Received: from mail.kernel.org ([198.145.29.99]:37710 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232217AbhA1HzC (ORCPT ); Thu, 28 Jan 2021 02:55:02 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 8BD6B6146D; Thu, 28 Jan 2021 07:54:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1611820461; bh=bXGnTJYHb794Pb2vCMTkFYeXSZ+dzkW/2YPkPZg8Slg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Wj1nmphKRIfOfGTj9JVFV4FxRBqTWjMcpmRvjIvsrojctM5Mm1gb4FRnQAXfKdClX tBF2zKHrlS22NnNDSlCO5fIGiFDyImZPZfqA/hNFXBciStW81bgu2YhGATtDAqjA4D YNSDPTvBWNHjNY/x7kXpQMW+4N3N0jdvFSlErG48= Date: Thu, 28 Jan 2021 08:54:16 +0100 From: Greg KH To: Samuel Thibault Cc: linux-kernel@vger.kernel.org, speakup@linux-speakup.org Subject: Re: [PATCH] speakup: Make dectlk flush timeout configurable Message-ID: References: <20210127234444.1038813-1-samuel.thibault@ens-lyon.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210127234444.1038813-1-samuel.thibault@ens-lyon.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 28, 2021 at 12:44:44AM +0100, Samuel Thibault wrote: > In case the serial port or cable got faulty, we may not be getting > acknowledgements any more. The driver then currently waits for 4s to > avoid jamming the device. This makes this delay configurable. > > Signed-off-by: Samuel Thibault > --- > drivers/accessibility/speakup/speakup_dectlk.c | 11 ++++++++++- > drivers/accessibility/speakup/spk_types.h | 3 ++- > drivers/accessibility/speakup/synth.c | 3 +++ > drivers/accessibility/speakup/varhandlers.c | 1 + > 4 files changed, 16 insertions(+), 2 deletions(-) > > diff --git a/drivers/accessibility/speakup/speakup_dectlk.c b/drivers/accessibility/speakup/speakup_dectlk.c > index d75de36..580ec79 100644 > --- a/drivers/accessibility/speakup/speakup_dectlk.c > +++ b/drivers/accessibility/speakup/speakup_dectlk.c > @@ -78,6 +78,8 @@ static struct kobj_attribute direct_attribute = > __ATTR(direct, 0644, spk_var_show, spk_var_store); > static struct kobj_attribute full_time_attribute = > __ATTR(full_time, 0644, spk_var_show, spk_var_store); > +static struct kobj_attribute flush_time_attribute = > + __ATTR(flush_time, 0644, spk_var_show, spk_var_store); __ATTR_RW()? Also, no Documentation/ABI/ update for the new one user-visable attribute? Please fix up. thanks, greg k-h