From owner-freebsd-stable@FreeBSD.ORG Sun Aug 28 14:56:51 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C394106566B for ; Sun, 28 Aug 2011 14:56:50 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 87BDF8FC15 for ; Sun, 28 Aug 2011 14:56:50 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id p7SEunTs037418; Sun, 28 Aug 2011 08:56:49 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id p7SEunfv037415; Sun, 28 Aug 2011 08:56:49 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sun, 28 Aug 2011 08:56:49 -0600 (MDT) From: Warren Block To: Zoran Kolic In-Reply-To: <20110828063552.GA1391@faust> Message-ID: References: <20110828063552.GA1391@faust> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Sun, 28 Aug 2011 08:56:49 -0600 (MDT) Cc: freebsd-stable@freebsd.org Subject: Re: usb question X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2011 14:56:51 -0000 On Sun, 28 Aug 2011, Zoran Kolic wrote: > This might sound stupid, but I want to be sure and not recompile > again. To have usb keyboard working I had to add usb stack to the > kernel. In a hurry I put all uhci, ohci and ehci, with ukbd also. > What of this in necessary for kb? I suppose ehci and ukbd. Keyboards are low speed, so ohci and uhci; see ukbd(4). > Btw, after usb addage, I have strange 3 seconds freeze in X, once > it's up. Not at the start, but some 2-5 minutes later. Branch 8. Not enough information to tell. In X, could be our old friend AllowEmptyInput: http://www.wonkity.com/~wblock/docs/html/aei.html