diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-07-14 22:52:04 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-07-14 22:52:04 +0000 |
commit | b98c93ed852d29557fe71de5262357b704f85592 (patch) | |
tree | 8130bab1ff4689a34e579104fd2c35b65e1ba450 /hcid | |
parent | d65752b7f39adca50c35d5f1ba0f4368d6efaa2d (diff) |
Add Inquiry Result with RSSI support for Kensington dongle
Diffstat (limited to 'hcid')
-rw-r--r-- | hcid/device.c | 2 |
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 && |