From: Marcel Holtmann Date: Mon, 3 Jul 2006 08:02:18 +0000 (+0200) Subject: [Bluetooth] Use raw mode for the Frontline sniffer device X-Git-Tag: v2.6.18-rc1~21^2~8 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=2b86ad21deec4c47a1f0089298f12e4038c2aa68;p=linux-2.6-omap-h63xx.git [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 --- diff --git a/drivers/bluetooth/hci_usb.c b/drivers/bluetooth/hci_usb.c index a7d9d7e99e7..95afce1cb46 100644 --- a/drivers/bluetooth/hci_usb.c +++ b/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 */ };