From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750987AbWBFFC2 (ORCPT ); Mon, 6 Feb 2006 00:02:28 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750989AbWBFFC2 (ORCPT ); Mon, 6 Feb 2006 00:02:28 -0500 Received: from mx1.redhat.com ([66.187.233.31]:35476 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S1750987AbWBFFC2 (ORCPT ); Mon, 6 Feb 2006 00:02:28 -0500 Date: Sun, 5 Feb 2006 21:02:11 -0800 From: Pete Zaitcev To: "Gabriel A. Devenyi" Cc: linux-kernel@vger.kernel.org Subject: Re: [BUG] USB HID fails to init USB keyboard Message-Id: <20060205210211.675015ba.zaitcev@redhat.com> In-Reply-To: References: Organization: Red Hat, Inc. X-Mailer: Sylpheed version 2.0.4 (GTK+ 2.8.9; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 5 Feb 2006 21:19:42 -0500, "Gabriel A. Devenyi" wrote: > usb 2-4: new low speed USB device using ohci_hcd and address 3 > input: USB-compliant keyboard as /class/input/input2 > input: USB HID v1.10 Keyboard [USB-compliant keyboard] on usb-0000:00:02.0-4 > drivers/usb/input/hid-core.c: input irq status -32 received The -32 is a stall, so it probably wants a NOGET quirk. -- Pete