From e833fda08627147d42a251d76308408e5ac6c5fd Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 27 Oct 2006 13:22:50 +0000 Subject: Add inquiry with RSSI for a Silicon Wave chip --- hcid/device.c | 4 ++++ 1 file changed, 4 insertions(+) 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; -- cgit