Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754243AbcCRV6c (ORCPT ); Fri, 18 Mar 2016 17:58:32 -0400 Received: from mail-ig0-f173.google.com ([209.85.213.173]:33319 "EHLO mail-ig0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752495AbcCRV62 (ORCPT ); Fri, 18 Mar 2016 17:58:28 -0400 MIME-Version: 1.0 In-Reply-To: References: <20160317000918.GA12818@kroah.com> Date: Fri, 18 Mar 2016 14:58:27 -0700 X-Google-Sender-Auth: NDzUD2NXvyxk0fivZITST4pOYOI Message-ID: Subject: Re: [GIT PULL] USB driver patches for 4.6-rc1 From: Linus Torvalds To: Greg KH Cc: Andrew Morton , Linux Kernel Mailing List , USB list Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 696 Lines: 23 On Fri, Mar 18, 2016 at 2:43 PM, Linus Torvalds wrote: > > Something in this - or possibly the tty pull, but that doesn't sound > very likely - has killed my USB keyboard on my desktop. Yeah, the bisect is now solidly in the usb part. The machine has 00:14.0 USB controller: Intel Corporation Sunrise Point-H USB 3.0 xHCI Controller (rev 31) 03:00.0 USB controller: ASMedia Technology Inc. ASM1142 USB 3.1 Host Controller and the keyboard and mouse are on /: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 480M which seems to be that ASMedia 3.1 controller. In case that gives anybody a clue while I continue bisecting. Linus