From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-qg0-f66.google.com ([209.85.192.66]:33539 "EHLO mail-qg0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756357AbcASPoK (ORCPT ); Tue, 19 Jan 2016 10:44:10 -0500 From: "=?UTF-8?q?Jo=C3=A3o=20Paulo=20Rechi=20Vita?=" To: johannes@sipsolutions.net Cc: marcel@holtmann.org, linux-wireless@vger.kernel.org, davem@davemloft.net, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, jprvita@endlessm.com, linux@endlessm.com Subject: [PATCH 7/8] rfkill: Update userspace API documentation Date: Tue, 19 Jan 2016 10:42:42 -0500 Message-Id: <1453218163-31998-8-git-send-email-jprvita@endlessm.com> (sfid-20160119_164732_520338_9E231362) In-Reply-To: <1453218163-31998-1-git-send-email-jprvita@endlessm.com> References: <1453218163-31998-1-git-send-email-jprvita@endlessm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: Add a note to userspace on the effect of RFKILL_OP_CHANGE_ALL also updating the default state for hotplugged devices. Signed-off-by: João Paulo Rechi Vita --- include/uapi/linux/rfkill.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/uapi/linux/rfkill.h b/include/uapi/linux/rfkill.h index 058757f..c15fcfc 100644 --- a/include/uapi/linux/rfkill.h +++ b/include/uapi/linux/rfkill.h @@ -59,6 +59,7 @@ enum rfkill_type { * @RFKILL_OP_DEL: a device was removed * @RFKILL_OP_CHANGE: a device's state changed -- userspace changes one device * @RFKILL_OP_CHANGE_ALL: userspace changes all devices (of a type, or all) + * into a state which also updates the default state for hotplugged devices. */ enum rfkill_operation { RFKILL_OP_ADD = 0, -- 2.5.0