All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lan Tianyu <tianyu.lan@intel.com>
To: Dave Jones <davej@redhat.com>,
	Greg KH <gregkh@linuxfoundation.org>,
	Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org
Subject: Re: [GIT PATCH] USB patches for 3.9-rc1
Date: Fri, 22 Feb 2013 17:51:10 +0800	[thread overview]
Message-ID: <51273F8E.3020807@intel.com> (raw)
In-Reply-To: <20130222085954.GA4352@redhat.com>

On 2013/2/22 16:59, Dave Jones wrote:
> On Thu, Feb 21, 2013 at 10:40:10AM -0800, Greg KH wrote:
>
>   > USB patches for 3.9-rc1
>   >
>   > Here's the big USB merge for 3.9-rc1
>   >
>   > Nothing major, lots of gadget fixes, and of course, xhci stuff.
>
> I get no USB devices recognised when I insert them any more, which
> I think is pretty major.  I suspect it has something to do with this ?
>
>   > Lan Tianyu (12):
>   >       usb: add runtime pm support for usb port device
>   >       usb: add usb port auto power off mechanism
>
> It looks like every port on my laptop is powered down, as I can't
> even charge devices with it.
Hi Dave:
	Do you enable the port/power/pm_qos_no_power_off?
	cat /sys/bus/usb/devices/(dev)/port/power/pm_qos_no_power_off to show.
>
> I tried running powertop, which noted autosuspend for the usb controllers
> was 'good'. I flipped them to 'bad', but it made no difference.
>
> What can I do to debug this ?
	Can you attach the output of dmesg with CONFIG_USB_DEBUG?
