projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b29df4
)
Bluetooth: Add "TIZEN_BT" flag
author
Sudha Bheemanna
<b.sudha@samsung.com>
Tue, 23 Aug 2016 11:37:10 +0000
(17:07 +0530)
committer
Hoegeun Kwon
<hoegeun.kwon@samsung.com>
Mon, 6 Jul 2020 09:08:20 +0000
(18:08 +0900)
Added the tizen specific flag for use in adding tizen patches.
Change-Id: Ia391644fddbe600c8d845e0bf0808f587aa73e0c
Signed-off-by: Sudha Bheemanna <b.sudha@samsung.com>
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
Signed-off-by: Amit Purwar <amit.purwar@samsung.com>
include/net/bluetooth/bluetooth.h
patch
|
blob
|
history
diff --git
a/include/net/bluetooth/bluetooth.h
b/include/net/bluetooth/bluetooth.h
index
fabee6d
..
d5f01e8
100644
(file)
--- a/
include/net/bluetooth/bluetooth.h
+++ b/
include/net/bluetooth/bluetooth.h
@@
-37,6
+37,9
@@
#define PF_BLUETOOTH AF_BLUETOOTH
#endif
+/*To enable Tizen specific fixes */
+#define TIZEN_BT
+
/* Bluetooth versions */
#define BLUETOOTH_VER_1_1 1
#define BLUETOOTH_VER_1_2 2