-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FROMLIST: HID: nintendo: add nintendo switch controller driver
The hid-nintendo driver supports the Nintendo Switch Pro Controllers and the Joy-Cons. The Pro Controllers can be used over USB or Bluetooth. The Joy-Cons each create their own, independent input devices, so it is up to userspace to combine them if desired. Signed-off-by: Daniel J. Ogorchock <[email protected]> Test: tested via custom test app Test: atest NintendoSwitchProTest Bug: 135136477 Link: https://patchwork.kernel.org/patch/11312547/ Link: https://lore.kernel.org/linux-input/[email protected]/ Change-Id: I179da1092faedc2ad25336224cf5ec8ff00e0d3f Signed-off-by: Siarhei Vishniakou <[email protected]> (cherry picked from commit 8b094ebb4fc40c3381be4c495eea161add5d105b) (cherry picked from commit 961f850fe8d417ce9037aa29271572fd924c049d) (cherry picked from commit c055cb8584c05fae2d5d293dd2d0a868bb098551) (cherry picked from commit b40ee0f11a53527058f89103ec9109de6445c864) (cherry picked from commit 98b27ddda96e94b8dfdf169cf6a24fcc7f9515d0) Signed-off-by: engstk <[email protected]>
- Loading branch information
1 parent
e1718a4
commit 399b618
Showing
5 changed files
with
841 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9562,6 +9562,12 @@ S: Maintained | |
F: Documentation/scsi/NinjaSCSI.txt | ||
F: drivers/scsi/nsp32* | ||
|
||
NINTENDO HID DRIVER | ||
M: Daniel J. Ogorchock <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/hid/hid-nintendo* | ||
|
||
NIOS2 ARCHITECTURE | ||
M: Ley Foon Tan <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.