summaryrefslogtreecommitdiffstats
path: root/hcid/device.c
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/device.c')
-rw-r--r--hcid/device.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hcid/device.c b/hcid/device.c
index c515b2bc..7407e6d7 100644
--- a/hcid/device.c
+++ b/hcid/device.c
@@ -154,6 +154,8 @@ static inline uint8_t get_inquiry_mode(struct hci_dev *dev)
return 1;
if (dev->hci_rev == 0x09 && dev->lmp_subver == 0x6963)
return 1;
+ if (dev->hci_rev == 0x00 && dev->lmp_subver == 0x6965)
+ return 1;
}
if (dev->manufacturer == 31 &&