8bitdo Ultimate 2C: Difference between revisions

From Ju's wiki
Jump to: navigation, search
(Created page with "===udev rule== <pre> ACTION=="add", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="2dc8", ATTRS{idProduct}=="310a", RUN+="/usr/sbin/modprobe xpad" </pre> This is for Fedora 40. modprobe might be in a different path on other Linux distributions. Category:Hardware")
 
No edit summary
 
Line 1: Line 1:
===udev rule==
==udev rule==
<pre>
<pre>
ACTION=="add", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="2dc8", ATTRS{idProduct}=="310a", RUN+="/usr/sbin/modprobe xpad"
ACTION=="add", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="2dc8", ATTRS{idProduct}=="310a", RUN+="/usr/sbin/modprobe xpad"

Latest revision as of 16:06, 11 September 2024

udev rule

ACTION=="add", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="2dc8", ATTRS{idProduct}=="310a", RUN+="/usr/sbin/modprobe xpad"

This is for Fedora 40. modprobe might be in a different path on other Linux distributions.