diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/input.h | 1 | ||||
-rw-r--r-- | include/linux/rfkill.h | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/input.h b/include/linux/input.h index 36e00aa6f03b..6eb3aead7f1d 100644 --- a/include/linux/input.h +++ b/include/linux/input.h | |||
@@ -360,6 +360,7 @@ struct input_absinfo { | |||
360 | 360 | ||
361 | #define KEY_BLUETOOTH 237 | 361 | #define KEY_BLUETOOTH 237 |
362 | #define KEY_WLAN 238 | 362 | #define KEY_WLAN 238 |
363 | #define KEY_UWB 239 | ||
363 | 364 | ||
364 | #define KEY_UNKNOWN 240 | 365 | #define KEY_UNKNOWN 240 |
365 | 366 | ||
diff --git a/include/linux/rfkill.h b/include/linux/rfkill.h index c4546e15c853..f9a50dab4168 100644 --- a/include/linux/rfkill.h +++ b/include/linux/rfkill.h | |||
@@ -31,10 +31,12 @@ | |||
31 | * enum rfkill_type - type of rfkill switch. | 31 | * enum rfkill_type - type of rfkill switch. |
32 | * RFKILL_TYPE_WLAN: switch is no a Wireless network devices. | 32 | * RFKILL_TYPE_WLAN: switch is no a Wireless network devices. |
33 | * RFKILL_TYPE_BlUETOOTH: switch is on a bluetooth device. | 33 | * RFKILL_TYPE_BlUETOOTH: switch is on a bluetooth device. |
34 | * RFKILL_TYPE_UWB: switch is on a Ultra wideband device. | ||
34 | */ | 35 | */ |
35 | enum rfkill_type { | 36 | enum rfkill_type { |
36 | RFKILL_TYPE_WLAN , | 37 | RFKILL_TYPE_WLAN , |
37 | RFKILL_TYPE_BLUETOOTH, | 38 | RFKILL_TYPE_BLUETOOTH, |
39 | RFKILL_TYPE_UWB, | ||
38 | RFKILL_TYPE_MAX, | 40 | RFKILL_TYPE_MAX, |
39 | }; | 41 | }; |
40 | 42 | ||