bluetooth/ath3kfw: added support for "Qualcomm Atheros Communications Dell Wireless 1802 Bluetooth 4.0 LE" (0cf3:e006)#2280
Open
rhaberkorn wants to merge 1 commit into
Open
Conversation
|
Thank you for taking the time to contribute to FreeBSD! All issues resolved. |
"Qualcomm Atheros Communications Dell Wireless 1802 Bluetooth 4.0 LE" (0cf3:e006) is a wifi-bluetooth combo. The bluetooth chip is confirmed to be AR3012 compatible. That's what the Linux ath3k driver loads as well. It has been tested with the firmware files from the https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git repository as the comms/ath3k-firmware port appears to be discontinued. Signed-off-by: Robin Haberkorn <rhaberkorn@fmsbw.de>
7d0adc3 to
aeeea09
Compare
Author
|
@erikarn What do you say about the firmware loading race condition? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a Wifi-Bluetooth combo. The bluetooth chip is confirmed to be AR3012 compatible. That's what the Linux ath3k driver loads as well.
It has been tested with the firmware files from the linux-firmware repository as the https://www.freshports.org/comms/ath3k-firmware/ port appears to be discontinued.
I got it to work both with a BT keyboard and a BLE mouse.
Currently I have to load the firmware after startup. The following devd clause does not work:
Afterwards, wifi wouldn't work properly.
Apparently it interferes with the wifi driver initialization (ath). ath is compiled into the generic 15.0-RELEASE-p5 kernel.
Perhaps the firmware file loading should be performed as part of an ath3k kernel module to avoid this kind of race condition.