summaryrefslogtreecommitdiffstats
path: root/hcid/device.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-10-27 13:22:50 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-10-27 13:22:50 +0000
commite833fda08627147d42a251d76308408e5ac6c5fd (patch)
treeb37f8134309655a877cc0fdb6b0d3df87bf35888 /hcid/device.c
parent0389c138589c54b3c309f89ef307cb92e6a2251b (diff)
Add inquiry with RSSI for a Silicon Wave chip
Diffstat (limited to 'hcid/device.c')
-rw-r--r--hcid/device.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/hcid/device.c b/hcid/device.c
index 71af2d59..73c5da75 100644
--- a/hcid/device.c
+++ b/hcid/device.c
@@ -179,6 +179,10 @@ static inline uint8_t get_inquiry_mode(struct hci_dev *dev)
if (dev->features[3] & LMP_RSSI_INQ)
return 1;
+ if (dev->manufacturer == 11 &&
+ dev->hci_rev == 0x00 && dev->lmp_subver == 0x0757)
+ return 1;
+
if (dev->manufacturer == 15) {
if (dev->hci_rev == 0x03 && dev->lmp_subver == 0x6963)
return 1;