Return-path: Received: from ist.d-labs.de ([213.239.218.44]:49532 "EHLO mx01.d-labs.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756637Ab0BXLFr (ORCPT ); Wed, 24 Feb 2010 06:05:47 -0500 From: florian@mickler.org To: "Marcel Holtmann" Cc: "Johannes Berg" , "John W. Linville" , linux-wireless@vger.kernel.org, "Randy Dunlap" , "Alan Jenkins" , linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, "Greg Kroah-Hartman" , Florian Mickler Subject: [PATCH v2 0/2] Document and enhance rfkill sysfs abi Date: Wed, 24 Feb 2010 12:05:15 +0100 Message-Id: <1267009517-5017-1-git-send-email-florian@mickler.org> In-Reply-To: <1266704345.32739.0.camel@jlt3.sipsolutions.net> References: <1266704345.32739.0.camel@jlt3.sipsolutions.net> Sender: linux-wireless-owner@vger.kernel.org List-ID: Hi Marcel, so this obsoletes the claim and state sysfs files and introduces two new files: /sys/class/rfkill/*/sw and hw .. cheers, Flo p.s.: i even tested them... Florian Mickler (2): Document the rfkill sysfs ABI enhance sysfs rfkill interface Documentation/ABI/obsolete/sysfs-class-rfkill | 29 +++++++++++ Documentation/ABI/stable/sysfs-class-rfkill | 67 +++++++++++++++++++++++++ Documentation/feature-removal-schedule.txt | 18 +++++++ Documentation/rfkill.txt | 44 +++++----------- net/rfkill/core.c | 57 +++++++++++++++++++++ 5 files changed, 184 insertions(+), 31 deletions(-) create mode 100644 Documentation/ABI/obsolete/sysfs-class-rfkill create mode 100644 Documentation/ABI/stable/sysfs-class-rfkill