From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bart Jonkers Subject: Question about own battery driver Date: Mon, 13 Mar 2006 09:45:15 +0100 Message-ID: <1142239515.9419.10.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from nproxy.gmail.com ([64.233.182.205]:57234 "EHLO nproxy.gmail.com") by vger.kernel.org with ESMTP id S932364AbWCMIpa (ORCPT ); Mon, 13 Mar 2006 03:45:30 -0500 Received: by nproxy.gmail.com with SMTP id x29so869988nfb for ; Mon, 13 Mar 2006 00:45:28 -0800 (PST) Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: linux-acpi@vger.kernel.org Hey, I am busy with creating a battery driver for an embedded system and want to let my driver interface with the acpi interface. Is there information available somewhere on how to do this or are there drivers available I can use as example. I have already looked to the sources in the kernel and at http://acpi.sourceforge.net/ , but found nothing that could help me. Thanks in advance, Bart