From d83a049ca7556ebc0a03f7f66dd7f89b0b2a72e5 Mon Sep 17 00:00:00 2001 From: Clay Smith Date: Thu, 26 Jan 2023 03:48:38 -0600 Subject: First Commit --- DOCUMENTATION | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 DOCUMENTATION (limited to 'DOCUMENTATION') diff --git a/DOCUMENTATION b/DOCUMENTATION new file mode 100644 index 0000000..0574ee7 --- /dev/null +++ b/DOCUMENTATION @@ -0,0 +1,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 +*/ + -- cgit v1.2.1