linux-next: enable HIDRAW
specified in kconfigcheck and needed for yubikey fido to work. Signed-off-by: Casey Connolly <kcxt@postmarketos.org> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7610>
This commit is contained in:
parent
b17dbf308f
commit
481fb1948d
2 changed files with 3 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
pkgname=linux-next
|
||||
pkgver=6.19_git20251215
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
_nextver="${pkgver#*_git}"
|
||||
pkgdesc="Linux next kernel"
|
||||
arch="armv7 aarch64"
|
||||
|
|
@ -93,5 +93,5 @@ package() {
|
|||
sha512sums="
|
||||
ba5629cb92a2c3e17fef5354b9393ed421db23153e9c3bc7b9651d9e75683e33f7c3e5ec368dc26284f29f9b011a0ed8c314b6941f0e229abf2e4c83eb38b42c linux-next-next-20251215.tar.gz
|
||||
9b97849df749c6051503b4f4522db72bc6d5ec718a65a24f99132138a9262b6a473a33bc02e5f09fdb721066d3f6e6a0577de363cdd8a0e38ee99c9e3b08d01d devices.config
|
||||
ea219f10f6509193d1940f34a92627bf7d6d6b21c2c43f4cbd2c733bdf3e5bcb6b9b39d5bcc3f597f207c6e729a4ca118529fe0cf4d2805e16059de225e3c354 pmos.config
|
||||
25c07558cc7dc82485957c82246bbf1eef4a4188f007546b27336fcd84507b387c8afc3d0feb2a2760e90ccde804ff7d7112be38831bba92d5a1988780a42cdd pmos.config
|
||||
"
|
||||
|
|
|
|||
|
|
@ -271,6 +271,7 @@ CONFIG_GENDWARFKSYMS=y
|
|||
# HID
|
||||
|
||||
CONFIG_UHID=m
|
||||
CONFIG_HIDRAW=y
|
||||
CONFIG_INPUT_JOYSTICK=y
|
||||
CONFIG_JOYSTICK_XPAD=m
|
||||
CONFIG_JOYSTICK_XPAD_FF=y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue