Linux Input/HID development
 help / color / mirror / Atom feed
* [PATCH HID for-next v1 0/1] HID: shield
@ 2023-03-11  1:09 Rahul Rameshbabu
  2023-03-11  1:09 ` [PATCH HID for-next v1 1/1] HID: shield: Initial driver implementation with Thunderstrike support Rahul Rameshbabu
  0 siblings, 1 reply; 2+ messages in thread
From: Rahul Rameshbabu @ 2023-03-11  1:09 UTC (permalink / raw)
  To: linux-input; +Cc: Jiri Kosina, Benjamin Tissoires, Rahul Rameshbabu

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)

Rahul Rameshbabu (1):
  HID: shield: Initial driver implementation with Thunderstrike support

 MAINTAINERS              |   6 +
 drivers/hid/Kconfig      |  18 ++
 drivers/hid/Makefile     |   1 +
 drivers/hid/hid-ids.h    |   3 +
 drivers/hid/hid-shield.c | 587 +++++++++++++++++++++++++++++++++++++++
 5 files changed, 615 insertions(+)
 create mode 100644 drivers/hid/hid-shield.c

-- 
2.38.3


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-11  1:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-11  1:09 [PATCH HID for-next v1 0/1] HID: shield Rahul Rameshbabu
2023-03-11  1:09 ` [PATCH HID for-next v1 1/1] HID: shield: Initial driver implementation with Thunderstrike support Rahul Rameshbabu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox