-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Support for the mouse ioctl interface #15205
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
Signed-off-by: liuhongchao <liuhongchao@xiaomi.com>
Signed-off-by: liuhongchao <liuhongchao@xiaomi.com>
Signed-off-by: liuhongchao <liuhongchao@xiaomi.com>
|
[Experimental Bot, please feedback here] No, this PR description does not meet the NuttX requirements. It's far too brief and lacks critical information. Here's why and what's missing: Summary:
Impact:
Testing:
Example of a better Summary:
Example of a better Impact Section:
Example of a better Testing Section:
By providing more specific details and filling in the missing information, the PR will be much easier to review and understand, increasing the chances of it being accepted. |
|
@raiden00pl @PetteriAimonen @lupyuen please take a look. I think since now the user will be able to see and enable the Mouse, Touchscreen and Keyboard we need to have the devices organized as a new menu where the user select which Mouse, Touchscreen and/or Keyboard he/she want to use |
|
@HongChao6 could you please modify to Kconfig to put all Keyboard drivers under "Enable Keyboard Support", all Mouser drivers under "Enable Mouse Support", and so on. These options need to become a menu, simular to "Sensor Support" and others on Kconfig. |
How about change all input drivers from 'select' to 'depends on' ? |
|
remove #ifdef/#else around the public struct, macro and function from .h is also other option to solve this problem, |
let's go this direction, @terry0012 . |
Yes, this modification will make more sense. A bad thing about "depends on" is because it disappears with the driver from menuconfig. When the drivers are in a fixed subcategory (like Drivers ->Sensors) it is fine, but for INPUT it will be spread around many places, so the user never will know the RPMSG has some KEYBOARD / MOUSE features unless the respective INPUT be enabled first in another place |
|
@HongChao6 Let's revert the changes in Kconfig. |
e2fcd5d to
90420b4
Compare
90420b4 to
33c8079
Compare
acassis
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix the commit title: nuxxt -> nuttx
Signed-off-by: liuhongchao <liuhongchao@xiaomi.com>
33c8079 to
f03b902
Compare
done. |
Note: Please adhere to Contributing Guidelines.
Summary
Support for the mouse ioctl interface
Impact
mouse driver
Testing
qemu