lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 17 Jan 2008 14:26:32 +0100 (CET)
From:	Jiri Kosina <jkosina@...e.cz>
To:	"Adolfo R. Brandes" <arbrandes@...il.com>
cc:	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: USB HID: Missing keys on Gyration Media Center Universal Remote
 Control

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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