mirror of
https://github.com/RetroDECK/Wiki.git
synced 2025-01-19 05:35:37 +00:00
Wiki: Udev
This commit is contained in:
parent
7f4cb4b0a1
commit
d83a28a283
|
@ -8,6 +8,18 @@ Yes
|
||||||
### Linux Kernel Support
|
### Linux Kernel Support
|
||||||
Yes
|
Yes
|
||||||
|
|
||||||
|
### Udev rules
|
||||||
|
|
||||||
|
```
|
||||||
|
# Microsoft Xbox360 Controller; USB #EXPERIMENTAL
|
||||||
|
SUBSYSTEM=="usb", ATTRS{idVendor}=="045e", ATTRS{idProduct}=="028e", MODE="0660", TAG+="uaccess"
|
||||||
|
SUBSYSTEMS=="input", ATTRS{name}=="Microsoft X-Box 360 pad", MODE="0660", TAG+="uaccess"
|
||||||
|
|
||||||
|
# Microsoft Xbox 360 Wireless Receiver for Windows; USB
|
||||||
|
SUBSYSTEM=="usb", ATTRS{idVendor}=="045e", ATTRS{idProduct}=="0719", MODE="0660", TAG+="uaccess"
|
||||||
|
SUBSYSTEMS=="input", ATTRS{name}=="Xbox 360 Wireless Receiver", MODE="0660", TAG+="uaccess"
|
||||||
|
```
|
||||||
|
|
||||||
### Related Projects
|
### Related Projects
|
||||||
|
|
||||||
#### The xone Project
|
#### The xone Project
|
||||||
|
|
|
@ -8,6 +8,15 @@ Yes, but not fully. It registers as a Xbox Wireless Controller but the back butt
|
||||||
### Linux Kernel Support
|
### Linux Kernel Support
|
||||||
Yes
|
Yes
|
||||||
|
|
||||||
|
### Udev rules
|
||||||
|
|
||||||
|
```
|
||||||
|
# Microsoft Xbox One S Controller; Bluetooth; USB
|
||||||
|
KERNEL=="hidraw*", KERNELS=="*045e:02ea*", MODE="0660", TAG+="uaccess"
|
||||||
|
SUBSYSTEMS=="usb", ATTRS{idVendor}=="045e", ATTRS{idProduct}=="02ea", MODE="0660", TAG+="uaccess"
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
### Related Projects
|
### Related Projects
|
||||||
|
|
||||||
#### The xone Project
|
#### The xone Project
|
||||||
|
|
|
@ -8,6 +8,14 @@ Yes
|
||||||
### Linux Kernel Support
|
### Linux Kernel Support
|
||||||
Yes
|
Yes
|
||||||
|
|
||||||
|
### Udev rules
|
||||||
|
|
||||||
|
```
|
||||||
|
# Microsoft Xbox One S Controller; Bluetooth; USB
|
||||||
|
KERNEL=="hidraw*", KERNELS=="*045e:02ea*", MODE="0660", TAG+="uaccess"
|
||||||
|
SUBSYSTEMS=="usb", ATTRS{idVendor}=="045e", ATTRS{idProduct}=="02ea", MODE="0660", TAG+="uaccess"
|
||||||
|
```
|
||||||
|
|
||||||
### Related Projects
|
### Related Projects
|
||||||
|
|
||||||
#### The xone Project
|
#### The xone Project
|
||||||
|
|
Loading…
Reference in a new issue