Return-Path: MIME-Version: 1.0 In-Reply-To: References: <37D1ED5D-6FF5-4ABA-BD2A-222261BE1EAA@holtmann.org> Date: Sun, 4 Oct 2015 00:10:00 +0530 Message-ID: Subject: Re: Issues With USB Bluetooth Dongle From: Anil Nair To: Marcel Holtmann Cc: linux-bluetooth@vger.kernel.org Content-Type: text/plain; charset=UTF-8 List-ID: Hi All, I was exploring the linux source 4.2.2, I came accross the following in the btusb.c, static const struct usb_device_id blacklist_table[] = { /* CSR BlueCore devices */ { USB_DEVICE(0x0a12, 0x0001), .driver_info = BTUSB_CSR }, That is the VID and PID of my device, Bus 003 Device 003: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode) Its listed in blacklist is this the reason why the usb bluetooth dongle is not working? -- Regards, Anil Nair