Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753120AbXFUC5L (ORCPT ); Wed, 20 Jun 2007 22:57:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752645AbXFUC4z (ORCPT ); Wed, 20 Jun 2007 22:56:55 -0400 Received: from gateway.insightbb.com ([74.128.0.19]:46795 "EHLO asav03.insightbb.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752264AbXFUC4z (ORCPT ); Wed, 20 Jun 2007 22:56:55 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AusRAGGFeUZKhRO4R2dsb2JhbACPEgEBGw0GEQE From: Dmitry Torokhov To: Jiri Kosina Subject: Re: [PATCH] blink: Only blink when parameter is set Date: Wed, 20 Jun 2007 22:56:52 -0400 User-Agent: KMail/1.9.3 Cc: Pavel Machek , Andrew Morton , linux-kernel@vger.kernel.org, Andi Kleen , Linus Torvalds References: <20070617083904.GC4496@suse.de> <20070621002034.GA18143@elf.ucw.cz> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200706202256.53850.dtor@insightbb.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1336 Lines: 36 On Wednesday 20 June 2007 20:24, Jiri Kosina wrote: > On Thu, 21 Jun 2007, Pavel Machek wrote: > > > > this has probably been already solved by proper throttling - see > > > http://lkml.org/lkml/2007/6/15/22 > > No, it was not. I still saw the problems with CONFIG_BLINK on, that is > > one blink per 5 seconds or something. Pavel, does my patch fixes keyboard issues for you when blinking via setleds? > > We should rename CONFIG_BLINK to > > CONFIG_BREAK_THINKPAD_KEYBOARD_AND_MORE. Also CONFIG_KILL_MY_NOHZ_SAVINGS ;) > > In fact it looks quite weird that one blink per 5 seconds can break the > keyboard, in fact. Not wierd at all. The driver uses panic_blink - something that we expect to work after panic. It rapidly polls KBC status register to detect when it accepted led command and does it without taking i8042_lock (because it may have been taken before kernel panicked) so it is quite possible that that interferes with atkbd operation. IOW I am not really interested in reports regrading issues with keyboards and/or mice on boxes with blink driver loaded. -- Dmitry - 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/