mirror of
https://github.com/eden-emulator/mirror.git
synced 2026-06-06 07:25:52 +08:00
9 lines
402 B
Plaintext
9 lines
402 B
Plaintext
|
|
# SPDX-FileCopyrightText: 2023 yuzu Emulator Project
|
||
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
|
|
||
|
|
# Allow systemd-logind to manage user access to hidraw with this file
|
||
|
|
# On most systems, this file should be installed to /etc/udev/rules.d/72-eden-input.rules
|
||
|
|
# Consult your distro if this is not the case
|
||
|
|
|
||
|
|
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ENV{ID_INPUT_JOYSTICK}=="1", MODE="0660", TAG+="uaccess"
|