Re: [PATCH v3 2/2] fbcon: expose cursor blink interval via sysfs

2015-02-25 Thread Pavel Machek
On Mon 2015-01-26 20:41:53, Scot Doyle wrote: > The fbcon cursor, when set to blink, is hardcoded to toggle display state > five times per second. Expose this setting via > /sys/class/graphics/fbcon/cursor_blink_ms > > Values written to the interface set the approximate time interval in > millisec

Re: [PATCH v3 2/2] fbcon: expose cursor blink interval via sysfs

2015-01-26 Thread Richard Weinberger
On Mon, Jan 26, 2015 at 9:41 PM, Scot Doyle wrote: > The fbcon cursor, when set to blink, is hardcoded to toggle display state > five times per second. Expose this setting via > /sys/class/graphics/fbcon/cursor_blink_ms > > Values written to the interface set the approximate time interval in > mil

[PATCH v3 2/2] fbcon: expose cursor blink interval via sysfs

2015-01-26 Thread Scot Doyle
The fbcon cursor, when set to blink, is hardcoded to toggle display state five times per second. Expose this setting via /sys/class/graphics/fbcon/cursor_blink_ms Values written to the interface set the approximate time interval in milliseconds between cursor toggles, from 1 to 32767. Since the in