aboutsummaryrefslogtreecommitdiff
path: root/drivers/hid/hid-nvidia-shield.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-23HID: nvidia-shield: Add missing check for input_ff_create_memlessGravatar Chen Ni 1-1/+3
2024-01-23HID: nvidia-shield: Add missing null pointer checks to LED initializationGravatar Kunwu Chan 1-0/+4
2023-10-04HID: nvidia-shield: Introduce thunderstrike_destroy()Gravatar Christophe JAILLET 1-10/+11
2023-10-04HID: nvidia-shield: Fix some missing function calls() in the probe error hand...Gravatar Christophe JAILLET 1-2/+4
2023-10-04HID: nvidia-shield: Fix a missing led_classdev_unregister() in the probe erro...Gravatar Christophe JAILLET 1-1/+2
2023-08-31Merge branch 'for-6.6/nvidia' into for-linusGravatar Benjamin Tissoires 1-20/+406
2023-08-24HID: nvidia-shield: Reference hid_device devm allocation of input_dev nameGravatar Rahul Rameshbabu 1-1/+1
2023-08-14HID: nvidia-shield: Update Thunderstrike LED instance name to use idGravatar Rahul Rameshbabu 1-1/+2
2023-08-14HID: nvidia-shield: Add battery support for ThunderstrikeGravatar Rahul Rameshbabu 1-17/+401
2023-08-14HID: nvidia-shield: Remove led_classdev_unregister in thunderstrike_createGravatar Rahul Rameshbabu 1-6/+7
2023-07-09HID: nvidia-shield: Pack inner/related declarations in HOSTCMD reportsGravatar Rahul Rameshbabu 1-6/+6
2023-06-09HID: nvidia-shield: Support LED functionality for ThunderstrikeGravatar Rahul Rameshbabu 1-5/+111
2023-06-09HID: nvidia-shield: Add mappings for consumer HID USAGE buttonsGravatar Rahul Rameshbabu 1-5/+50
2023-06-09HID: nvidia-shield: Initial driver implementation with Thunderstrike supportGravatar Rahul Rameshbabu 1-0/+587