Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 574119 Details for
Bug 808650
atheros ar3012 bluetooth in asus ux31e/ux21e not recognized
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
kernel patch from http://article.gmane.org/gmane.linux.bluez.kernel/18830
linux-2.6-bluetooth-ath3k.patch (text/plain), 1.19 KB, created by
John Heidemann
on 2012-03-31 02:45:15 UTC
(
hide
)
Description:
kernel patch from http://article.gmane.org/gmane.linux.bluez.kernel/18830
Filename:
MIME Type:
Creator:
John Heidemann
Created:
2012-03-31 02:45:15 UTC
Size:
1.19 KB
patch
obsolete
>diff --git a/drivers/bluetooth/ath3k.c b/drivers/bluetooth/ath3k.c >index 106beb1..b94aae6 100644 >--- a/drivers/bluetooth/ath3k.c >+++ b/drivers/bluetooth/ath3k.c >@@ -70,6 +70,7 @@ static struct usb_device_id ath3k_table[] = { > > /* Atheros AR3012 with sflash firmware*/ > { USB_DEVICE(0x0CF3, 0x3004) }, >+ { USB_DEVICE(0x13d3, 0x3375) }, > > /* Atheros AR5BBU12 with sflash firmware */ > { USB_DEVICE(0x0489, 0xE02C) }, >@@ -86,6 +87,7 @@ static struct usb_device_id ath3k_blist_tbl[] = { > > /* Atheros AR3012 with sflash firmware*/ > { USB_DEVICE(0x0cf3, 0x3004), .driver_info = BTUSB_ATH3012 }, >+ { USB_DEVICE(0x13d3, 0x3375), .driver_info = BTUSB_ATH3012 }, > > { } /* Terminating entry */ > }; >diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c >index f9b7260..a64f15a 100644 >--- a/drivers/bluetooth/btusb.c >+++ b/drivers/bluetooth/btusb.c >@@ -122,6 +122,7 @@ static struct usb_device_id blacklist_table[] = { > > /* Atheros 3012 with sflash firmware */ > { USB_DEVICE(0x0cf3, 0x3004), .driver_info = BTUSB_ATH3012 }, >+ { USB_DEVICE(0x13d3, 0x3375), .driver_info = BTUSB_ATH3012 }, > > /* Atheros AR5BBU12 with sflash firmware */ > { USB_DEVICE(0x0489, 0xe02c), .driver_info = BTUSB_IGNORE }, >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 808650
:
574118
| 574119