All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] 0cf3:3004 Atheros Communications, Inc. AR3012 Bluetooth 4.0
@ 2016-02-05 12:12 Clément de l'Hamaide
  2016-02-05 18:50 ` Heiner Kallweit
  0 siblings, 1 reply; 2+ messages in thread
From: Clément de l'Hamaide @ 2016-02-05 12:12 UTC (permalink / raw)
  To: linux-bluetooth

Hi,

Some months ago I posted a patch.
I can see some people around internet reporting 0cf3:3004 not working
then I realized that my patch have not been reviewed/commited.

My bluetooth is working well since end of October with my patch.
I'm sure Linux users who have this hardware would be thanksful if my
patch is reviewed and commited.


diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index b6aceaf..884dbe5 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -199,7 +199,6 @@ static const struct usb_device_id blacklist_table[] = {
        { USB_DEVICE(0x0930, 0x0227), .driver_info = BTUSB_ATH3012 },
        { USB_DEVICE(0x0b05, 0x17d0), .driver_info = BTUSB_ATH3012 },
        { USB_DEVICE(0x0cf3, 0x0036), .driver_info = BTUSB_ATH3012 },
-       { USB_DEVICE(0x0cf3, 0x3004), .driver_info = BTUSB_ATH3012 },
        { USB_DEVICE(0x0cf3, 0x3008), .driver_info = BTUSB_ATH3012 },
        { USB_DEVICE(0x0cf3, 0x311d), .driver_info = BTUSB_ATH3012 },
        { USB_DEVICE(0x0cf3, 0x311e), .driver_info = BTUSB_ATH3012 },
@@ -230,6 +229,7 @@ static const struct usb_device_id blacklist_table[] = {
        { USB_DEVICE(0x0cf3, 0xe007), .driver_info = BTUSB_QCA_ROME },
        { USB_DEVICE(0x0cf3, 0xe300), .driver_info = BTUSB_QCA_ROME },
        { USB_DEVICE(0x0cf3, 0xe360), .driver_info = BTUSB_QCA_ROME },
+       { USB_DEVICE(0x0cf3, 0x3004), .driver_info = BTUSB_QCA_ROME },

        /* Broadcom BCM2035 */
        { USB_DEVICE(0x0a5c, 0x2009), .driver_info = BTUSB_BCM92035 },



Regards,
Clément

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] 0cf3:3004 Atheros Communications, Inc. AR3012 Bluetooth 4.0
  2016-02-05 12:12 [PATCH] 0cf3:3004 Atheros Communications, Inc. AR3012 Bluetooth 4.0 Clément de l'Hamaide
@ 2016-02-05 18:50 ` Heiner Kallweit
  0 siblings, 0 replies; 2+ messages in thread
From: Heiner Kallweit @ 2016-02-05 18:50 UTC (permalink / raw)
  To: Clément de l'Hamaide, linux-bluetooth

Hi Clement,

Am 05.02.2016 um 13:12 schrieb Clément de l'Hamaide:
> Hi,
> 
> Some months ago I posted a patch.
> I can see some people around internet reporting 0cf3:3004 not working
> then I realized that my patch have not been reviewed/commited.
> 
> My bluetooth is working well since end of October with my patch.
> I'm sure Linux users who have this hardware would be thanksful if my
> patch is reviewed and commited.
> 
chances for review would be higher if you keep to the formal criteria
for patches. Please have a look at Documentation/SubmittingPatches.
Things to improve:
- replace subject with a a proper description of the patch including
  appropriate module prefix
- add patch description
- address patch to maintainer + list on cc

> 
> diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
> index b6aceaf..884dbe5 100644
> --- a/drivers/bluetooth/btusb.c
> +++ b/drivers/bluetooth/btusb.c
> @@ -199,7 +199,6 @@ static const struct usb_device_id blacklist_table[] = {
>         { USB_DEVICE(0x0930, 0x0227), .driver_info = BTUSB_ATH3012 },
>         { USB_DEVICE(0x0b05, 0x17d0), .driver_info = BTUSB_ATH3012 },
>         { USB_DEVICE(0x0cf3, 0x0036), .driver_info = BTUSB_ATH3012 },
> -       { USB_DEVICE(0x0cf3, 0x3004), .driver_info = BTUSB_ATH3012 },
>         { USB_DEVICE(0x0cf3, 0x3008), .driver_info = BTUSB_ATH3012 },
>         { USB_DEVICE(0x0cf3, 0x311d), .driver_info = BTUSB_ATH3012 },
>         { USB_DEVICE(0x0cf3, 0x311e), .driver_info = BTUSB_ATH3012 },
> @@ -230,6 +229,7 @@ static const struct usb_device_id blacklist_table[] = {
>         { USB_DEVICE(0x0cf3, 0xe007), .driver_info = BTUSB_QCA_ROME },
>         { USB_DEVICE(0x0cf3, 0xe300), .driver_info = BTUSB_QCA_ROME },
>         { USB_DEVICE(0x0cf3, 0xe360), .driver_info = BTUSB_QCA_ROME },
> +       { USB_DEVICE(0x0cf3, 0x3004), .driver_info = BTUSB_QCA_ROME },
> 
>         /* Broadcom BCM2035 */
>         { USB_DEVICE(0x0a5c, 0x2009), .driver_info = BTUSB_BCM92035 },
> 
> 
> 
> Regards,
> Clément
> --
> To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-05 18:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-05 12:12 [PATCH] 0cf3:3004 Atheros Communications, Inc. AR3012 Bluetooth 4.0 Clément de l'Hamaide
2016-02-05 18:50 ` Heiner Kallweit

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.