Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754900AbbB0TMw (ORCPT ); Fri, 27 Feb 2015 14:12:52 -0500 Received: from mx1.scotdoyle.com ([23.226.141.211]:38973 "EHLO mx1.scotdoyle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754632AbbB0TMu (ORCPT ); Fri, 27 Feb 2015 14:12:50 -0500 Date: Fri, 27 Feb 2015 19:10:05 +0000 (UTC) From: Scot Doyle To: Greg Kroah-Hartman , Jiri Slaby , Tomi Valkeinen , Jean-Christophe Plagniol-Villard , Michael Kerrisk cc: Pavel Machek , Geert Uytterhoeven , linux-kernel@vger.kernel.org, linux-fbdev@vger.kernel.org, linux-api@vger.kernel.org, linux-man@vger.kernel.org Subject: [PATCH 0/2] add cursor blink interval terminal escape sequence In-Reply-To: <20150226220243.GC9935@amd> Message-ID: References: <20150225094946.GA24627@amd> <20150226220243.GC9935@amd> User-Agent: Alpine 2.11 (LNX 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1148 Lines: 31 Greg, the first patch of this series is for the tty tree. Tomi, the second patch of this series is for your tree, but it depends on the first patch. Also, will you remove these two previously queued patches? "fbcon: store cursor blink interval in fbcon_ops" "fbcon: expose cursor blink interval via sysfs" Michael, I plan to send a documentation patch if these are accepted. This patch series adds an escape sequence to specify the current console's cursor blink interval. The default interval is set to fbcon's currently hardcoded 200 msecs. Scot Doyle (2): vt: add cursor blink interval escape sequence fbcon: use the cursor blink interval provided by vt drivers/tty/vt/vt.c | 9 +++++++++ drivers/video/console/fbcon.c | 10 +++++----- drivers/video/console/fbcon.h | 1 + include/linux/console_struct.h | 1 + 4 files changed, 16 insertions(+), 5 deletions(-) -- 2.3.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/