summaryrefslogtreecommitdiff
path: root/drivers/hid/hid-sony.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-28HID: sony: add missing size validation for Rock Band 3 Pro instrumentsRosalie Wanders1-1/+1
2026-04-28HID: sony: add missing size validation for SMK-Link remotesRosalie Wanders1-3/+2
2026-04-28HID: sony: remove unneeded WARN_ON() in sony_leds_init()Rosalie Wanders1-3/+0
2026-04-28HID: sony: fix incorrect force-feedback check in sony_suspend()Rosalie Wanders1-3/+2
2026-04-09HID: sony: update module descriptionRosalie Wanders1-2/+2
2026-04-09HID: sony: add battery status support for Rock Band 4 PS5 guitarsRosalie Wanders1-1/+39
2026-04-09HID: sony: fix style issuesRosalie Wanders1-43/+34
2026-04-09HID: sony: add support for more instrumentsRosalie Wanders1-45/+229
2026-02-09Merge branch 'for-6.20/pm_ptr-v3' into for-linusJiri Kosina1-9/+3
2026-02-04HID: sony: add dongle device IDs for CRKD Gibson SGRosalie Wanders1-0/+4
2026-01-28HID: sony: Use pm_ptr instead of #ifdef CONFIG_PMBastien Nocera1-9/+3
2026-01-12HID: sony: add support for bluetooth Rock Band 4 PS4 guitarsRosalie Wanders1-9/+15
2026-01-10HID: sony: add support for Rock Band 4 PS4 and PS5 guitarsRosalie Wanders1-2/+117
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2024-10-18HID: replace BUG_ON() with WARN_ON()He Lugang1-1/+2
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-05HID: sony: constify fixed up report descriptorThomas Weißschuh1-6/+6
2024-08-27HID: change return type of report_fixup() to constThomas Weißschuh1-1/+1
2024-06-06HID: add missing MODULE_DESCRIPTION() macrosJeff Johnson1-0/+1
2024-04-16HID: sony: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-3/+2
2024-04-12HID: sony: remove redundant assignmentColin Ian King1-2/+0
2023-10-05HID: sony: remove duplicate NULL check before calling usb_free_urb()Jiri Kosina1-2/+1
2023-09-04HID: sony: Fix a potential memory leak in sony_probe()Christophe JAILLET1-0/+3
2023-01-18HID: sony: remove DualShock4 support.Roderick Colenbrander1-981/+40
2022-12-20HID: sony: Fix unused function warningJosé Expósito1-0/+2
2022-09-20HID: sony: Fix double word in commentsShaomin Deng1-1/+1
2021-12-02HID: sony: fix error path in probeBenjamin Tissoires1-7/+15
2021-12-02HID: check for valid USB device for many HID driversGreg Kroah-Hartman1-1/+5
2021-09-01Merge branch 'for-5.15/sony' into for-linusJiri Kosina1-13/+33
2021-08-20HID: sony: Fix more ShanWan clone gamepads to not rumble when plugged in.Ulrich Spörlein1-1/+2
2021-08-20HID: sony: support for the ghlive ps4 donglesDaniel Nguyen1-13/+33
2021-06-15HID: sony: fix freeze when inserting ghlive ps3/wii donglesPascal Giard1-49/+49
2021-01-18HID: sony: Add support for tilt on guitar hero guitarsSanjay Govind1-6/+14
2020-12-16Merge branch 'for-5.11/sony' into for-linusJiri Kosina1-43/+170
2020-11-27HID: sony: support for ghlive ps3/wii u donglesPascal Giard1-0/+112
2020-11-25HID: sony: Workaround for DS4 dongle hotplug kernel crash.Roderick Colenbrander1-6/+28
2020-11-25HID: sony: Don't use fw_version/hw_version for sysfs cleanup.Roderick Colenbrander1-8/+8
2020-11-25HID: sony: Report more accurate DS4 power status.Roderick Colenbrander1-35/+50
2020-05-26HID: sony: Fix for broken buttons on DS3 USB donglesScott Shumate1-0/+17
2019-10-03HID: Fix assumption that devices have inputsAlan Stern1-3/+9
2019-09-05HID: sony: Fix memory corruption issue on cleanup.Roderick Colenbrander1-1/+1
2019-08-06HID: sony: Fix race condition between rumble and device remove.Roderick Colenbrander1-3/+12
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-4/+1
2019-01-09HID: sony: Fix SHANWAN PS3 GamePad rumble and led settings supportHongye Yuan1-3/+8
2019-01-09HID: sony: Transform one-time SHANWAN check into quirkHongye Yuan1-7/+13
2018-07-09HID: hid-sony.c: Use devm_ api to simplify sc->output_report_dmabufHanno Zulla1-7/+8
2018-07-09HID: hid-sony.c: Use devm_ api to simplify sony_battery_probe()Hanno Zulla1-24/+4
2018-07-09HID: hid-sony.c: Use devm_ api to simplify sony_leds_init()Hanno Zulla1-37/+5
2018-07-09HID: hid-sony.c: Use devm_ api to simplify sony_register_sensors()Hanno Zulla1-34/+5