From 028885d35280dc0ffcc822d7927e0c7de179f8c5 Mon Sep 17 00:00:00 2001 From: John Kehayias Date: Fri, 12 Aug 2022 14:42:37 -0400 Subject: nongnu: steam: Fix Steam Input (controller) support. * nongnu/packages/steam-client.scm (make-container-wrapper): Expose /dev/uinput to support hardware like the Steam Controller and Steam Input more generally. --- nongnu/packages/steam-client.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/nongnu/packages/steam-client.scm b/nongnu/packages/steam-client.scm index f85b21e..038d846 100644 --- a/nongnu/packages/steam-client.scm +++ b/nongnu/packages/steam-client.scm @@ -432,6 +432,7 @@ in a sandboxed FHS environment." (expose `("/dev/bus/usb" ; Needed for libusb. "/dev/dri" "/dev/input" ; Needed for controller input. + "/dev/uinput" ; Needed for Steam Input. ,@(exists-> "/dev/nvidia0") ; needed for nvidia proprietary driver ,@(exists-> "/dev/nvidiactl") ,@(exists-> "/dev/nvidia-modeset") -- cgit v1.2.3