-
Notifications
You must be signed in to change notification settings - Fork 5.3k
configs: add CONFIG_HID_PLAYSTATION=m and CONFIG_PLAYSTATION_FF=y #4721
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
Conversation
|
The new options would naturally appear between: and: Adding them in a different place (as you've done) works, but it means that when we use "make ... savedefconfig" in future there will be a spurious change. Please update the PR, then I'll merge it. |
ae072eb to
58b75a6
Compare
Enables support for the PlayStation 5 'DualSense' controller and its force feedback. Also, Sony is planning to move PlayStation peripheral support from hid-sony into hid-playstation in the future: https://lore.kernel.org/all/20201219062336.72568-1-roderick@gaikai.com/ This means that, potentially, in future kernel releases older PlayStation controllers may stop working without this option. As Raspberry Pis are a popular choice as emulation consoles, it is probably a good idea to enable this. Signed-off-by: Ilya Trukhanov <lahvuun@gmail.com>
|
Done. Sorry, I should've thought about savedefconfig. |
|
Thanks! |
kernel: enable several virtual devices for hosting virtual machines See: raspberrypi/linux#4712 kernel: configs: add LEDS_PWM=y See: raspberrypi/linux#4668 kernel: configs: add CONFIG_HID_PLAYSTATION=m and CONFIG_PLAYSTATION_FF=y See: raspberrypi/linux#4721 kernel: configs: Add USB gadget support (for Zero 2 W) See: #1654
kernel: enable several virtual devices for hosting virtual machines See: raspberrypi/linux#4712 kernel: configs: add LEDS_PWM=y See: raspberrypi/linux#4668 kernel: configs: add CONFIG_HID_PLAYSTATION=m and CONFIG_PLAYSTATION_FF=y See: raspberrypi/linux#4721 kernel: configs: Add USB gadget support (for Zero 2 W) See: raspberrypi/firmware#1654
|
@pelwell I think this change never made it to the rpi-5.16.y branch, while other changes during the same time frame did. Did it get overlooked or will it get merged later? I'm not familiar with your branching policies. |
|
This is the first 5.15 to 5.16 patch introduced since the initial rpi-5.16.y port, and it fell at the first hurdle because 5.16 brings in a new dependency - It's patched up and merged now as c94d712. |
Right. Thank you. I tried |
|
It's not you, just some unstaged changes - try 9299025. |
|
Tested it with my Pi Zero W and it works perfectly. Thank you again! |
Enables support for the PlayStation 5 'DualSense' controller and its
force feedback.
Also, Sony is planning to move PlayStation peripheral support from
hid-sony into hid-playstation in the future:
https://lore.kernel.org/all/20201219062336.72568-1-roderick@gaikai.com/
This means that, potentially, in future kernel releases older
PlayStation controllers may stop working without this option. As
Raspberry Pis are a popular choice as emulation consoles, it is probably
a good idea to enable this.
Signed-off-by: Ilya Trukhanov lahvuun@gmail.com