summaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-nvidia-shield.c
Commit message (Expand)AuthorAgeFilesLines
* HID: nvidia-shield: Add missing null pointer checks to LED initializationKunwu Chan2024-01-231-0/+4
* HID: nvidia-shield: Introduce thunderstrike_destroy()Christophe JAILLET2023-10-041-10/+11
* HID: nvidia-shield: Fix some missing function calls() in the probe error hand...Christophe JAILLET2023-10-041-2/+4
* HID: nvidia-shield: Fix a missing led_classdev_unregister() in the probe erro...Christophe JAILLET2023-10-041-1/+2
* Merge branch 'for-6.6/nvidia' into for-linusBenjamin Tissoires2023-08-311-20/+406
|\
| * HID: nvidia-shield: Update Thunderstrike LED instance name to use idRahul Rameshbabu2023-08-141-1/+2
| * HID: nvidia-shield: Add battery support for ThunderstrikeRahul Rameshbabu2023-08-141-17/+401
| * HID: nvidia-shield: Remove led_classdev_unregister in thunderstrike_createRahul Rameshbabu2023-08-141-6/+7
* | HID: nvidia-shield: Reference hid_device devm allocation of input_dev nameRahul Rameshbabu2023-08-241-1/+1
|/
* HID: nvidia-shield: Pack inner/related declarations in HOSTCMD reportsRahul Rameshbabu2023-07-091-6/+6
* HID: nvidia-shield: Support LED functionality for ThunderstrikeRahul Rameshbabu2023-06-091-5/+111
* HID: nvidia-shield: Add mappings for consumer HID USAGE buttonsRahul Rameshbabu2023-06-091-5/+50
* HID: nvidia-shield: Initial driver implementation with Thunderstrike supportRahul Rameshbabu2023-06-091-0/+587