From: "Filipe Laíns" <lains@archlinux.org>
To: markh@compro.net, Jiri Kosina <jkosina@suse.cz>,
sashal@kernel.org, Linux-kernel <linux-kernel@vger.kernel.org>,
Hans de Goede <hdegoede@redhat.com>
Subject: Re: Logitech G602 wireless mouse kernel error messages in 5.10.11+ kernels
Date: Wed, 10 Mar 2021 20:55:12 +0000 [thread overview]
Message-ID: <91cda49d4fda10781dc2add8174536cf6b91a527.camel@archlinux.org> (raw)
In-Reply-To: <8276a207-abe7-06cc-0c25-f4eebf1a9525@compro.net>
[-- Attachment #1: Type: text/plain, Size: 2216 bytes --]
On Wed, 2021-03-10 at 15:24 -0500, Mark Hounschell wrote:
>
> That is correct, I don't have any buttons bound to keyboard events. With
> the original patch the G4(forward) and G5(Backward) buttons work in a
> browser. I guess G7, G8, and G9 buttons are programmable to keyboard events?
>
> However this patch does not seem to fix the messages I get.
>
> Regards
> Mark
Those events belong to the USB HID button usage page and are sent by the
receiver in the HID device with the unnumbered report descriptor, so they are
not affected.
Looking at the report descriptor for the other HID device, I see a report ID of
128 (0x80) used for a vendor application, I am not really sure what it is used
for and can't seem to trigger my device to send it.
I am gonna guess this is the device reporting the pressed buttons via vendor
reports or something like that. Speaking as the person who added support for
this device in libratbag, this report is very likely not something that we don't
need in our custom drivers and just likely something extra that Logitech built
to achieve something custom in the Windows driver. FWIW, this device is a very
weird one, it does not even follow Logitech's own spec :P
Seeing this report the driver chugs.
if (report > REPORT_TYPE_RFREPORT_LAST) {
hid_err(hdev, "Unexpected input report number %d\n", report);
return;
}
Causing your
[ 36.471326] logitech-djreceiver 0003:046D:C537.0002: Unexpected input report number 128
[ 36.565317] logitech-djreceiver 0003:046D:C537.0002: Unexpected input report number 128
[ 42.390321] logitech-djreceiver 0003:046D:C537.0002: Unexpected input report number 128
I feel like the correct fix for these cases is not to consume the report and not
forward it to device node, but rather to forward it to the receiver node.
(looping in Hans)
Hans, you introduced this code, do you remember why? Where did
REPORT_TYPE_RFREPORT_LAST get its value from and what is the purpose of this
check?
Shouldn't we just keep forwarding unknown reports to the receiver node? Is there
any technical limitation to do that? I am not too familiar with this part of the
code.
Cheers,
Filipe Laíns
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2021-03-10 20:55 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-10 18:55 Mark Hounschell
2021-03-10 19:56 ` Filipe Laíns
2021-03-10 20:24 ` Mark Hounschell
2021-03-10 20:49 ` Mark Hounschell
2021-03-10 20:55 ` Filipe Laíns [this message]
2021-03-10 21:48 ` Hans de Goede
2021-03-11 17:39 ` Mark Hounschell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=91cda49d4fda10781dc2add8174536cf6b91a527.camel@archlinux.org \
--to=lains@archlinux.org \
--cc=hdegoede@redhat.com \
--cc=jkosina@suse.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=markh@compro.net \
--cc=sashal@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®