From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bart Jonkers Subject: Question about own battery driver Date: Tue, 14 Mar 2006 07:07:11 +0100 Message-ID: <1142316431.9336.0.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from uproxy.gmail.com ([66.249.92.204]:44354 "EHLO uproxy.gmail.com") by vger.kernel.org with ESMTP id S1751855AbWCNGHR (ORCPT ); Tue, 14 Mar 2006 01:07:17 -0500 Received: by uproxy.gmail.com with SMTP id u40so716190ugc for ; Mon, 13 Mar 2006 22:07:15 -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