Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding devices only seems to work for bluetooth #9

Open
Sixoul opened this issue Jan 24, 2024 · 1 comment
Open

Adding devices only seems to work for bluetooth #9

Sixoul opened this issue Jan 24, 2024 · 1 comment

Comments

@Sixoul
Copy link

Sixoul commented Jan 24, 2024

When I try to add 8BitDo 8BitDo Ultimate wireless Controller for PC to the simple_device_list.txt it doesn't seem to disable steam input unless I have a USB cable connecting the controller to the steam deck. But this is a wireless dongle controller.

@ArnoldSmith86
Copy link

ArnoldSmith86 commented Mar 11, 2024

I tried to improve the script a bit. Can you try if works with https://pastebin.com/PEvs3ghX as disable_steam_input.sh and this 99-disable-steam-input.rules:

# /etc/udev/rules.d/
KERNEL=="input*", SUBSYSTEM=="input", ACTION=="add", RUN+="/home/deck/.local/share/scawp/SDADSC/disable_steam_input.sh disable %E{NAME} %E{PRODUCT}"
KERNEL=="input*", SUBSYSTEM=="input", ACTION=="remove", RUN+="/home/deck/.local/share/scawp/SDADSC/disable_steam_input.sh enable %E{NAME} %E{PRODUCT}"

It should add newly detected devices to simple_device_list.txt automatically (disabled by a # initially).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants