From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756561AbZCDAH0 (ORCPT ); Tue, 3 Mar 2009 19:07:26 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754626AbZCDAHL (ORCPT ); Tue, 3 Mar 2009 19:07:11 -0500 Received: from wf-out-1314.google.com ([209.85.200.168]:56234 "EHLO wf-out-1314.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754304AbZCDAHK convert rfc822-to-8bit (ORCPT ); Tue, 3 Mar 2009 19:07:10 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=kAxkapIlSGEGJVUMelVp++6h2RG/40e7seTsyE0uPBat3nMuZKO5RT8dGplp8uEOll pc9YQKtQLrMjgHq+HbX/j0bAwKbWr3stu9+7gYvNlRUT/AmBmqgzfDglpvPDNZ+SshWm jUNWzsxyQ/eCLOx6VfvfnCkGM4jDY4xg8xhqc= MIME-Version: 1.0 In-Reply-To: <49AD17DD.1030206@gmail.com> References: <43e72e890903021737v7f5c4f06lb13e4f5d3ad67fd7@mail.gmail.com> <43e72e890903021751m3f17206dge880dfc4d2c56711@mail.gmail.com> <49AD17DD.1030206@gmail.com> Date: Tue, 3 Mar 2009 16:07:06 -0800 Message-ID: <43e72e890903031607k4e2ce36csb7c48de2f01a6de6@mail.gmail.com> Subject: Re: hid-dummy.ko Input/output error -- causing huge delays From: "Luis R. Rodriguez" To: Jiri Slaby Cc: "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 3, 2009 at 3:43 AM, Jiri Slaby wrote: > On 3.3.2009 02:51, Luis R. Rodriguez wrote: >> >> On Mon, Mar 2, 2009 at 5:37 PM, Luis R. Rodriguez >>  wrote: >>> >>> FATAL: Error inserting hid_dummy >>> (/lib/modules/2.6.29-rc6-wl/kernel/drivers/hid/hid-dummy.ko): >>> Input/output error >>> >>> I remember reading a thread where you said this was non-fatal and that >>> hid-dummy.ko would go away. On my system, every now in a blue moon the >>> above causes a huge delay during the bootup sequence. I'm talking >>> about a full 1-2 minute delay. Why is the delay so sporadic? >> >> s/once in a blue moon/often/ >> >> as it seems I get this now upon every reboot. > > So I suppose the problem goes away, when you change -EIO to 0 in > drivers/hid/hid-dummy.c Yeap. Luis