Message ID | 20230608143450.12283-1-rrameshbabu@nvidia.com (mailing list archive) |
---|---|
Headers | show |
Series | HID: nvidia-shield | expand |
On Thu, 8 Jun 2023, Rahul Rameshbabu wrote: > Hi. > > This is an initial driver implementation for supporting NVIDIA SHIELD > peripherals. Currently supports the following functionality for the > THUNDERSTRIKE (SHIELD 2017) controller. > > - Haptics (ff_memless) > - Serial number query (sysfs) > - Hardware information query (sysfs) > - Firmware version query (sysfs) > > Changes: > v3 -> v4: > * Follow correct formatting rules for help section in drivers/hid/Kconfig. > * Refactor configuration names to indicate Kconfig options are for NVIDIA > devices. > v2 -> v3: > * Renamed drivers/hid/hid-shield.c -> drivers/hid/hid-nvidia-shield.c. > * Added space between braces for terminating element in shield_devices > array. > v1 -> v2: > * Declared thunderstrike_hostcmd_req_work_handler as static. > Reported-by: kernel test robot <lkp@intel.com> > Link: https://lore.kernel.org/oe-kbuild-all/202304011342.6Bh3cWhA-lkp@intel.com/ > Link: https://lore.kernel.org/oe-kbuild-all/202304020922.vsngJnBT-lkp@intel.com/ > > Rahul Rameshbabu (1): > HID: nvidia-shield: Initial driver implementation with Thunderstrike > support Now queued in hid.git#for-6.5/nvidia, sorry for the delay.