-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Drivers/input #14790
Drivers/input #14790
Conversation
For resource-constrained devices, simulate RTP playback effects using preset custom RAMLOOP combinations instead of using RTP files to play custom vibration effects. Signed-off-by: fangpeina <[email protected]>
Signed-off-by: fangpeina <[email protected]>
Signed-off-by: fangpeina <[email protected]>
input/aw86225.c: In function 'aw86225_ram_work_routine': input/aw86225.c:1976:27: warning: 'rtp_file.data' may be used uninitialized [-Wmaybe-uninitialized] 1976 | struct aw86225_firmware rtp_file; | ^~~~~~~~ In function 'aw86225_ram_loaded', inlined from 'aw86225_ram_work_routine' at input/aw86225.c:1982:3: input/aw86225.c:1445:17: warning: 'rtp_file.size' may be used uninitialized [-Wmaybe-uninitialized] 1445 | for (i = 2; i < cont->size; i++) | ~~^~~~~~~~~~~~ input/aw86225.c: In function 'aw86225_ram_work_routine': input/aw86225.c:1976:27: note: 'rtp_file.size' was declared here 1976 | struct aw86225_firmware rtp_file; Signed-off-by: fangpeina <[email protected]>
[Experimental Bot, please feedback here] No, this PR summary does not fully meet the NuttX requirements. While it provides a decent overview of the changes, it lacks crucial details required by the template. Here's a breakdown of missing information:
In short, the PR needs to be significantly more detailed to meet the NuttX requirements. It should meticulously fill out all sections of the provided template, providing specific and comprehensive information for each point. |
@fangpeina please include a board support to this driver and some Documentation/ about it. I noticed we don't have reference to Haptic: https://nuttx.apache.org/docs/latest/search.html?q=haptic&check_keywords=yes&area=default# Also I think we don't have any documentation about the Input Subsystem |
Note: Please adhere to Contributing Guidelines.
Summary
Related modifications to drivers/inputs:
simulate RTP playback effects using preset custom RAMLOOP combinations instead of using RTP files to play
custom vibration effects.
Impact
drivers/input/ff_upper, drivers/input/aw86225
Testing
Self testing on actual devices