From e0135d08d0528cf02098d9576b7671007058c0ac Mon Sep 17 00:00:00 2001 From: Benjamin Sherman Date: Thu, 29 Jun 2023 23:44:18 -0500 Subject: [PATCH] fix: disable xone until as it disables too many controllers Until we can add `xpad-noone` we need `xone` disabled. This removes support for Xbox One RF dongle, but does prevent the disabling of lots of other hardware. It's the right choice for now. --- Containerfile | 1 - README.md | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index 8d9a6236..546c0a3a 100644 --- a/Containerfile +++ b/Containerfile @@ -17,7 +17,6 @@ RUN /tmp/build-prep.sh RUN /tmp/build-ublue-os-akmods-addons.sh RUN /tmp/build-kmod-v4l2loopback.sh -RUN /tmp/build-kmod-xone.sh RUN /tmp/build-kmod-xpadneo.sh RUN mkdir -p /var/cache/rpms/{kmods,ublue-os} diff --git a/README.md b/README.md index 1cb31540..59c4f38e 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,11 @@ Feel free to PR more kmod build scripts into this repo! - ublue-os-akmods-addons - installs extra repos and our kmods signing key; install and import to allow SecureBoot systems to use these kmods - [v4l2loopback](https://github.com/umlaeute/v4l2loopback) - allows creating "virtual video devices" -- [xone](https://github.com/medusalix/xone) - xbox one controller USB wired/RF driver (akmod from [negativo17 steam repo](https://negativo17.org/steam/) - [xpadneo](https://github.com/atar-axis/xpadneo) - xbox one controller bluetooth driver (akmod from [negativo17 steam repo](https://negativo17.org/steam/) +Temporarily disabled due to disabling other controllers: +- [xone](https://github.com/medusalix/xone) - xbox one controller USB wired/RF driver (akmod from [negativo17 steam repo](https://negativo17.org/steam/) + # Adding kmods If you have a kmod you want to contribute send a pull request by adding a script using [build-kmod-wl.sh](https://github.com/ublue-os/akmods/blob/main/build-kmod-wl.sh) as an example.