Re: [PATCH v3 1/2] HID: input: do not query XP-PEN Deco LW battery

From: José Expósito
Date: Fri Nov 04 2022 - 12:26:55 EST


On Fri, Nov 04, 2022 at 02:13:34PM +0100, Jiri Kosina wrote:
> On Sat, 29 Oct 2022, Mia Kanashi wrote:
>
> > >The XP-PEN Deco LW drawing tablet can be connected by USB cable or using
> > >a USB Bluetooth dongle. When it is connected using the dongle, there
> > >might be a small delay until the tablet is paired with the dongle.
> > >
> > >Fetching the device battery during this delay results in random battery
> > >percentage values.
> > >
> > >Add a quirk to avoid actively querying the battery percentage and wait
> > >for the device to report it on its own.
> > >
> > >Reported-by: Mia Kanashi <chad@xxxxxxxxxxxxx>
> > >Signed-off-by: José Expósito <jose.exposito89@xxxxxxxxx>
>
> [ ... snip ... ]
>
> > I've tested this patch and now power supply status is correctly set to
> > Unknown and capacity is set to 0 initially.
> >
> > Just a note that that issue occured not only with the dongle, but a
> > cable also. It seems that tablet just doesn't respond to the query.
> >
> > Thank you for the work!
>
> Based on this, can I assume that I can turn
>
> Reported-by: Mia Kanashi <chad@xxxxxxxxxxxxx>
>
> into
>
> Reported-and-tested-by: Mia Kanashi <chad@xxxxxxxxxxxxx>
>
> for the final version?
>
> Thanks,
>
> --
> Jiri Kosina
> SUSE Labs
>

Thanks for adding the tags and reviewing and merging the patches Jiří!

Jose