From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Achatz Subject: [PATCH 0/2] sysfs: Introducing group functions for binary sysfs attributes Date: Fri, 12 Nov 2010 19:18:35 +0100 Message-ID: <1289585915.2629.11.camel@neuromancer> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from fmmailgate01.web.de ([217.72.192.221]:56613 "EHLO fmmailgate01.web.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751829Ab0KLSVD (ORCPT ); Fri, 12 Nov 2010 13:21:03 -0500 Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Greg Kroah-Hartman , "Eric W. Biederman" , Tejun Heo , "Serge E. Hallyn" , Benjamin Thery Dmitry Torokhov asked me to implement group functions for sysfs binary attributes. This patchset includes my first proposal and changes on my kone mouse hid driver that uses part of the new functions.