mirror of
https://github.com/RetroDECK/Wiki.git
synced 2024-11-22 22:05:37 +00:00
Wiki: Udev
This commit is contained in:
parent
d83a28a283
commit
cca0fd9727
|
@ -1,22 +1,16 @@
|
||||||
# Steam Controller
|
# Steam Controller - Gordon
|
||||||
|
|
||||||
Steam Controllers are controllers designed by Valve and have native Steam Input support.
|
|
||||||
So far only one Steam Controller has been released the `Steam Controller: Gordon`.
|
|
||||||
|
|
||||||
**Note these inputs are part of the upcoming 0.8b update.**
|
|
||||||
|
|
||||||
Steam Input have support for the following controllers:
|
|
||||||
|
|
||||||
## Steam Controller - Gordon
|
|
||||||
|
|
||||||
<img src="../../../wiki_images/controllers/steam-controller-gordon.png" width="250">
|
<img src="../../../wiki_images/controllers/steam-controller-gordon.png" width="250">
|
||||||
|
|
||||||
The first Steam Controller is nicknamed Gordon and also goes by that name in all configurations.
|
The first Steam Controller is with the nickname Gordon.
|
||||||
|
|
||||||
#### Linux Kernel Support
|
#### Steam Input support
|
||||||
|
Yes
|
||||||
|
|
||||||
|
### Linux Kernel Support
|
||||||
Yes, since 4.18 - `hid-steam`
|
Yes, since 4.18 - `hid-steam`
|
||||||
|
|
||||||
#### Udev rules
|
### Udev rules
|
||||||
|
|
||||||
```
|
```
|
||||||
# Valve USB devices
|
# Valve USB devices
|
||||||
|
@ -32,10 +26,7 @@ KERNEL=="hidraw*", ATTRS{idVendor}=="28de", MODE="0666"
|
||||||
KERNEL=="hidraw*", KERNELS=="*28DE:*", MODE="0666"
|
KERNEL=="hidraw*", KERNELS=="*28DE:*", MODE="0666"
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Steam Input support
|
## What is the Official - Steam Controller: Gordon RetroDECK profile called?
|
||||||
Yes
|
|
||||||
|
|
||||||
### What is the Official - Steam Controller: Gordon RetroDECK profile called?
|
|
||||||
|
|
||||||
- Steam Controller - Gordon: `RetroDECK: Steam Controller - Gordon`
|
- Steam Controller - Gordon: `RetroDECK: Steam Controller - Gordon`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue