-
Notifications
You must be signed in to change notification settings - Fork 585
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
Update driver/input/ist415 #6579
base: master
Are you sure you want to change the base?
Conversation
d55e839
to
e0dbdc9
Compare
apps/examples/touchscreen/Makefile
Outdated
# | ||
########################################################################### | ||
############################################################################ | ||
# apps/system/lcd_tune/Makefile |
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.
Could you update file path?
bc713c0
to
e4f6122
Compare
e4f6122
to
e9599b7
Compare
os/drivers/input/ist415.c
Outdated
|
||
/**************************************************************************** | ||
* Private Functions | ||
****************************************************************************/ | ||
|
||
/**************************************************************************** | ||
* Name: ist415_irq_handler_work |
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.
function name different
* Name: ist415_power_mode | ||
****************************************************************************/ | ||
|
||
void ist415_power_mode(struct ist415_dev_s *dev, uint8_t data) |
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.
static functions if not used elsewhere
os/drivers/input/touchscreen.c
Outdated
} | ||
break; | ||
#endif | ||
#ifdef CONFIG_TOUCH_CALLBACK |
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.
Why is TSIOC_DISABLE and enable inside touch_Callback condition only
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.
The apps is already having controllability, the app can don't read touch.
So if CONFIG_TOUCH_CALLBACK is disable, we don't need to provide enable and disable
e9599b7
to
f590e53
Compare
7ce9898
to
ae8ca79
Compare
The init of audio or touch have read resource fs. Therefore, Add mount resource before audio and touch init. Signed-off-by: eunwoo.nam <[email protected]>
Enable CONFIG_EXAMPLES_SIMPLE_FILE_TRANSFER Enable CONFIG_EXAMPLES_WIFIMANAGER_TEST Signed-off-by: eunwoo.nam <[email protected]>
50a8fdb
to
adc7b58
Compare
Update ist415 touchscreen. - Apply audo calibration - Recive debugging data - Recive IC ready - Update firmware - PLAM Large detection - IC alive and IC state Check - Forced release touch point Signed-off-by: eunwoo.nam <[email protected]> drivers/input: Add alive checking timer Add timer which it periodically check the status of the ist415 chipset and reset it in case there is any issue. Signed-off-by: eunwoo.nam <[email protected]> drivers/input/ist415: Add debug log level cmd of touch coordinate log. The touch coordinates should be managed at a debug level, allowing them to be turned on only when necessary. Therefore, Apply debug log level of touch coordinate logs Signed-off-by: eunwoo.nam <[email protected]> oahjpaohjtpo Signed-off-by: eunwoo.nam <[email protected]> apthojapth Signed-off-by: eunwoo.nam <[email protected]>
Since, if "--help" come, touch IC specific cmd help message dosen't print. Therefore, to printing help message of IC specific cmd, Add calling ioctl in help. And, Remove the message of IC cmd from the app so that each driver can display a specific help message. Signed-off-by: eunwoo.nam <[email protected]>
Change reading /dev/touch0 type to "struct touch_point_s" and reading size to (struct touch_point_s x n) And remove un-used callback feature. Therefore, update read type and size Signed-off-by: eunwoo.nam <[email protected]>
Add CONFIG_TOUCH_BUFSIZE=30 Add CONFIG_IST415_WORKPRIORITY=201 Signed-off-by: eunwoo.nam <[email protected]>
adc7b58
to
fe7b7da
Compare
No description provided.