Diff between a6b2fd7bf28c850821b50fe675766e0624dee3de and 655078d1f867390ad7ed9eaa208994506511666b

Changed Files

File Additions Deletions Status
emulator/btdev.c +1 -1 modified

Full Patch

diff --git a/emulator/btdev.c b/emulator/btdev.c
index f281873..3506124 100644
--- 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) {