Update 'notes.md'

This commit is contained in:
Vivian Lim 2022-08-27 03:32:29 +00:00
parent cedc2cd854
commit 89cfe8aec3
1 changed files with 8 additions and 1 deletions

View File

@ -1,12 +1,16 @@
https://steamdecklinux.wiki/wiki/Main_Page
https://patchwork.kernel.org/project/linux-input/patch/20180416122703.22306-2-rodrigorivascosta@gmail.com/
https://github.com/torvalds/linux/blob/master/drivers/hid/hid-steam.c
look at steam_raw_event
https://github.com/rodrigorc/inputmap.git
https://github.com/rodrigorc/inputmap/blob/master/STEAM.md
** https://github.com/rodrigorc/inputmap/blob/master/STEAM.md !!!!!!!!!!!!!!!!! **
```
(root@steamdeck /)# cat usr/lib/udev/rules.d/70-steam-jupiter-input.rules
# USB devices
SUBSYSTEM=="usb", TAG+="uaccess"
@ -17,9 +21,11 @@ KERNEL=="hidraw*", TAG+="uaccess"
# Steam Controller udev write access
KERNEL=="uinput", SUBSYSTEM=="misc", TAG+="uaccess", OPTIONS+="static_node=uinput"
(root@steamdeck /)#
```
--
```
steamdeck in steamctrl on  master [?] via C v11.3.0-gcc via ❄️ impure (shell)
sudo src/steamctrl --device /dev/hidraw3 get_serial
FWAA207022
@ -42,3 +48,4 @@ the report descriptor run through https://eleccelerator.com/usbdescreqparser/
// 29 bytes
```