* [PATCH] Bluetooth: Add support for Sony Vaio T-Series
@ 2012-08-02 11:19 Mohammed Shafi Shajakhan
2012-08-02 19:16 ` Marcel Holtmann
0 siblings, 1 reply; 5+ messages in thread
From: Mohammed Shafi Shajakhan @ 2012-08-02 11:19 UTC (permalink / raw)
To: marcel
Cc: linux-bluetooth, gustavo, Yevgeniy Melnichuk,
Mohammed Shafi Shajakhan
From: Yevgeniy Melnichuk <yevgeniy.melnichuk@googlemail.com>
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 <yevgeniy.melnichuk@googlemail.com>
Signed-off-by: Mohammed Shafi Shajakhan <mohammed@qca.qualcomm.com>
---
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
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [PATCH] Bluetooth: Add support for Sony Vaio T-Series
2012-08-02 11:19 [PATCH] Bluetooth: Add support for Sony Vaio T-Series Mohammed Shafi Shajakhan
@ 2012-08-02 19:16 ` Marcel Holtmann
2012-08-06 5:52 ` Mohammed Shafi Shajakhan
0 siblings, 1 reply; 5+ messages in thread
From: Marcel Holtmann @ 2012-08-02 19:16 UTC (permalink / raw)
To: Mohammed Shafi Shajakhan; +Cc: linux-bluetooth, gustavo, Yevgeniy Melnichuk
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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Bluetooth: Add support for Sony Vaio T-Series
2012-08-02 19:16 ` Marcel Holtmann
@ 2012-08-06 5:52 ` Mohammed Shafi Shajakhan
2012-08-07 10:05 ` Mohammed Shafi Shajakhan
0 siblings, 1 reply; 5+ messages in thread
From: Mohammed Shafi Shajakhan @ 2012-08-06 5:52 UTC (permalink / raw)
To: Marcel Holtmann; +Cc: linux-bluetooth, gustavo, Yevgeniy Melnichuk
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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Bluetooth: Add support for Sony Vaio T-Series
2012-08-06 5:52 ` Mohammed Shafi Shajakhan
@ 2012-08-07 10:05 ` Mohammed Shafi Shajakhan
2012-08-07 13:43 ` Mohammed Shafi Shajakhan
0 siblings, 1 reply; 5+ messages in thread
From: Mohammed Shafi Shajakhan @ 2012-08-07 10:05 UTC (permalink / raw)
To: Yevgeniy Melnichuk; +Cc: Marcel Holtmann, linux-bluetooth, gustavo
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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Bluetooth: Add support for Sony Vaio T-Series
2012-08-07 10:05 ` Mohammed Shafi Shajakhan
@ 2012-08-07 13:43 ` Mohammed Shafi Shajakhan
0 siblings, 0 replies; 5+ messages in thread
From: Mohammed Shafi Shajakhan @ 2012-08-07 13:43 UTC (permalink / raw)
To: Yevgeniy Melnichuk; +Cc: Marcel Holtmann, linux-bluetooth, gustavo
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
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-08-07 13:43 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-02 11:19 [PATCH] Bluetooth: Add support for Sony Vaio T-Series Mohammed Shafi Shajakhan
2012-08-02 19:16 ` Marcel Holtmann
2012-08-06 5:52 ` Mohammed Shafi Shajakhan
2012-08-07 10:05 ` Mohammed Shafi Shajakhan
2012-08-07 13:43 ` Mohammed Shafi Shajakhan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).