projects
/
platform
/
upstream
/
bluez.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe63970
)
btdev: Use Linux Foundation as manufacturer
author
Luiz Augusto von Dentz
<luiz.von.dentz@intel.com>
Wed, 20 Oct 2021 21:27:01 +0000
(14:27 -0700)
committer
Ayush Garg
<ayush.garg@samsung.com>
Fri, 11 Mar 2022 13:38:37 +0000
(19:08 +0530)
This makes the emulator use Linux Foundation manufacturer id which
shall be simpler to distinguish emulator instances since it is unlikely
there will be other vendors using it.
Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
emulator/btdev.c
patch
|
blob
|
history
diff --git
a/emulator/btdev.c
b/emulator/btdev.c
index
f281873
..
3506124
100755
(executable)
--- a/
emulator/btdev.c
+++ b/
emulator/btdev.c
@@
-6236,7
+6236,7
@@
struct btdev *btdev_create(enum btdev_type type, uint16_t id)
btdev->type = type;
btdev->id = id;
- btdev->manufacturer =
63
;
+ btdev->manufacturer =
1521
;
btdev->revision = 0x0000;
switch (btdev->type) {