Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp3619229imm; Mon, 8 Oct 2018 07:01:36 -0700 (PDT) X-Google-Smtp-Source: ACcGV63UB2kergAnb7ZnbZZ0f6+ghfKpF9J4T58GhSpqGs3698J/lK4CnTU4gUMBcBfu1uKm0MoC X-Received: by 2002:a63:7744:: with SMTP id s65-v6mr21343121pgc.197.1539007296636; Mon, 08 Oct 2018 07:01:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1539007296; cv=none; d=google.com; s=arc-20160816; b=VXrw6y6CSymirSXfYJHbmFl3I8Zu9L+zdD9SF4rE8qzbic/+rMkK+z1+1Rgoq10yN1 Wjf25yhMTLb3PjK9n6fcclVL6B9+90vmna43hhUKHiF461JvauTvim6Sko+mvDYD9aW1 6cBFJ2bArLhcSHsAQJsSgBViptTthPXkSJ8rdf62C3xAIdmRSsyu2d/ShIXCV3JdzQ/g 6DV8Zuxgf7GPDnoiZ7s+e3u9wtUTM8/a+oyI9fUVS/jtWCSDemrZ4cpRj/WjHYXbIUe7 vWmF9CzLD6h4z03po5RDRtFtMXMl7V4Yr+kbcq1Hi1EGqKO7W5toqaIuZDkAohvWFV3O 5ldQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:dkim-signature; bh=Zdsa4nepV4mgbsB0pHn5CQMIWExI63ZrHY9EoxezLV0=; b=VxdqazZ4cMg67VqOJ4B1A8lee55Sz8RxTMN3dn8oXIPny7CEyJN+el3bqHSDK34NBy skH87Kqk2/cfyOVTOcno+q8tmS/FgpOXSAPz7yd5T9rU88FlWEbRshSaQjXqXSp40MFN vciSrAp8gfiHulGm6efrrOjBwkeJofmNmVYuQVo+c1sVbo5TIk6YGnZAmVRQjE0XucYr iP73I7mnuVajq+ac1Ra9WXX0Ywc4CkfYJSlqHAhIbCJ124D5xZNWKpEXuX5I1K1YzpsC /VFTdjBAaLD9QvPYNzjFRkK355qT/MacPwg80ZdQW60N9aizBsxPH5kLzqcnvsT7/JLn 7Xxg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=GfEyRic7; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id t7-v6si17266435ply.150.2018.10.08.07.01.21; Mon, 08 Oct 2018 07:01:36 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=GfEyRic7; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726442AbeJHVNF (ORCPT + 99 others); Mon, 8 Oct 2018 17:13:05 -0400 Received: from mail.kernel.org ([198.145.29.99]:47682 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726056AbeJHVNF (ORCPT ); Mon, 8 Oct 2018 17:13:05 -0400 Received: from localhost (ip-213-127-77-176.ip.prioritytelecom.net [213.127.77.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id BA5122077C; Mon, 8 Oct 2018 14:01:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1539007273; bh=8BLk2tgEXubovYTyC7avk28+CpQaTO1MoUdo7G0eSGE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GfEyRic7tJDmK73Sd4RE9mYg7NVGp6N5mBk359DKCfsi0dsCEMQkbEdjmBwCxvnFs XccMJGyRWWwGxIoQgmgW+i5HnS1f/U7L0XzZSjwXKa+cO7XjfzymFqssmRpUdld+Ge 2S17KE/bLaCcUN+2gSqBe9xE+xJW8UNKPl8T3xzY= Date: Mon, 8 Oct 2018 15:19:44 +0200 From: Greg Kroah-Hartman To: Adam Borowski Cc: Thomas Gleixner , Ingo Molnar , x86@kernel.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] x86/defconfig: Enable CONFIG_USB_XHCI_HCD Message-ID: <20181008131944.GB20703@kroah.com> References: <20181008103223.15362-1-kilobyte@angband.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181008103223.15362-1-kilobyte@angband.pl> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 08, 2018 at 12:32:23PM +0200, Adam Borowski wrote: > A spanking new machine I just got has all but one USB ports wired as 3.0. > Booting defconfig resulted in no keyboard or mouse, which was pretty > uncool. Let's enable that -- USB3 is ubiquitous rather than an oddity. > As 'y' not 'm' -- recovering from initrd problems needs a keyboard. > > Signed-off-by: Adam Borowski > --- > arch/x86/configs/x86_64_defconfig | 1 + > 1 file changed, 1 insertion(+) defconfig for x86 actually still works? That's amazing in itself :) > diff --git a/arch/x86/configs/x86_64_defconfig b/arch/x86/configs/x86_64_defconfig > index e32fc1f274d8..ac9ae487cfeb 100644 > --- a/arch/x86/configs/x86_64_defconfig > +++ b/arch/x86/configs/x86_64_defconfig > @@ -243,6 +243,7 @@ CONFIG_USB_HIDDEV=y > CONFIG_USB=y > CONFIG_USB_ANNOUNCE_NEW_DEVICES=y > CONFIG_USB_MON=y > +CONFIG_USB_XHCI_HCD=y > CONFIG_USB_EHCI_HCD=y > CONFIG_USB_EHCI_TT_NEWSCHED=y > CONFIG_USB_OHCI_HCD=y You can probably turn ehci and ohci off if you have xhci in the "default" system now. thanks, greg k-h