Re: [PATCH] HID: hid-goodix: Improve handling of HID feature reports
From: Charles Wang
Date: Thu Oct 31 2024 - 03:07:33 EST
Hi Dmitry,
On Wed, Oct 30, 2024 at 04:59:33PM -0700, Dmitry Torokhov wrote:
> Hi Charles,
>
> On Wed, Oct 23, 2024 at 04:27:03PM +0800, Charles Wang wrote:
> > 1) Align with the i2c-hid driver by returning 0 instead of -EINVAL when
> > an empty response is received, ensuring that userspace programs utilizing
> > the hidraw node receive consistent return values.
> >
> > 2) Implement the hid get/set feature report function using a separate
> > address, rather than sharing an address with coordinate reporting, to
> > prevent feature events from being overwritten by coordinate events.
>
> These are 2 independent changes, they should be 2 separate patches.
>
Ack,
Thanks,
Charles