Re: [PATCH v4 0/2] fbcon: user-defined cursor blink interval

2015-01-30 Thread Tomi Valkeinen
On 27/01/15 01:09, Scot Doyle wrote: > 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 sugg

Re: [PATCH v4 0/2] fbcon: user-defined cursor blink interval

2015-01-26 Thread Scot Doyle
On Tue, 27 Jan 2015, Richard Weinberger wrote: > 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. > >

Re: [PATCH v4 0/2] fbcon: user-defined cursor blink interval

2015-01-26 Thread Richard Weinberger
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() a

[PATCH v4 0/2] fbcon: user-defined cursor blink interval

2015-01-26 Thread 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