Wiki: Udev

This commit is contained in:
Lazorne 2024-01-19 18:15:40 +01:00
parent 7f4cb4b0a1
commit d83a28a283
3 changed files with 29 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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