Comment 27 for bug 916319

Revision history for this message
Joseph Salisbury (jsalisbury) wrote :

I looked closer at the commit 2d25f8b462f3b849d8913d02978657ef06e67dd8

It does not have the patch you mentioned in comment #19

Looking at the linux-stable code, I don't see that patch either. I only see the following in btusb.c:

 /* Atheros 3012 with sflash firmware */
        { USB_DEVICE(0x0cf3, 0x3004), .driver_info = BTUSB_ATH3012 },

The patch has:
/* Atheros 3012 with sflash firmware */
  { USB_DEVICE(0x0cf3, 0x3004), .driver_info = BTUSB_ATH3012 },
 { USB_DEVICE(0x13d3, 0x3375), .driver_info = BTUSB_ATH3012 },

I don't see that patch even applied to Linus' latest mainline kernel.

I was able to find that the patch was submitted upstream, but it has not been accepted as of yet:
https://lkml.org/lkml/2011/12/4/69

We should keep an eye on this upstream topic and test the latest stable kernel once the patch is accepted upstream.