LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Jiri Kosina <jkosina@suse.cz>
To: "Adolfo R. Brandes" <arbrandes@gmail.com>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: USB HID: Missing keys on Gyration Media Center Universal Remote Control
Date: Thu, 17 Jan 2008 14:26:32 +0100 (CET) [thread overview]
Message-ID: <Pine.LNX.4.64.0801171420400.15647@twin.jikos.cz> (raw)
In-Reply-To: <b4292e150712280848h36a5bbf5k76e121168e8bfd12@mail.gmail.com>
On Fri, 28 Dec 2007, Adolfo R. Brandes wrote:
> 1) The power button, which is actually a Sleep or Suspend button, when
> pressed repeats endlessly. One must disconnect the receiver for it to
> stop. I suspect this is because the key press event registers
> correctly, but not the key release.
>
> 2) Four of the buttons ("TV", "SETUP MENU", "LAST", and "INPUT") are
> not recognized and do not register any events.
> * "SETUP MENU", "LAST", and "INPUT" keys do absolutely nothing.
Hi Adolfo,
this is really weird, that the keys do not produce any debugging output at
all. Do you think you could use usbmon to see what data is coming from
they keyboard through USB bus? Details are explained at
Documentation/usb/usbmon.txt.
> * "TV" registers something, but apparently not enough for an event.
>From the debugging output, it seems that the HID report arrives, but all
bits are set to zero, which is also strange. Could you please also capture
usbmon output for this event? It could be that the HID report descriptor
of this device is wrong, and the report is in fact longer than two bytes.
> * "Power" correctly registers a Sleep event, but repeats endlessly.
The keyboard is buggy and doesn't handle "Power" as a button for which
EV_REP should be set. This will be trivial to fix by keyboard-specific
quirk, I will send it to you together with other changes, when we collect
any interesting information from usbmon.
Thanks for great and detailed bugreport,
--
Jiri Kosina
next prev parent reply other threads:[~2008-01-17 13:26 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-28 16:48 Adolfo R. Brandes
2008-01-09 14:12 ` Jiri Kosina
2008-01-09 17:53 ` Adolfo R. Brandes
2008-01-17 13:26 ` Jiri Kosina [this message]
2008-01-18 17:01 ` Adolfo R. Brandes
2008-01-18 17:58 ` Adolfo R. Brandes
2008-02-11 20:17 ` Jiri Kosina
2008-02-12 13:23 ` Adolfo R. Brandes
2008-02-12 15:09 ` Adolfo R. Brandes
2008-02-19 12:43 ` Jiri Kosina
2008-02-19 13:04 ` Jiri Kosina
2008-06-16 23:31 Philippe Troin
2008-06-17 14:00 ` Jiri Kosina
2008-06-17 16:34 ` Philippe Troin
2008-06-18 9:40 ` Jiri Kosina
2008-06-19 20:48 ` Philippe Troin
2008-08-01 0:28 ` Philippe Troin
2008-08-01 9:29 ` Jiri Kosina
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=Pine.LNX.4.64.0801171420400.15647@twin.jikos.cz \
--to=jkosina@suse.cz \
--cc=arbrandes@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--subject='Re: USB HID: Missing keys on Gyration Media Center Universal Remote Control' \
/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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).