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 <alicja.michalska@9elements.com> Part-of: https://gitlab.postmarketos.org/postmarketos/pmaports/-/merge_requests/6788
This commit is contained in:
parent
e01e91736c
commit
e2a37f0d7e
2 changed files with 4 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Alicja Michalska <alicja.michalska@9elements.com>
|
||||
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
|
||||
"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue