blob: 0574ee797d32a41eae23366e1015bdf69e2ee883 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
/*
Sony PlayStation DualShock4 Controller
BT:
Bit(s): 128s, 64s, 32s
/proc/bus/input/devices Vendor=054c Product=09cc
"Wireless Controller Motion Sensors"
"Wireless Controller"
"Wireless Controller Touchpad"
WIRED:
Bit(s): 16s, 8s, 4s
/dev/input/by-id/usb-Sony_Interactive_Entertainment_Wireless_Controller-event-if03
/dev/input/by-id/usb-Sony_Interactive_Entertainment_Wireless_Controller-if03-event-joystick
/dev/input/by-id/usb-Sony_Interactive_Entertainment_Wireless_Controller-if03-event-mouse
Valve Steam Controller
WIRED ONLY:
Bit(s): 2s
/dev/input/by-id/usb-Valve_Software_Wired_Controller-if02-event-joystick
Microsoft 360 Controller
BT ONLY: (Dongle)
Bit(s): 1s
/dev/input/by-id/usb-©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_E15D4C50-event-joystick
Nintendo Wii Remote
BT ONLY:
Bit(s) 1024s, 512s, 256s
/proc/bus/input/devices Vendor=057e Product=0306
"Nintendo Wii Remote Accelerometer"
"Nintendo Wii Remote"
"Nintendo Wii Remote IR" //not currently supported, not sure how realistic this is
*/
|