From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Ott Subject: [RFC] User Guide for Sysfs and libudev Date: Mon, 24 May 2010 14:08:48 -0400 Message-ID: <4BFAC0B0.2060701@signal11.us> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from core.signal11.us ([64.251.29.136]:34068 "EHLO core.signal11.us" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753023Ab0EXSIt (ORCPT ); Mon, 24 May 2010 14:08:49 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by core.signal11.us (Postfix) with SMTP id 525FF1042FC for ; Mon, 24 May 2010 14:08:49 -0400 (EDT) Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: linux-kernel@vger.kernel.org, linux-input@vger.kernel.org Hello, Several weeks ago I had need of libudev, and was unable to find very much documentation for it on the web. I have created a guide on how to use libudev, which also provides some background information on /dev, Sysfs, and why this kind of thing is needed. Please check it out and provide comments, as I'm sure there are things which I have gotten wrong or omitted. The guide can be found here: http://www.signal11.us/oss/udev/ Thanks, Alan.