Bug 217472
| Summary: | Patch to Support Broadcom Bluetooth Adapter | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jonathan Steffan <jonathansteffan> |
| Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> |
| Status: | CLOSED WORKSFORME | QA Contact: | Brian Brock <bbrock> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6 | CC: | dwmw2, marcel, wtogami |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| URL: | http://bluetooth-alsa.cvs.sourceforge.net/bluetooth-alsa/btsco/README?view=markup | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-12-22 11:18:52 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Jonathan Steffan
2006-11-28 02:15:29 UTC
Just to make the README more apparent: http://bluetooth-alsa.cvs.sourceforge.net/bluetooth-alsa/btsco/README?view=markup This fix wasn't accepted upstream and never will be. Most Broadcom based adapters have a quirk to fix their SCO MTU. If this adapter is not in the list, you can use the force_scofix module parameter of the hci_usb driver to activate it. Ok, how do I test this module parameter? Well, using force_scofix does work. For the record: Add the following to /etc/modprobe.conf: options hci_usb force_scofix=1 |