From e2a37f0d7e924bccaf08fe85cf3243352c0ba2f4 Mon Sep 17 00:00:00 2001 From: Alicja Michalska Date: Wed, 16 Jul 2025 13:51:04 +0200 Subject: [PATCH] linux-postmarketos-qcom-sc7180: Re-enable internal USB HUB Keyboard in wormdingler seems to have an integrated hub. Kernel update from 6.6 to 6.12 changed kconfig's naming scheme, which resulted in this module not being included. This caused issues on wormdingler, but worked fine on lazor - hence why I didn't catch it. Signed-off-by: Alicja Michalska Part-of: https://gitlab.postmarketos.org/postmarketos/pmaports/-/merge_requests/6788 --- device/community/linux-postmarketos-qcom-sc7180/APKBUILD | 4 ++-- .../config-postmarketos-qcom-sc7180.aarch64 | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/device/community/linux-postmarketos-qcom-sc7180/APKBUILD b/device/community/linux-postmarketos-qcom-sc7180/APKBUILD index a46c933bc..b3158e679 100644 --- a/device/community/linux-postmarketos-qcom-sc7180/APKBUILD +++ b/device/community/linux-postmarketos-qcom-sc7180/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Alicja Michalska pkgname=linux-postmarketos-qcom-sc7180 pkgver=6.12.35 -pkgrel=9 +pkgrel=10 pkgdesc="Mainline kernel fork for Qualcomm Snapdragon 7c devices" arch="aarch64" _carch="arm64" @@ -80,5 +80,5 @@ package() { sha512sums=" 3697bf2c9525c8d11f7e821fa080d8c366ae751af02b471a506224002abe6b23b0ccf17d9694c7590c1b07002289eb19003ba8677bbb0bb09d54458495964188 linux-6.12.35.tar.xz -e5a8b89769f00a5802760aaefbdbe85a91967be74e6911617ccfcf515bac88b1014bcecb8903ce792bee85e4da902126ec5617168f87eb8f899c75b80378eab4 config-postmarketos-qcom-sc7180.aarch64 +e3bf63cd57fed073aa8a88cca55f69877a3cf8bb9d8aa4523c02359a11cad69bb341897e1d506c598e89c2f738e25f2909d5c30fe1d889ab5782adc01ab1282f config-postmarketos-qcom-sc7180.aarch64 " diff --git a/device/community/linux-postmarketos-qcom-sc7180/config-postmarketos-qcom-sc7180.aarch64 b/device/community/linux-postmarketos-qcom-sc7180/config-postmarketos-qcom-sc7180.aarch64 index 33c3c9a74..b90b0494e 100644 --- a/device/community/linux-postmarketos-qcom-sc7180/config-postmarketos-qcom-sc7180.aarch64 +++ b/device/community/linux-postmarketos-qcom-sc7180/config-postmarketos-qcom-sc7180.aarch64 @@ -6153,7 +6153,8 @@ CONFIG_USB_HSIC_USB3503=y # CONFIG_USB_HSIC_USB4604 is not set # CONFIG_USB_LINK_LAYER_TEST is not set # CONFIG_USB_CHAOSKEY is not set -# CONFIG_USB_ONBOARD_DEV is not set +CONFIG_USB_ONBOARD_DEV=y +CONFIG_USB_ONBOARD_DEV_USB5744=y # # USB Physical Layer drivers