Return-Path: Message-ID: <1351003333.1785.26.camel@aeonflux> Subject: Re: [PATCH] Bluetooth: Add support for Atheros [04ca:3004] From: Marcel Holtmann To: Dwaine Garden VE3GIF Cc: "linux-bluetooth@vger.kernel.org" Date: Tue, 23 Oct 2012 07:42:13 -0700 In-Reply-To: <1350995487.13036.YahooMailNeo@web125402.mail.ne1.yahoo.com> References: <1350995487.13036.YahooMailNeo@web125402.mail.ne1.yahoo.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Dwaine, > Add another vendor specific ID for Atheros AR3012 device. > This chip is wrapped by Lite-On Technology Corp. > > output of usb-devices: > Bus 001 Device 008: ID 04ca:3004 Lite-On Technology Corp. > Device Descriptor: > bLength 18 > > bDescriptorType 1 > bcdUSB 1.10 > bDeviceClass 224 Wireless > bDeviceSubClass 1 Radio Frequency > bDeviceProtocol 1 Bluetooth > bMaxPacketSize0 64 > idVendor 0x04ca Lite-On Technology Corp. > idProduct 0x3004 > bcdDevice 0.02 > iManufacturer 1 Atheros Communications > > iProduct 2 Bluetooth USB Host Controller > iSerial 3 Alaska Day 2006 > bNumConfigurations 1 I prefer /sys/kernel/debug/usb/devices output here. > > > Signed-off-by: Dwaine Garden --- > > diff --git a/drivers/bluetooth/ath3k.c b/drivers/bluetooth/ath3k.c > index fc2de55..1486f15 100644 > --- a/drivers/bluetooth/ath3k.c > +++ b/drivers/bluetooth/ath3k.c > @@ -75,6 +75,7 @@ static struct usb_device_id ath3k_table[] = { > { USB_DEVICE(0x0CF3, 0x3004) }, > { USB_DEVICE(0x0CF3, 0x311D) }, > { USB_DEVICE(0x13d3, 0x3375) }, > + { USB_DEVICE(0x04CA, 0x3004) }, And you need to use an email client that does not mess up the tabs vs white spaces. Regards Marcel