瀏覽代碼

[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>
Marcel Holtmann 19 年之前
父節點
當前提交
2b86ad21de
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      drivers/bluetooth/hci_usb.c

+ 3 - 0
drivers/bluetooth/hci_usb.c

@@ -129,6 +129,9 @@ static struct usb_device_id blacklist_ids[] = {
 	/* CSR BlueCore Bluetooth Sniffer */
 	{ USB_DEVICE(0x0a12, 0x0002), .driver_info = HCI_SNIFFER },
 
+	/* Frontline ComProbe Bluetooth Sniffer */
+	{ USB_DEVICE(0x16d3, 0x0002), .driver_info = HCI_SNIFFER },
+
 	{ }	/* Terminating entry */
 };