mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-21 22:32:45 +00:00
[RFKILL]: Add support for ultrawideband
This patch will add support for UWB keys to rfkill, support for this has been requested by Inaky. Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
234a0ca6f1
commit
e0665486b7
4 changed files with 15 additions and 0 deletions
|
@ -106,6 +106,9 @@ static ssize_t rfkill_type_show(struct device *dev,
|
|||
case RFKILL_TYPE_BLUETOOTH:
|
||||
type = "bluetooth";
|
||||
break;
|
||||
case RFKILL_TYPE_UWB:
|
||||
type = "ultrawideband";
|
||||
break;
|
||||
default:
|
||||
BUG();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue