From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from sonata.ens-lyon.org (domu-toccata.ens-lyon.fr [140.77.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8AA481D5ABA for ; Mon, 2 Feb 2026 11:13:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=140.77.166.138 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770030831; cv=none; b=ElIZzDui+uion2mGd/954Woj3XfNwgYooq5Wk283SFxj7ZJueiXRxcdiMKn54+XIeBEbJSkZKfpyUuafF8qK9qyMz9hFBGP9ZOYMuXJKeC1TIf3JcVLxIwlcUwjJIvEsQP38pnscK7ls4cjRHCRn0JdVM3N9KeZC2LBo4uhLn5c= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770030831; c=relaxed/simple; bh=ILVTIoyDBsL9sr0tA4Ddxj+GuQ6P1ZDSwlPTRu1YmY8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Vw0Jr2U3KQEjIV+MKdlsxYCJHZClJZLr06aaP1PQQdkDWuihhjBDl9xyyde3cllu8CCPQynG1OVT0i21htMQcyszgHomV9/yfJaw7pafIOS5dYyRUU2eYIdK/mUxr6SA7bNphLIntXuL3gfMznGe6HMB49db5uHhWgQDoW2hCrs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=ens-lyon.org; spf=pass smtp.mailfrom=bounce.ens-lyon.org; arc=none smtp.client-ip=140.77.166.138 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=ens-lyon.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bounce.ens-lyon.org Received: from localhost (localhost [127.0.0.1]) by sonata.ens-lyon.org (Postfix) with ESMTP id 61B2EA19D6; Mon, 2 Feb 2026 12:13:43 +0100 (CET) Received: from sonata.ens-lyon.org ([127.0.0.1]) by localhost (sonata.ens-lyon.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id i5muLSCpBWUQ; Mon, 2 Feb 2026 12:13:43 +0100 (CET) Received: from end (unknown [212.133.41.95]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by sonata.ens-lyon.org (Postfix) with ESMTPSA id E68A7A03DB; Mon, 2 Feb 2026 12:13:42 +0100 (CET) Received: from samy by end with local (Exim 4.99.1) (envelope-from ) id 1vmrsD-00000003JJM-3jb9; Mon, 02 Feb 2026 12:13:41 +0100 Date: Mon, 2 Feb 2026 12:13:41 +0100 From: Samuel Thibault To: Kirill Petrov Cc: speakup@linux-speakup.org, w.d.hubbs@gmail.com, chris@the-brannons.com, kirk@reisers.ca, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Documentation/ABI: speakup: document bleeps and bleep_time Message-ID: Mail-Followup-To: Samuel Thibault , Kirill Petrov , speakup@linux-speakup.org, w.d.hubbs@gmail.com, chris@the-brannons.com, kirk@reisers.ca, linux-kernel@vger.kernel.org References: <20260202105650.7871-1-kosyanip@gmail.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20260202105650.7871-1-kosyanip@gmail.com> Organization: I am not organized Hello, Kirill Petrov, le lun. 02 févr. 2026 13:56:47 +0300, a ecrit: > Document the accepted bitmask values for > /sys/accessibility/speakup/bleeps and the time unit (milliseconds) for > /sys/accessibility/speakup/bleep_time, as implemented by Speakup edge > notification logic announce_edge() and bleep(). > > Signed-off-by: Kirill Petrov Henry Zhang has beaten you on this :) Thanks anyway, Samuel > --- > Documentation/ABI/stable/sysfs-driver-speakup | 9 +++++---- > 1 file changed, 5 insertions(+), 4 deletions(-) > > diff --git a/Documentation/ABI/stable/sysfs-driver-speakup b/Documentation/ABI/stable/sysfs-driver-speakup > index bcb6831aa114..e9d71851e6b5 100644 > --- a/Documentation/ABI/stable/sysfs-driver-speakup > +++ b/Documentation/ABI/stable/sysfs-driver-speakup > @@ -16,15 +16,16 @@ What: /sys/accessibility/speakup/bleeps > KernelVersion: 2.6 > Contact: speakup@linux-speakup.org > Description: This controls whether one hears beeps through the PC speaker > - when using speakup's review commands. > - TODO: what values does it accept? > + when using speakup's review commands. This is a bitmask: > + 0x1: bleep (PC speaker) when reaching an edge > + 0x2: speak the corresponding edge message > + Any combination of the above. > > What: /sys/accessibility/speakup/bleep_time > KernelVersion: 2.6 > Contact: speakup@linux-speakup.org > Description: This controls the duration of the PC speaker beeps speakup > - produces. > - TODO: What are the units? Jiffies? > + produces, in milliseconds. > > What: /sys/accessibility/speakup/cursor_time > KernelVersion: 2.6 > -- > 2.43.0