From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1765787AbXJPFba (ORCPT ); Tue, 16 Oct 2007 01:31:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757677AbXJPFbX (ORCPT ); Tue, 16 Oct 2007 01:31:23 -0400 Received: from mx2.suse.de ([195.135.220.15]:56036 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757001AbXJPFbW (ORCPT ); Tue, 16 Oct 2007 01:31:22 -0400 Date: Mon, 15 Oct 2007 22:26:54 -0700 From: Greg KH To: Yinghai Lu Cc: Andrew Morton , Linux Kernel Mailing List Subject: Re: usb Message-ID: <20071016052654.GA8730@suse.de> References: <86802c440710151037y75e6e8eex3e17da8763d68643@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86802c440710151037y75e6e8eex3e17da8763d68643@mail.gmail.com> User-Agent: Mutt/1.5.16 (2007-06-09) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 15, 2007 at 10:37:04AM -0700, Yinghai Lu wrote: > Greg, > > from linus's git this morning.. > > ACPI: PCI Interrupt 0000:00:02.1[B] -> Link [LUB2] -> GSI 21 (level, > low) -> IRQ 21 > ehci_hcd 0000:00:02.1: EHCI Host Controller > ehci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 1 > ehci_hcd 0000:00:02.1: debug port 1 > ehci_hcd 0000:00:02.1: irq 21, io mem 0xdefbec00 > ehci_hcd 0000:00:02.1: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004 > usb usb1: configuration #1 chosen from 1 choice > hub 1-0:1.0: USB hub found > hub 1-0:1.0: 10 ports detected > ACPI: PCI Interrupt 0000:00:02.0[A] -> Link [LUB0] -> GSI 22 (level, > low) -> IRQ 22 > ohci_hcd 0000:00:02.0: OHCI Host Controller > ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 2 > ohci_hcd 0000:00:02.0: irq 22, io mem 0xdefbf000 > usb 1-1: new high speed USB device using ehci_hcd and address 2 > usb usb2: configuration #1 chosen from 1 choice > hub 2-0:1.0: USB hub found > hub 2-0:1.0: 10 ports detected > USB Universal Host Controller Interface driver v3.0 > Initializing USB Mass Storage driver... > usb 1-1: configuration #1 chosen from 1 choice > usb 1-6: new high speed USB device using ehci_hcd and address 5 > usb 1-6: configuration #1 chosen from 1 choice > hub 1-6:1.0: USB hub found > hub 1-6:1.0: 4 ports detected > sysfs: duplicate filename 'bInterfaceNumber' can not be created > WARNING: at fs/sysfs/dir.c:425 sysfs_add_one() > > Call Trace: > [] sysfs_add_one+0x54/0xbd > [] sysfs_add_file+0x50/0x81 > [] sysfs_create_group+0x9a/0xf2 > [] usb_create_sysfs_intf_files+0x32/0xc7 > [] usb_set_configuration+0x49d/0x4c0 > [] generic_probe+0x53/0x95 > [] driver_probe_device+0xd3/0x150 > [] __device_attach+0x0/0x5 > [] bus_for_each_drv+0x40/0x71 > [] device_attach+0x63/0x7a > [] bus_attach_device+0x2a/0x78 > [] device_add+0x308/0x51e > [] usb_new_device+0x47/0x80 > [] hub_thread+0x75a/0xb4a > [] autoremove_wake_function+0x0/0x2e > [] hub_thread+0x0/0xb4a > [] kthread+0x47/0x76 > [] child_rip+0xa/0x12 > [] kthread+0x0/0x76 > [] child_rip+0x0/0x12 > > usb 2-3: new full speed USB device using ohci_hcd and address 2 > usb 2-3: configuration #1 chosen from 1 choice > hub 2-3:1.0: USB hub found > hub 2-3:1.0: 4 ports detected > usb 2-5: new low speed USB device using ohci_hcd and address 3 > usb 2-5: configuration #1 chosen from 1 choice > scsi15 : SCSI emulation for USB Mass Storage devices > usb 2-3.1: new low speed USB device using ohci_hcd and address 4 > usb 2-3.1: configuration #1 chosen from 1 choice > usb 2-3.4: new low speed USB device using ohci_hcd and address 5 > usb 2-3.4: configuration #1 chosen from 1 choice Yes, I can duplicate this here now too. Will work on this tomorrow to track down... thanks, greg k-h