From owner-freebsd-acpi@FreeBSD.ORG Tue May 1 10:56:05 2012 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 99165106566B for ; Tue, 1 May 2012 10:56:05 +0000 (UTC) (envelope-from niktychina@gmail.com) Received: from mail-qa0-f49.google.com (mail-qa0-f49.google.com [209.85.216.49]) by mx1.freebsd.org (Postfix) with ESMTP id 57F6E8FC17 for ; Tue, 1 May 2012 10:56:05 +0000 (UTC) Received: by qabj40 with SMTP id j40so2295307qab.15 for ; Tue, 01 May 2012 03:55:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Fom5xaZwRHu6hjBHVrz9Jivaohsma0FnHLGlghHOPro=; b=f+vyYc6E9FVShMadPgb05jo6W4fHF3cjwQ0prKk8jzOPY/ptK3Td3eZKJryXe3ggw4 xFaYe4hXcMM5RkYypwuRQV84XM63CeT5K3RnY7/dx4tSG3d3Rg871/oSMZf6sa/ZYE+8 jdqwbTG85NdF7eqsyMpmos2oZ9G9UIF4Si6B08BD5np8OouEil1MI7pRrNBhdUwPh6Gk TsdQ2bNiRYr6QzLBCbyichoGnt049MTveNRGFkXgazgc6EXFpXZ13ggyUE4zlfguVa86 qat4AGp7k1MY16KsqLorjxjpZDLe3qOUgnY+vL03BhVzIyuSroX/6wJtZZPiO7SryfGh obQQ== MIME-Version: 1.0 Received: by 10.224.180.212 with SMTP id bv20mr20721014qab.4.1335869759152; Tue, 01 May 2012 03:55:59 -0700 (PDT) Received: by 10.229.183.207 with HTTP; Tue, 1 May 2012 03:55:59 -0700 (PDT) Date: Tue, 1 May 2012 14:55:59 +0400 Message-ID: From: Nikolay Tychina To: freebsd-acpi@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Brightness keys and booting the kernel X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 May 2012 10:56:05 -0000 Hi, Considering the fact that brightness keys work until kernel is loaded, is it possible to make them work after the kernel is booted in some simple way? I remember my previous laptop was able to control brightness without any acpi_* modules and disregarding OS running. Regards Nikolay