From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Weinberger Date: Mon, 26 Jan 2015 23:29:32 +0000 Subject: Re: [PATCH v4 0/2] fbcon: user-defined cursor blink interval Message-Id: <54C6CDDC.5010507@nod.at> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Scot Doyle , Jean-Christophe Plagniol-Villard , Tomi Valkeinen Cc: Geert Uytterhoeven , Richard Weinberger , linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org Am 27.01.2015 um 00:09 schrieb Scot Doyle: > Since users prefer different fbcon cursor blink intervals, allow the > interval to be set via sysfs. The current interval of 200 milliseconds > is retained as the default. Tested with intelfb. > > v2: Use kstrtos16() instead of kstrtoul() and min_t() as suggested by > Geert Uytterhoeven > v3: Add error messages as suggested by Tomi Valkeinen > v4: Add rationale into patch descriptions as suggested by > Richard Weinberger Hehe, no need to resend immediately a v4, I'm just curios about the use case. :) Why do users want a different blink interval? What is the use case? And what are these users? Most people use a fbcon only for a few moments to fix/restart X11. Thanks, //richard