projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6422ec
)
Bluetooth: Add LE link type for debugfs output
author
Peter Hurley
<peter@hurleysoftware.com>
Wed, 24 Aug 2011 14:04:56 +0000
(10:04 -0400)
committer
Gustavo F. Padovan
<padovan@profusion.mobi>
Wed, 21 Sep 2011 15:58:12 +0000
(12:58 -0300)
Add LE link type as known connection type for debugfs stringizing
output.
Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
net/bluetooth/hci_sysfs.c
patch
|
blob
|
history
diff --git
a/net/bluetooth/hci_sysfs.c
b/net/bluetooth/hci_sysfs.c
index
a6c3aa8
..
22f1a6c
100644
(file)
--- a/
net/bluetooth/hci_sysfs.c
+++ b/
net/bluetooth/hci_sysfs.c
@@
-23,6
+23,8
@@
static inline char *link_typetostr(int type)
return "SCO";
case ESCO_LINK:
return "eSCO";
+ case LE_LINK:
+ return "LE";
default:
return "UNKNOWN";
}