summaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-playstation.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-6.3/sony' into for-linusBenjamin Tissoires2023-02-221-19/+22
|\
| * HID: playstation: correct DualSense gyro bias handling.Roderick Colenbrander2023-01-181-8/+10
| * HID: playstation: correct DualShock4 gyro bias handling.Roderick Colenbrander2023-01-181-8/+10
| * HID: playstation: fix DualShock4 unreachable calibration code.Roderick Colenbrander2023-01-181-3/+2
* | HID: playstation: sanity check DualSense calibration data.Roderick Colenbrander2023-01-181-0/+32
* | HID: playstation: sanity check DualShock4 calibration data.Roderick Colenbrander2023-01-181-0/+31
|/
* HID: playstation: fix free of uninialized pointer for DS4 in Bluetooth.Roderick Colenbrander2022-12-191-1/+1
* HID: playstation: fix DualShock4 bluetooth CRC endian issue.Roderick Colenbrander2022-11-171-1/+2
* HID: playstation: fix DualShock4 bluetooth memory corruption bug.Roderick Colenbrander2022-11-171-1/+1
* HID: playstation: add DualShock4 dongle support.Roderick Colenbrander2022-11-111-6/+140
* HID: playstation: set default DualShock4 BT poll interval to 4ms.Roderick Colenbrander2022-11-111-0/+29
* HID: playstation: add DualShock4 bluetooth support.Roderick Colenbrander2022-11-111-26/+144
* HID: playstation: add option to ignore CRC in ps_get_report.Roderick Colenbrander2022-11-111-8/+9
* HID: playstation: support DualShock4 lightbar blink.Roderick Colenbrander2022-11-111-1/+46
* HID: playstation: support DualShock4 lightbar.Roderick Colenbrander2022-11-111-3/+138
* HID: playstation: make LED brightness adjustable in ps_led_register.Roderick Colenbrander2022-11-111-6/+7
* HID: playstation: Add DualShock4 rumble support.Roderick Colenbrander2022-11-111-1/+147
* HID: playstation: add DualShock4 accelerometer and gyroscope support.Roderick Colenbrander2022-11-111-2/+168
* HID: playstation: add DualShock4 touchpad support.Roderick Colenbrander2022-11-111-3/+63
* HID: playstation: add DualShock4 battery support.Roderick Colenbrander2022-11-111-4/+66
* HID: playstation: report DualShock4 hardware and firmware version.Roderick Colenbrander2022-11-111-0/+38
* HID: playstation: initial DualShock4 USB support.Roderick Colenbrander2022-11-111-2/+172
* HID: playstation: support updated DualSense rumble mode.Roderick Colenbrander2022-10-141-1/+36
* HID: playstation: add initial DualSense Edge controller supportRoderick Colenbrander2022-10-141-1/+4
* HID: playstation: stop DualSense output work on remove.Roderick Colenbrander2022-10-141-5/+36
* HID: playstation: convert to use dev_groupsGreg Kroah-Hartman2022-08-251-11/+5
* HID: playstation: fix return from dualsense_player_led_set_brightness()Jiri Kosina2021-10-271-0/+2
* HID: playstation: expose DualSense player LEDs through LED class.Roderick Colenbrander2021-10-271-1/+84
* HID: playstation: expose DualSense lightbar through a multi-color LED.Roderick Colenbrander2021-10-271-0/+72
* HID: playstation: add DualSense player LED support.Roderick Colenbrander2021-02-181-1/+82
* HID: playstation: add microphone mute support for DualSense.Roderick Colenbrander2021-02-181-0/+44
* HID: playstation: add initial DualSense lightbar support.Roderick Colenbrander2021-02-181-0/+65
* HID: playstation: fix array size comparison (off-by-one)Colin Ian King2021-02-171-1/+1
* HID: playstation: fix unused variable in ps_battery_get_property.Roderick Colenbrander2021-02-171-2/+2
* HID: playstation: report DualSense hardware and firmware version.Roderick Colenbrander2021-02-171-0/+81
* HID: playstation: add DualSense classic rumble support.Roderick Colenbrander2021-02-111-2/+206
* HID: playstation: add DualSense Bluetooth support.Roderick Colenbrander2021-02-111-0/+41
* HID: playstation: track devices in list.Roderick Colenbrander2021-02-111-0/+46
* HID: playstation: add DualSense accelerometer and gyroscope support.Roderick Colenbrander2021-02-111-0/+203
* HID: playstation: add DualSense touchpad support.Roderick Colenbrander2021-02-111-0/+66
* HID: playstation: add DualSense battery support.Roderick Colenbrander2021-02-111-3/+137
* HID: playstation: use DualSense MAC address as unique identifier.Roderick Colenbrander2021-02-111-0/+58
* HID: playstation: initial DualSense USB support.Roderick Colenbrander2021-02-111-0/+328