[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <48E90FC9.2060903@yahoo.com>
Date: Sun, 05 Oct 2008 20:04:41 +0100
From: Sitsofe Wheeler <sitsofe@...oo.com>
To: Matthew Garrett <mjg59@...f.ucam.org>
CC: dmitry.torokhov@...il.com, IvDoorn@...il.com, hmh@....eng.br,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v3] rfkill-input doesn't work until 5 minutes after boot
Matthew Garrett wrote:
> rfkill-input implements debounce as follows:
>
> if (time_after(jiffies, task->last + msecs_to_jiffies(200))) {
>
> However, task->last is initialised to 0 while jiffies starts at -300*HZ.
> Any input within 5 minutes of kernel start is therefore ignored. Fix by
> initialising task->last correctly.
This patch also works for me.
Tested-by: Sitsofe Wheeler <sitsofe@...oo.com>
--
Sitsofe | http://sucs.org/~sits/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists