-
Notifications
You must be signed in to change notification settings - Fork 155
linux-qcom-next: Enable BT_RFCOMM, BT_BNEP and UHID #1278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
lumag
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/ config//
Test run workflowTest jobs for commit 7ff739f
|
Test Results 14 files ±0 27 suites ±0 43m 19s ⏱️ -40s For more details on these failures, see this check. Results for commit 7ff739f. ± Comparison against base commit 35ea1c3. |
Thanks for the review. For the comment |
I see only one place where the regexp is applicable. |
Here is my current diff: diff --git a/recipes-kernel/linux/linux-qcom-next/configs/qcom.cfg b/recipes-kernel/linux/linux-qcom-next/configs/qcom.cfg |
You've posted a diff, but it's not a full patch. There is an extra " config" in the commit subject. |
OK, will remove config in the commit subject. |
Enable as modules the BT_BNEP and BT_RFCOMM drivers which are required for Bluetooth profiles such as PAN and SPP. Without these modules, PAN and SPP functionality will not be available. Enable UHID support to allow HID over GATT operations. Without this, user-space cannot create virtual HID devices, which impacts HID profile usage over Bluetooth. Signed-off-by: Wei Deng <[email protected]>
7ff739f to
f7c6890
Compare
|
Please rebase, build failure is related to the mesa updates (fixed in master). |
Enable as modules the BT_BNEP and BT_RFCOMM drivers which are required for Bluetooth profiles such as PAN and SPP. Without these modules, PAN and SPP functionality will not be available. Enable UHID support to allow HID over GATT operations. Without this, user-space cannot create virtual HID devices, which impacts HID profile usage over Bluetooth.