Merge pull request #3670 from aserna3/udev

[udev] Added udev rule for GC adapter
This commit is contained in:
Pierre Bourdon 2016-03-11 10:00:41 +01:00
commit 77b4b36ca4
2 changed files with 11 additions and 0 deletions

5
Data/51-usb-device.rules Normal file
View File

@ -0,0 +1,5 @@
#GameCube Controller Adapter
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="057e", ATTRS{idProduct}=="0337", TAG+="uaccess"
#Mayflash DolphinBar
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="057e", ATTRS{idProduct}=="0306", TAG+="uaccess"

View File

@ -154,6 +154,12 @@ These folders are installed read-only and should not be changed:
* `Resources`: icons that are theme-agnostic
* `Wii`: default Wii NAND contents
## Packaging and udev
The Data folder contains a udev rule file for the official GameCube controller
adapter and the Mayflash DolphinBar. Package maintainers can use that file in their packages for Dolphin.
Users compiling Dolphin on Linux can also just copy the file to their udev
rules folder.
## User Folder Structure
A number of user writeable directories are created for caching purposes or for
allowing the user to edit their contents. On OS X and Linux these folders are