Bug 60726

Summary: [TRIVIAL]Support for Atheros Bluetooth Card with ID 13d3:3402 missing
Product: Drivers Reporter: Sascha Gehlich (sascha)
Component: BluetoothAssignee: linux-bluetooth (linux-bluetooth)
Status: RESOLVED CODE_FIX    
Severity: normal CC: alan, gustavo, starfall
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 3.8.13 Subsystem:
Regression: No Bisected commit-id:
Attachments: Patch that adds support for 13d3:3402 bluetooth devices in the ath3012 driver

Description Sascha Gehlich 2013-08-09 08:59:46 UTC
Created attachment 107167 [details]
Patch that adds support for 13d3:3402 bluetooth devices in the ath3012 driver

I just bought a new Asus N55JV laptop which has an Atheros Bluetooth Card with the ID 13d3:3402. The Linux kernel is missing support for that.

It is an Atheros AR3012 card, so the ATH3k driver works fine. I attached a patch, unfortunately I have no idea on how to submit patches correctly ;)
Comment 1 starfall 2013-09-04 14:19:33 UTC
I'm having the exact same issues. According to Mohammed Shafi on ath9k-devel, we should -

"Please send a public patch for this for bluetooth you will want to send them to Marcel Holtmann and cc the linux-bluetooth mailing list, maintainers of ath3k
and cc me too. i think you go to see the following maintainer too
Gustavo Padovan <gustavo <at> padovan.org>"

Also, I had to btcoex_enable on the ath9k driver to be able to see this device.
Comment 2 Gustavo Padovan 2013-09-10 16:03:16 UTC
you can read Documentation/SubmittingPatches in the kernel sources to learn how to send patches properly.