From owner-cvs-all@FreeBSD.ORG Fri Jun 27 12:08:53 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D2801065674; Fri, 27 Jun 2008 12:08:53 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 967E58FC12; Fri, 27 Jun 2008 12:08:53 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m5RC8rlc013062; Fri, 27 Jun 2008 12:08:53 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m5RC8rBa013061; Fri, 27 Jun 2008 12:08:53 GMT (envelope-from rpaulo@repoman.freebsd.org) Message-Id: <200806271208.m5RC8rBa013061@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rpaulo@repoman.freebsd.org using -f From: Rui Paulo Date: Fri, 27 Jun 2008 12:04:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc devd.conf src/sys/dev/acpi_support acpi_asus.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jun 2008 12:08:53 -0000 rpaulo 2008-06-27 12:04:36 UTC FreeBSD src repository Modified files: etc devd.conf sys/dev/acpi_support acpi_asus.c Log: SVN rev 180062 on 2008-06-27 12:04:36Z by rpaulo Add the missing support for Asus Eee PC in acpi_asus(4). This includes hotkeys support and sysctl variables to control camera and card reader. These new sysctls don't have CTFLAG_ANYBODY set. While there add entries to devd.conf related to the Eee volume keys. Reviewed by: phillip MFC after: 1 week Also tested by: lme (previous version) Revision Changes Path 1.42 +22 -0 src/etc/devd.conf 1.34 +109 -6 src/sys/dev/acpi_support/acpi_asus.c