Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261587AbVBXStm (ORCPT ); Thu, 24 Feb 2005 13:49:42 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261645AbVBXStm (ORCPT ); Thu, 24 Feb 2005 13:49:42 -0500 Received: from mail.kroah.org ([69.55.234.183]:29671 "EHLO perch.kroah.org") by vger.kernel.org with ESMTP id S261587AbVBXStk (ORCPT ); Thu, 24 Feb 2005 13:49:40 -0500 Date: Thu, 24 Feb 2005 10:49:28 -0800 From: Greg KH To: Lukas Hejtmanek Cc: linux-kernel@vger.kernel.org Subject: Re: USB 2.0 Mass storage device Message-ID: <20050224184928.GA11490@kroah.com> References: <20050224175918.GA7627@mail.muni.cz> <20050224181347.GA10847@kroah.com> <20050224182300.GA7778@mail.muni.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050224182300.GA7778@mail.muni.cz> User-Agent: Mutt/1.5.8i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1175 Lines: 29 On Thu, Feb 24, 2005 at 07:23:00PM +0100, Lukas Hejtmanek wrote: > On Thu, Feb 24, 2005 at 10:13:47AM -0800, Greg KH wrote: > > Is the ehci-hcd driver loaded? And is your device a high speed one? > > USB 2.0 support does not mean that it actually goes at high speeds, I > > have a USB 2.0 "compliant" low speed USB keyboard here :) > > Yes, ehci-hcd driver is loaded. (kernel is 2.6.11-rc3-bk4) > > This is the device: > http://www.msi.com.tw/program/support/download/dld/spt_dld_detail.php?UID=607&kind=6 > > Btw, I thought, that ehci-hcd driver handles both usb 2.0 and 1.1. Does it? No, it hands off the usb 1.1 devices to the usb 1 core inside it. This is either uhci or ohci, depending on your controller chip. Unless you put a USB 2.0 hub in front of a usb 1.1 device, then it gets more complicated, but we'll just ignore that issue for now... What does /proc/bus/usb/devices show for this device? thanks, greg k-h - 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/