summaryrefslogtreecommitdiff
path: root/drivers/hid/hid-playstation.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-04HID: playstation: Add missing check for input_ff_create_memlessHaotian Zhang1-1/+3
2026-02-11HID: playstation: Center initial joystick axes to prevent spurious eventsSiarhei Vishniakou1-0/+5
2023-02-06HID: playstation: sanity check DualSense calibration data.Roderick Colenbrander1-0/+32
2022-11-10HID: playstation: add initial DualSense Edge controller supportRoderick Colenbrander1-1/+4
2021-02-18HID: playstation: add DualSense player LED support.Roderick Colenbrander1-1/+82
2021-02-18HID: playstation: add microphone mute support for DualSense.Roderick Colenbrander1-0/+44
2021-02-18HID: playstation: add initial DualSense lightbar support.Roderick Colenbrander1-0/+65
2021-02-17HID: playstation: fix array size comparison (off-by-one)Colin Ian King1-1/+1
2021-02-17HID: playstation: fix unused variable in ps_battery_get_property.Roderick Colenbrander1-2/+2
2021-02-17HID: playstation: report DualSense hardware and firmware version.Roderick Colenbrander1-0/+81
2021-02-11HID: playstation: add DualSense classic rumble support.Roderick Colenbrander1-2/+206
2021-02-11HID: playstation: add DualSense Bluetooth support.Roderick Colenbrander1-0/+41
2021-02-11HID: playstation: track devices in list.Roderick Colenbrander1-0/+46
2021-02-11HID: playstation: add DualSense accelerometer and gyroscope support.Roderick Colenbrander1-0/+203
2021-02-11HID: playstation: add DualSense touchpad support.Roderick Colenbrander1-0/+66
2021-02-11HID: playstation: add DualSense battery support.Roderick Colenbrander1-3/+137
2021-02-11HID: playstation: use DualSense MAC address as unique identifier.Roderick Colenbrander1-0/+58
2021-02-11HID: playstation: initial DualSense USB support.Roderick Colenbrander1-0/+328