Hi, On Wed, Aug 20, 2025 at 8:15 PM Langyan Ye <yelangyan@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote: > > Parade-tc3408 requires reset to pull down time greater than 10ms, > so the configuration post_power_delay_ms is 10, and the chipset > initial time is required to be greater than 300ms, > so the post_gpio_reset_on_delay_ms is set to 300. > > Signed-off-by: Langyan Ye <yelangyan@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> > --- > drivers/hid/i2c-hid/i2c-hid-of-elan.c | 8 ++++++++ > 1 file changed, 8 insertions(+) Whoops, I guess I should have realized that the commit description (300ms) didn't match the contents of the patch (100ms) in your previous version. Sorry about that. This version looks fine. Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx>