2012-08-02 11:19:21

by Mohammed Shafi Shajakhan

[permalink] [raw]
Subject: [PATCH] Bluetooth: Add support for Sony Vaio T-Series

From: Yevgeniy Melnichuk <[email protected]>

Add Sony Vaio T-Series Bluetooth Module( 0x489:0xE036) to
the blacklist of btusb module and add it to the ath3k module.

Signed-off-by: Yevgeniy Melnichuk <[email protected]>
Signed-off-by: Mohammed Shafi Shajakhan <[email protected]>
---
drivers/bluetooth/ath3k.c | 2 ++
drivers/bluetooth/btusb.c | 1 +
2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/drivers/bluetooth/ath3k.c b/drivers/bluetooth/ath3k.c
index 10308cd..d1eecc3 100644
--- a/drivers/bluetooth/ath3k.c
+++ b/drivers/bluetooth/ath3k.c
@@ -85,6 +85,7 @@ static struct usb_device_id ath3k_table[] = {

/* Atheros AR5BBU22 with sflash firmware */
{ USB_DEVICE(0x0489, 0xE03C) },
+ { USB_DEVICE(0x0489, 0xE036) },

{ } /* Terminating entry */
};
@@ -107,6 +108,7 @@ static struct usb_device_id ath3k_blist_tbl[] = {

/* Atheros AR5BBU22 with sflash firmware */
{ USB_DEVICE(0x0489, 0xE03C), .driver_info = BTUSB_ATH3012 },
+ { USB_DEVICE(0x0489, 0xE036), .driver_info = BTUSB_ATH3012 },

{ } /* Terminating entry */
};
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index e272214..1c505ee 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -139,6 +139,7 @@ static struct usb_device_id blacklist_table[] = {

/* Atheros AR5BBU12 with sflash firmware */
{ USB_DEVICE(0x0489, 0xe03c), .driver_info = BTUSB_ATH3012 },
+ { USB_DEVICE(0x0489, 0xe036), .driver_info = BTUSB_ATH3012 },

/* Broadcom BCM2035 */
{ USB_DEVICE(0x0a5c, 0x2035), .driver_info = BTUSB_WRONG_SCO_MTU },
--
1.7.0.4


2012-08-07 13:43:12

by Mohammed Shafi Shajakhan

[permalink] [raw]
Subject: Re: [PATCH] Bluetooth: Add support for Sony Vaio T-Series

Hi Marcel,

>>>> Add Sony Vaio T-Series Bluetooth Module( 0x489:0xE036) to
>>>> the blacklist of btusb module and add it to the ath3k module.
>>>
>>> include part of /sys/kernel/debug/usb/devices in the commit message.
>>> This is nothing new to you guys. I requested it multiple times.

will soon send a v2 with the information you had asked.
got the relevant information from Yevgeniy. thanks!


--
thanks,
shafi

2012-08-07 10:05:07

by Mohammed Shafi Shajakhan

[permalink] [raw]
Subject: Re: [PATCH] Bluetooth: Add support for Sony Vaio T-Series

Hi Yevgeniy,


On Monday 06 August 2012 11:22 AM, Mohammed Shafi Shajakhan wrote:
> Hi Marcel/Yevgeniy,
>
>>
>>> Add Sony Vaio T-Series Bluetooth Module( 0x489:0xE036) to
>>> the blacklist of btusb module and add it to the ath3k module.
>>
>> include part of /sys/kernel/debug/usb/devices in the commit message.
>> This is nothing new to you guys. I requested it multiple times.
>>
>
> I don't have this exact device to be sure, was just helping Yevgeniy to
> send the patch and he has it.
>
> Yevgeniy, please provide the data Marcel had asked for us.
>
>


please provide the output of cat /sys/kernel/debug/usb/devices. I will
snip out the relevant lsusb output for our device send a v2 patch this.
thanks!

--
thanks,
shafi

2012-08-06 05:52:21

by Mohammed Shafi Shajakhan

[permalink] [raw]
Subject: Re: [PATCH] Bluetooth: Add support for Sony Vaio T-Series

Hi Marcel/Yevgeniy,

>
>> Add Sony Vaio T-Series Bluetooth Module( 0x489:0xE036) to
>> the blacklist of btusb module and add it to the ath3k module.
>
> include part of /sys/kernel/debug/usb/devices in the commit message.
> This is nothing new to you guys. I requested it multiple times.
>

I don't have this exact device to be sure, was just helping Yevgeniy to
send the patch and he has it.

Yevgeniy, please provide the data Marcel had asked for us.


--
thanks,
shafi

2012-08-02 19:16:24

by Marcel Holtmann

[permalink] [raw]
Subject: Re: [PATCH] Bluetooth: Add support for Sony Vaio T-Series

Hi Mohammed,

> Add Sony Vaio T-Series Bluetooth Module( 0x489:0xE036) to
> the blacklist of btusb module and add it to the ath3k module.

include part of /sys/kernel/debug/usb/devices in the commit message.
This is nothing new to you guys. I requested it multiple times.

Regards

Marcel