diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2023-01-01 20:03:26 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2023-01-01 20:04:49 -0800 |
commit | 3fa4871bcb4bb45442a9bdf2535d19e65e03586f (patch) | |
tree | f388f66c0ac1875d7885ead9d1ca6a092c6c034b /profiles/arch/arm64 | |
parent | profiles/features/musl: mask broken sys-libs/liburing-2.3 (diff) | |
download | gentoo-3fa4871bcb4bb45442a9bdf2535d19e65e03586f.tar.gz gentoo-3fa4871bcb4bb45442a9bdf2535d19e65e03586f.tar.bz2 gentoo-3fa4871bcb4bb45442a9bdf2535d19e65e03586f.zip |
profiles/arch/arm64: unmask synaptics input driver
it's preferred driver for pinebookpro touchpad instead of libinput
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'profiles/arch/arm64')
-rw-r--r-- | profiles/arch/arm64/use.mask | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask index 0b85c12477da..62e00038ac88 100644 --- a/profiles/arch/arm64/use.mask +++ b/profiles/arch/arm64/use.mask @@ -1,9 +1,13 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Unmask the flag which corresponds to ARCH. -arm64 +# Georgy Yakovlev <gyakovlev@gentoo.org> (2023-01-01) +# unmask synaptics input driver +-input_devices_synaptics + # matoro <matoro_gentoo@matoro.tk> (2022-09-29) # dev-util/google-perftools is supported here -tcmalloc |