-
Notifications
You must be signed in to change notification settings - Fork 370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MERGED] udev: Update Nintendo Co., Ltd. Pro Controller (default-off).cfg
and create Nintendo Switch Pro Controller (default-off).cfg
/ Pro Controller (default-off).cfg
copies
#1161
Closed
Conversation
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
Added line breaks to solve variable truncation issue
davidhedlund
changed the title
udev: Update Nintendo Co., Ltd. Pro Controller.cfg
[READY] udev: Update Nintendo Co., Ltd. Pro Controller.cfg
Aug 20, 2024
The udev driver depends on input_device, rather than input_vendor_id and input_product_id.
# Remove input_vendor_id and input_product_id once this issue has been solved: [IMPORTANT] Unnecessary input_vendor_id, and input_product_id in autoconfig files generated by udev - libretro/RetroArch#16904 input_vendor_id = "1406" input_product_id = "8201"
# The files "Nintendo Co., Ltd. Pro Controller.cfg" and "Nintendo Switch Pro Controller.cfg" should have identical content except for the input_device variable. This difference allows the linuxraw and udev drivers to recognize the controller on various Linux kernel versions.
# The files "Nintendo Co., Ltd. Pro Controller.cfg" and "Nintendo Switch Pro Controller.cfg" should have identical content except for the input_device variable. This difference allows the linuxraw and udev drivers to recognize the controller on various Linux kernel versions.
davidhedlund
changed the title
[READY] udev: Update Nintendo Co., Ltd. Pro Controller.cfg
[READY] udev: Update Nintendo Co., Ltd. Pro Controller.cfg and create a Aug 21, 2024
Nintendo Switch Pro Controller.cfg
copy
It seems more straightforward for a single pull request to remove input_vendor_id from all udev files once we reach a consensus on the issue discussed in: libretro/RetroArch#16907
It seems more straightforward for a single pull request to remove input_vendor_id from all udev files once we reach a consensus on the issue discussed in: libretro/RetroArch#16907
Unnecessary input_vendor_id, and input_product_id in autoconfig files generated by udev - libretro/RetroArch#16904
Unnecessary input_vendor_id, and input_product_id in autoconfig files generated by udev - libretro/RetroArch#16904
Removed the final comments
Removed the final comments
input_device_display_name = "Nintendo Switch Pro Controller (USB)"
input_device_display_name = "Nintendo Switch Pro Controller (USB)"
same name for both USB and Bluetooth
…o., Ltd. Pro Controller (default-off2).cfg
…ch Pro Controller (default-off2).cfg
davidhedlund
changed the title
[READY] udev: Update Nintendo Co., Ltd. Pro Controller.cfg and create a
[READY] udev: Update Nintendo Co., Ltd. Pro Controller.cfg and create Aug 26, 2024
Nintendo Switch Pro Controller.cfg
copyNintendo Switch Pro Controller.cfg
/ Pro Controller.cfg
copies
davidhedlund
changed the title
[READY] udev: Update Nintendo Co., Ltd. Pro Controller.cfg and create
[READY] udev: Update Aug 26, 2024
Nintendo Switch Pro Controller.cfg
/ Pro Controller.cfg
copiesNintendo Co., Ltd. Pro Controller.cfg
and create Nintendo Switch Pro Controller.cfg
/ Pro Controller.cfg
copies
davidhedlund
changed the title
[READY] udev: Update
[READY] udev: Update Aug 26, 2024
Nintendo Co., Ltd. Pro Controller.cfg
and create Nintendo Switch Pro Controller.cfg
/ Pro Controller.cfg
copiesNintendo Co., Ltd. Pro Controller (default-off).cfg
and create Nintendo Switch Pro Controller (default-off).cfg
/ Pro Controller (default-off).cfg
copies
…do Co., Ltd. Pro Controller (default-off).cfg
…Switch Pro Controller (default-off).cfg
davidhedlund
changed the title
[READY] udev: Update
[MERGED] udev: Update Aug 26, 2024
Nintendo Co., Ltd. Pro Controller (default-off).cfg
and create Nintendo Switch Pro Controller (default-off).cfg
/ Pro Controller (default-off).cfg
copiesNintendo Co., Ltd. Pro Controller (default-off).cfg
and create Nintendo Switch Pro Controller (default-off).cfg
/ Pro Controller (default-off).cfg
copies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolve significant confusion:
Nintendo Co., Ltd. Pro Controller (old).cfg
toPro Controller (non-HID) (default-off).cfg
#1185