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 684062 Details for
Bug 879408
Acer Aspire S7 Bluetooth recognized but scanning fails
[?]
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]
Patch: brings ath3k.c and btusb.c up to linux-next's state as of Jan 20, 2013. This adds new USB ID associations.
linux-3.7.fc18-aspires7bt.patch (text/plain), 3.19 KB, created by
Daryl
on 2013-01-21 05:51:33 UTC
(
hide
)
Description:
Patch: brings ath3k.c and btusb.c up to linux-next's state as of Jan 20, 2013. This adds new USB ID associations.
Filename:
MIME Type:
Creator:
Daryl
Created:
2013-01-21 05:51:33 UTC
Size:
3.19 KB
patch
obsolete
>diff -uNrp kernel-3.7.fc18.orig/drivers/bluetooth/ath3k.c kernel-3.7.fc18.new/drivers/bluetooth/ath3k.c >--- kernel-3.7.fc18.orig/drivers/bluetooth/ath3k.c 2013-01-20 18:57:23.358534728 -0800 >+++ kernel-3.7.fc18.new/drivers/bluetooth/ath3k.c 2013-01-20 19:23:21.264270723 -0800 >@@ -77,10 +77,15 @@ static struct usb_device_id ath3k_table[ > { USB_DEVICE(0x0CF3, 0x311D) }, > { USB_DEVICE(0x13d3, 0x3375) }, > { USB_DEVICE(0x04CA, 0x3005) }, >+ { USB_DEVICE(0x04CA, 0x3006) }, >+ { USB_DEVICE(0x04CA, 0x3008) }, > { USB_DEVICE(0x13d3, 0x3362) }, > { USB_DEVICE(0x0CF3, 0xE004) }, > { USB_DEVICE(0x0930, 0x0219) }, > { USB_DEVICE(0x0489, 0xe057) }, >+ { USB_DEVICE(0x13d3, 0x3393) }, >+ { USB_DEVICE(0x0489, 0xe04e) }, >+ { USB_DEVICE(0x0489, 0xe056) }, > > /* Atheros AR5BBU12 with sflash firmware */ > { USB_DEVICE(0x0489, 0xE02C) }, >@@ -104,10 +109,15 @@ static struct usb_device_id ath3k_blist_ > { USB_DEVICE(0x0cf3, 0x311D), .driver_info = BTUSB_ATH3012 }, > { USB_DEVICE(0x13d3, 0x3375), .driver_info = BTUSB_ATH3012 }, > { USB_DEVICE(0x04ca, 0x3005), .driver_info = BTUSB_ATH3012 }, >+ { USB_DEVICE(0x04ca, 0x3006), .driver_info = BTUSB_ATH3012 }, >+ { USB_DEVICE(0x04ca, 0x3008), .driver_info = BTUSB_ATH3012 }, > { USB_DEVICE(0x13d3, 0x3362), .driver_info = BTUSB_ATH3012 }, > { USB_DEVICE(0x0cf3, 0xe004), .driver_info = BTUSB_ATH3012 }, > { USB_DEVICE(0x0930, 0x0219), .driver_info = BTUSB_ATH3012 }, > { USB_DEVICE(0x0489, 0xe057), .driver_info = BTUSB_ATH3012 }, >+ { USB_DEVICE(0x13d3, 0x3393), .driver_info = BTUSB_ATH3012 }, >+ { USB_DEVICE(0x0489, 0xe04e), .driver_info = BTUSB_ATH3012 }, >+ { USB_DEVICE(0x0489, 0xe056), .driver_info = BTUSB_ATH3012 }, > > /* Atheros AR5BBU22 with sflash firmware */ > { USB_DEVICE(0x0489, 0xE03C), .driver_info = BTUSB_ATH3012 }, >@@ -339,7 +349,7 @@ static int ath3k_load_syscfg(struct usb_ > > ret = ath3k_get_state(udev, &fw_state); > if (ret < 0) { >- BT_ERR("Can't get state to change to load configration err"); >+ BT_ERR("Can't get state to change to load configuration err"); > return -EBUSY; > } > >diff -uNrp kernel-3.7.fc18.orig/drivers/bluetooth/btusb.c kernel-3.7.fc18.new/drivers/bluetooth/btusb.c >--- kernel-3.7.fc18.orig/drivers/bluetooth/btusb.c 2013-01-20 18:57:23.358534728 -0800 >+++ kernel-3.7.fc18.new/drivers/bluetooth/btusb.c 2013-01-20 19:23:21.265270728 -0800 >@@ -135,10 +135,15 @@ static struct usb_device_id blacklist_ta > { USB_DEVICE(0x0cf3, 0x311d), .driver_info = BTUSB_ATH3012 }, > { USB_DEVICE(0x13d3, 0x3375), .driver_info = BTUSB_ATH3012 }, > { USB_DEVICE(0x04ca, 0x3005), .driver_info = BTUSB_ATH3012 }, >+ { USB_DEVICE(0x04ca, 0x3006), .driver_info = BTUSB_ATH3012 }, >+ { USB_DEVICE(0x04ca, 0x3008), .driver_info = BTUSB_ATH3012 }, > { USB_DEVICE(0x13d3, 0x3362), .driver_info = BTUSB_ATH3012 }, > { USB_DEVICE(0x0cf3, 0xe004), .driver_info = BTUSB_ATH3012 }, > { USB_DEVICE(0x0930, 0x0219), .driver_info = BTUSB_ATH3012 }, > { USB_DEVICE(0x0489, 0xe057), .driver_info = BTUSB_ATH3012 }, >+ { USB_DEVICE(0x13d3, 0x3393), .driver_info = BTUSB_ATH3012 }, >+ { USB_DEVICE(0x0489, 0xe04e), .driver_info = BTUSB_ATH3012 }, >+ { USB_DEVICE(0x0489, 0xe056), .driver_info = BTUSB_ATH3012 }, > > /* Atheros AR5BBU12 with sflash firmware */ > { USB_DEVICE(0x0489, 0xe02c), .driver_info = BTUSB_IGNORE },
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 879408
:
650040
|
650042
| 684062 |
701387
|
701388