mbox series

[RFC,v1,0/3] HID: nvidia-shield: More functionality on top of initial driver

Message ID 20230529222052.68913-1-rrameshbabu@nvidia.com (mailing list archive)
Headers show
Series HID: nvidia-shield: More functionality on top of initial driver | expand

Message

Rahul Rameshbabu May 29, 2023, 10:20 p.m. UTC
This patch series introduces more functionality on top of the initial
nvidia-shield HID driver sent to the linux-input mailing list. The android
media buttons, capacitive slider, and led on the Thunderstrike controller
are now supported. If possible, would appreciate an acknowledgment of the
initial driver patch or more feedback if needed.

Link: https://lore.kernel.org/linux-input/20230418203747.24000-1-rrameshbabu@nvidia.com/

Rahul Rameshbabu (3):
  HID: nvidia-shield: Add mappings for consumer HID USAGE buttons
  HID: nvidia-shield: Support LED functionality for Thunderstrike
  HID: nvidia-shield: Remove space prefix from label in
    shield_haptics_create

 drivers/hid/hid-nvidia-shield.c | 173 ++++++++++++++++++++++++++++++--
 1 file changed, 162 insertions(+), 11 deletions(-)

Comments

Jiri Kosina June 9, 2023, 3:53 p.m. UTC | #1
On Mon, 29 May 2023, Rahul Rameshbabu wrote:

> This patch series introduces more functionality on top of the initial
> nvidia-shield HID driver sent to the linux-input mailing list. The android
> media buttons, capacitive slider, and led on the Thunderstrike controller
> are now supported. If possible, would appreciate an acknowledgment of the
> initial driver patch or more feedback if needed.
> 
> Link: https://lore.kernel.org/linux-input/20230418203747.24000-1-rrameshbabu@nvidia.com/
> 
> Rahul Rameshbabu (3):
>   HID: nvidia-shield: Add mappings for consumer HID USAGE buttons
>   HID: nvidia-shield: Support LED functionality for Thunderstrike
>   HID: nvidia-shield: Remove space prefix from label in
>     shield_haptics_create

Applied first 1/3 and 2/3 on top of for-6.5/nvidia; the third one was not 
needed, as that branch is based on v4 already.

Thanks,