diff options
Diffstat (limited to 'include/linux/rfkill.h')
-rw-r--r-- | include/linux/rfkill.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/rfkill.h b/include/linux/rfkill.h index 26fddea12c25..0ce5e0b52dbd 100644 --- a/include/linux/rfkill.h +++ b/include/linux/rfkill.h | |||
@@ -52,6 +52,8 @@ enum rfkill_state { | |||
52 | * @type: Radio type which the button controls, the value stored | 52 | * @type: Radio type which the button controls, the value stored |
53 | * here should be a value from enum rfkill_type. | 53 | * here should be a value from enum rfkill_type. |
54 | * @state: State of the switch (on/off). | 54 | * @state: State of the switch (on/off). |
55 | * @user_claim_unsupported: Whether the hardware supports exclusive | ||
56 | * RF-kill control by userspace. Set this before registering. | ||
55 | * @user_claim: Set when the switch is controlled exlusively by userspace. | 57 | * @user_claim: Set when the switch is controlled exlusively by userspace. |
56 | * @mutex: Guards switch state transitions | 58 | * @mutex: Guards switch state transitions |
57 | * @data: Pointer to the RF button drivers private data which will be | 59 | * @data: Pointer to the RF button drivers private data which will be |
@@ -69,6 +71,7 @@ struct rfkill { | |||
69 | enum rfkill_type type; | 71 | enum rfkill_type type; |
70 | 72 | ||
71 | enum rfkill_state state; | 73 | enum rfkill_state state; |
74 | bool user_claim_unsupported; | ||
72 | bool user_claim; | 75 | bool user_claim; |
73 | 76 | ||
74 | struct mutex mutex; | 77 | struct mutex mutex; |