aboutsummaryrefslogtreecommitdiff
path: root/drivers/hid/hid-playstation.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-22Merge branch 'for-6.3/sony' into for-linusGravatar Benjamin Tissoires 1-19/+22
2023-01-18HID: playstation: correct DualSense gyro bias handling.Gravatar Roderick Colenbrander 1-8/+10
2023-01-18HID: playstation: correct DualShock4 gyro bias handling.Gravatar Roderick Colenbrander 1-8/+10
2023-01-18HID: playstation: fix DualShock4 unreachable calibration code.Gravatar Roderick Colenbrander 1-3/+2
2023-01-18HID: playstation: sanity check DualSense calibration data.Gravatar Roderick Colenbrander 1-0/+32
2023-01-18HID: playstation: sanity check DualShock4 calibration data.Gravatar Roderick Colenbrander 1-0/+31
2022-12-19HID: playstation: fix free of uninialized pointer for DS4 in Bluetooth.Gravatar Roderick Colenbrander 1-1/+1
2022-11-17HID: playstation: fix DualShock4 bluetooth CRC endian issue.Gravatar Roderick Colenbrander 1-1/+2
2022-11-17HID: playstation: fix DualShock4 bluetooth memory corruption bug.Gravatar Roderick Colenbrander 1-1/+1
2022-11-11HID: playstation: add DualShock4 dongle support.Gravatar Roderick Colenbrander 1-6/+140
2022-11-11HID: playstation: set default DualShock4 BT poll interval to 4ms.Gravatar Roderick Colenbrander 1-0/+29
2022-11-11HID: playstation: add DualShock4 bluetooth support.Gravatar Roderick Colenbrander 1-26/+144
2022-11-11HID: playstation: add option to ignore CRC in ps_get_report.Gravatar Roderick Colenbrander 1-8/+9
2022-11-11HID: playstation: support DualShock4 lightbar blink.Gravatar Roderick Colenbrander 1-1/+46
2022-11-11HID: playstation: support DualShock4 lightbar.Gravatar Roderick Colenbrander 1-3/+138
2022-11-11HID: playstation: make LED brightness adjustable in ps_led_register.Gravatar Roderick Colenbrander 1-6/+7
2022-11-11HID: playstation: Add DualShock4 rumble support.Gravatar Roderick Colenbrander 1-1/+147
2022-11-11HID: playstation: add DualShock4 accelerometer and gyroscope support.Gravatar Roderick Colenbrander 1-2/+168
2022-11-11HID: playstation: add DualShock4 touchpad support.Gravatar Roderick Colenbrander 1-3/+63
2022-11-11HID: playstation: add DualShock4 battery support.Gravatar Roderick Colenbrander 1-4/+66
2022-11-11HID: playstation: report DualShock4 hardware and firmware version.Gravatar Roderick Colenbrander 1-0/+38
2022-11-11HID: playstation: initial DualShock4 USB support.Gravatar Roderick Colenbrander 1-2/+172
2022-10-14HID: playstation: support updated DualSense rumble mode.Gravatar Roderick Colenbrander 1-1/+36
2022-10-14HID: playstation: add initial DualSense Edge controller supportGravatar Roderick Colenbrander 1-1/+4
2022-10-14HID: playstation: stop DualSense output work on remove.Gravatar Roderick Colenbrander 1-5/+36
2022-08-25HID: playstation: convert to use dev_groupsGravatar Greg Kroah-Hartman 1-11/+5
2021-10-27HID: playstation: fix return from dualsense_player_led_set_brightness()Gravatar Jiri Kosina 1-0/+2
2021-10-27HID: playstation: expose DualSense player LEDs through LED class.Gravatar Roderick Colenbrander 1-1/+84
2021-10-27HID: playstation: expose DualSense lightbar through a multi-color LED.Gravatar Roderick Colenbrander 1-0/+72
2021-02-18HID: playstation: add DualSense player LED support.Gravatar Roderick Colenbrander 1-1/+82
2021-02-18HID: playstation: add microphone mute support for DualSense.Gravatar Roderick Colenbrander 1-0/+44
2021-02-18HID: playstation: add initial DualSense lightbar support.Gravatar Roderick Colenbrander 1-0/+65
2021-02-17HID: playstation: fix array size comparison (off-by-one)Gravatar Colin Ian King 1-1/+1
2021-02-17HID: playstation: fix unused variable in ps_battery_get_property.Gravatar Roderick Colenbrander 1-2/+2
2021-02-17HID: playstation: report DualSense hardware and firmware version.Gravatar Roderick Colenbrander 1-0/+81
2021-02-11HID: playstation: add DualSense classic rumble support.Gravatar Roderick Colenbrander 1-2/+206
2021-02-11HID: playstation: add DualSense Bluetooth support.Gravatar Roderick Colenbrander 1-0/+41
2021-02-11HID: playstation: track devices in list.Gravatar Roderick Colenbrander 1-0/+46
2021-02-11HID: playstation: add DualSense accelerometer and gyroscope support.Gravatar Roderick Colenbrander 1-0/+203
2021-02-11HID: playstation: add DualSense touchpad support.Gravatar Roderick Colenbrander 1-0/+66
2021-02-11HID: playstation: add DualSense battery support.Gravatar Roderick Colenbrander 1-3/+137
2021-02-11HID: playstation: use DualSense MAC address as unique identifier.Gravatar Roderick Colenbrander 1-0/+58
2021-02-11HID: playstation: initial DualSense USB support.Gravatar Roderick Colenbrander 1-0/+328