From owner-svn-src-all@FreeBSD.ORG Mon Feb 16 18:59:18 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5ECA1065709; Mon, 16 Feb 2009 18:59:18 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A272B8FC12; Mon, 16 Feb 2009 18:59:18 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n1GIxIaQ083402; Mon, 16 Feb 2009 18:59:18 GMT (envelope-from thompsa@svn.freebsd.org) Received: (from thompsa@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n1GIxIeL083401; Mon, 16 Feb 2009 18:59:18 GMT (envelope-from thompsa@svn.freebsd.org) Message-Id: <200902161859.n1GIxIeL083401@svn.freebsd.org> From: Andrew Thompson Date: Mon, 16 Feb 2009 18:59:18 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r188693 - head X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2009 18:59:20 -0000 Author: thompsa Date: Mon Feb 16 18:59:18 2009 New Revision: 188693 URL: http://svn.freebsd.org/changeset/base/188693 Log: Add an entry for xorg+hal+USB2 not detecting input devices. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon Feb 16 18:51:34 2009 (r188692) +++ head/UPDATING Mon Feb 16 18:59:18 2009 (r188693) @@ -22,6 +22,14 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8. to maximize performance. (To disable malloc debugging, run ln -s aj /etc/malloc.conf.) +20090216: + xorg 7.4 wants to configure its input devices via hald which does not + yet work with USB2. If the keyboard/mouse does not work in xorg then + add + Option "AllowEmptyInput" "off" + to your ServerLayout section. This will cause X to use the configured + kbd and mouse sections from your xorg.conf + 20090215: The GENERIC kernels for all architectures now default to the new USB2 stack. No kernel config options or code have been removed so if a