>
> $ lspci | grep USB
> 00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
> 00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
> 00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
>
> $ lsusb
> Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
> Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
> Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
> Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
> Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
> Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
> Bus 001 Device 003: ID 0a5c:21e6 Broadcom Corp. BCM20702 Bluetooth 4.0 [ThinkPad]
> Bus 001 Device 004: ID 5986:02d5 Acer, Inc
Can you show the "lusb -s 1:1 -v"?
>
> (inserted USB devices don't show up in this list)
>
> $ dmesg | grep -i usb
> [    0.996096] ACPI: bus type usb registered
> [    0.996428] usbcore: registered new interface driver usbfs
> [    0.996638] usbcore: registered new interface driver hub
> [    0.996875] usbcore: registered new device driver usb
> [    1.874896] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
> [    1.876103] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
> [    1.886220] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
> [    1.886781] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
> [    1.886878] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [    1.887017] usb usb1: Product: EHCI Host Controller
> [    1.887111] usb usb1: Manufacturer: Linux 3.8.0+ ehci_hcd
> [    1.887220] usb usb1: SerialNumber: 0000:00:1a.0
> [    1.888942] hub 1-0:1.0: USB hub found
> [    1.892347] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
> [    1.902216] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
> [    1.902674] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
> [    1.902770] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [    1.902910] usb usb2: Product: EHCI Host Controller
> [    1.903004] usb usb2: Manufacturer: Linux 3.8.0+ ehci_hcd
> [    1.903098] usb usb2: SerialNumber: 0000:00:1d.0
> [    1.904444] hub 2-0:1.0: USB hub found
> [    1.906795] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
> [    1.906970] uhci_hcd: USB Universal Host Controller Interface driver
> [    1.908243] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
> [    1.909823] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
> [    1.909920] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [    1.910060] usb usb3: Product: xHCI Host Controller
> [    1.910153] usb usb3: Manufacturer: Linux 3.8.0+ xhci_hcd
> [    1.910260] usb usb3: SerialNumber: 0000:00:14.0
> [    1.911644] hub 3-0:1.0: USB hub found
> [    1.930176] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
> [    1.930802] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
> [    1.930899] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [    1.931039] usb usb4: Product: xHCI Host Controller
> [    1.931131] usb usb4: Manufacturer: Linux 3.8.0+ xhci_hcd
> [    1.931239] usb usb4: SerialNumber: 0000:00:14.0
> [    1.932568] hub 4-0:1.0: USB hub found
> [    1.950215] usbcore: registered new interface driver usbserial
> [    1.950388] usbcore: registered new interface driver usbserial_generic
> [    1.950612] usbserial: USB Serial support registered for generic
> [    1.950781] usbcore: registered new interface driver usb_debug
> [    1.950959] usbserial: USB Serial support registered for debug
> [    1.972227] usbcore: registered new interface driver usbhid
> [    1.972322] usbhid: USB HID core driver
> [    2.193584] usb 1-1: new high-speed USB device number 2 using ehci-pci
> [    2.309836] usb 1-1: New USB device found, idVendor=8087, idProduct=0024
> [    2.309965] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
> [    2.313198] hub 1-1:1.0: USB hub found
> [    2.436596] usb 2-1: new high-speed USB device number 2 using ehci-pci
> [    2.551777] usb 2-1: New USB device found, idVendor=8087, idProduct=0024
> [    2.551906] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
> [    2.555603] hub 2-1:1.0: USB hub found
> [    2.673812] usb 1-1.4: new full-speed USB device number 3 using ehci-pci
> [    2.754662] usb 1-1.4: New USB device found, idVendor=0a5c, idProduct=21e6
> [    2.754791] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
> [    2.754968] usb 1-1.4: Product: BCM20702A0
> [    2.755081] usb 1-1.4: Manufacturer: Broadcom Corp
> [    2.755194] usb 1-1.4: SerialNumber: 689423EB48E2
> [    2.827871] usb 1-1.6: new high-speed USB device number 4 using ehci-pci
> [    2.921573] usb 1-1.6: New USB device found, idVendor=5986, idProduct=02d5
> [    2.921671] usb 1-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
> [    2.921820] usb 1-1.6: Product: Integrated Camera
> [    2.921932] usb 1-1.6: Manufacturer: Ricoh Company Ltd.
>
> *after this point, inserting devices made no printk's at all*
>
>
> 	Dave
>

-- 
Best Regards
Tianyu Lan
linux kernel enabling team

  parent reply	other threads:[~2013-02-22  9:51 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-21 18:40 [GIT PATCH] USB patches for 3.9-rc1 Greg KH
2013-02-21 20:25 ` Linus Torvalds
2013-02-21 21:58   ` Greg KH
2013-02-22  6:47     ` Thierry Reding
2013-02-22  8:59 ` Dave Jones
2013-02-22  9:42   ` Lan Tianyu
2013-02-22  9:51   ` Lan Tianyu [this message]
2013-02-22 16:43     ` Dave Jones
2013-02-22 17:02       ` Lan Tianyu
2013-02-22 17:14         ` Dave Jones
2013-02-22 17:17           ` Lan Tianyu
2013-02-22 17:20             ` Dave Jones
2013-02-22 17:38               ` Lan Tianyu
2013-02-22 21:51   ` Fabio Baltieri
2013-02-22 22:23     ` Dave Jones
2013-02-23  0:10       ` Fabio Baltieri
2013-02-23  0:35         ` Rafael J. Wysocki
2013-02-23  1:44           ` Fabio Baltieri
2013-02-23  4:33             ` Rafael J. Wysocki
2013-02-23 11:49               ` Fabio Baltieri
2013-02-23 14:18                 ` [PATCH] ACPI / PM: Take unusual configurations of power resources into account (was: Re: [GIT PATCH] USB patches for 3.9-rc1) Rafael J. Wysocki
2013-02-23 14:48                   ` Fabio Baltieri
2013-02-23 22:29                     ` Rafael J. Wysocki
2013-02-23  0:20       ` [GIT PATCH] USB patches for 3.9-rc1 Rafael J. Wysocki
2013-02-23  0:19     ` Rafael J. Wysocki
2013-02-23  0:30       ` Linus Torvalds
2013-02-23  0:48         ` Rafael J. Wysocki
2013-02-23  1:10           ` Linus Torvalds
2013-02-23  2:01             ` Rafael J. Wysocki
2013-02-23  1:00     ` Rafael J. Wysocki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51273F8E.3020807@intel.com \
    --to=tianyu.lan@intel.com \
    --cc=akpm@linux-foundation.org \
    --cc=davej@redhat.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.