Message ID | CANoib0HW2umPpzzerYNq1fMMnkYxOa78o5X90-K=eNEnTGSO1w@mail.gmail.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
Hi Dmitry, > Add support for bluetooth MCI WB335 (AR9565) Wi-Fi+bt module. > It is AR3011 device according to iProduct == 0. > So btusb should be blacklisted > I submitted a wrong patch before asif it was an AR3012 device, > but it works both ways. This is the right one. include the device details from /sys/kernel/debug/usb/devices. > > Signed-off-by: Dmitry Tunin <hanipouspilot@gmail.com> > are */ No idea what this are */ is. > > --- > > diff --git a/drivers/bluetooth/ath3k.c b/drivers/bluetooth/ath3k.c > index d85ced2..3b53116 100644 > --- a/drivers/bluetooth/ath3k.c > +++ b/drivers/bluetooth/ath3k.c > @@ -69,6 +69,7 @@ static const struct usb_device_id ath3k_table[] = { > { USB_DEVICE(0x0CF3, 0x3002) }, > { USB_DEVICE(0x0CF3, 0xE019) }, > { USB_DEVICE(0x13d3, 0x3304) }, > + { USB_DEVICE(0x13d3, 0x3408) }, > > /* Atheros AR9285 Malbec with sflash firmware */ > { USB_DEVICE(0x03F0, 0x311D) }, > diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c > index edfc17b..bbf5c1c 100644 > --- a/drivers/bluetooth/btusb.c > +++ b/drivers/bluetooth/btusb.c > @@ -146,6 +146,7 @@ static const struct usb_device_id blacklist_table[] = { > { USB_DEVICE(0x0cf3, 0x3002), .driver_info = BTUSB_IGNORE }, > { USB_DEVICE(0x0cf3, 0xe019), .driver_info = BTUSB_IGNORE }, > { USB_DEVICE(0x13d3, 0x3304), .driver_info = BTUSB_IGNORE }, > + { USB_DEVICE(0x13d3, 0x3408), .driver_info = BTUSB_IGNORE }, Fix whitespace here or use a proper mail client. Regards Marcel -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/bluetooth/ath3k.c b/drivers/bluetooth/ath3k.c index d85ced2..3b53116 100644 --- a/drivers/bluetooth/ath3k.c +++ b/drivers/bluetooth/ath3k.c @@ -69,6 +69,7 @@ static const struct usb_device_id ath3k_table[] = { { USB_DEVICE(0x0CF3, 0x3002) }, { USB_DEVICE(0x0CF3, 0xE019) }, { USB_DEVICE(0x13d3, 0x3304) }, + { USB_DEVICE(0x13d3, 0x3408) }, /* Atheros AR9285 Malbec with sflash firmware */ { USB_DEVICE(0x03F0, 0x311D) }, diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index edfc17b..bbf5c1c 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -146,6 +146,7 @@ static const struct usb_device_id blacklist_table[] = { { USB_DEVICE(0x0cf3, 0x3002), .driver_info = BTUSB_IGNORE }, { USB_DEVICE(0x0cf3, 0xe019), .driver_info = BTUSB_IGNORE }, { USB_DEVICE(0x13d3, 0x3304), .driver_info = BTUSB_IGNORE }, + { USB_DEVICE(0x13d3, 0x3408), .driver_info = BTUSB_IGNORE }, /* Atheros AR9285 Malbec with sflash firmware */ { USB_DEVICE(0x03f0, 0x311d), .driver_info = BTUSB_IGNORE },
Add support for bluetooth MCI WB335 (AR9565) Wi-Fi+bt module. It is AR3011 device according to iProduct == 0. So btusb should be blacklisted I submitted a wrong patch before asif it was an AR3012 device, but it works both ways. This is the right one. Signed-off-by: Dmitry Tunin <hanipouspilot@gmail.com> are */ --- -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html