aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-07-03 04:02:18 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2006-07-03 22:53:50 -0400
commit2b86ad21deec4c47a1f0089298f12e4038c2aa68 (patch)
treeb6224bbad23a5acc57ba10d2b52093d0a51e3a80 /drivers/bluetooth
parent69ee20a58fa0cad6520c2a9538100a87ef0abd7d (diff)
[Bluetooth] Use raw mode for the Frontline sniffer device
The Frontline sniffer device looks like a normal H:2 Bluetooth device, but it is not and so mark it as raw mode device. Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r--drivers/bluetooth/hci_usb.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/bluetooth/hci_usb.c b/drivers/bluetooth/hci_usb.c
index a7d9d7e99e72..95afce1cb465 100644
--- a/drivers/bluetooth/hci_usb.c
+++ b/drivers/bluetooth/hci_usb.c
@@ -129,6 +129,9 @@ static struct usb_device_id blacklist_ids[] = {
129 /* CSR BlueCore Bluetooth Sniffer */ 129 /* CSR BlueCore Bluetooth Sniffer */
130 { USB_DEVICE(0x0a12, 0x0002), .driver_info = HCI_SNIFFER }, 130 { USB_DEVICE(0x0a12, 0x0002), .driver_info = HCI_SNIFFER },
131 131
132 /* Frontline ComProbe Bluetooth Sniffer */
133 { USB_DEVICE(0x16d3, 0x0002), .driver_info = HCI_SNIFFER },
134
132 { } /* Terminating entry */ 135 { } /* Terminating entry */
133}; 136};
134 137