All of lore.kernel.org
 help / color / mirror / Atom feed
* Support for Logitech Dinovo Edge special keys
@ 2009-03-16 21:53 Louai Al-Khanji
  2009-03-17  0:27 ` Louai Al-Khanji
  0 siblings, 1 reply; 5+ messages in thread
From: Louai Al-Khanji @ 2009-03-16 21:53 UTC (permalink / raw)
  To: linux-input

Hi,

I recently bought a Logitech Dinovo Edge keyboard. However, it seems
that not all keys are supported by the current HID layer as of
2.6.28.7 - at least, in X I get no reports of keypresses, and for the
special keys that do generate key presses no keycode info is
available. I wonder if anyone can point me in the right direction on
how to fix this, and indeed confirm that this needs to be fixed in the
HID layer rather than in X somewhere.

I did look in hid-input.c, where in the hidinput_configure_usage
function there is a case HID_UP_LOGIVENDOR which is ignored. hid-lg.c
seems to contain some fixes for Logitech keyboards, but I don't quite
see how it all fits together.

I have not worked extensively in kernel space before, so please bear with me. :)

-- 
- Louai Al-Khanji

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Support for Logitech Dinovo Edge special keys
  2009-03-16 21:53 Support for Logitech Dinovo Edge special keys Louai Al-Khanji
@ 2009-03-17  0:27 ` Louai Al-Khanji
  2009-03-17 14:38   ` Jiri Kosina
  0 siblings, 1 reply; 5+ messages in thread
From: Louai Al-Khanji @ 2009-03-17  0:27 UTC (permalink / raw)
  To: linux-input

On Mon, Mar 16, 2009 at 11:53 PM, Louai Al-Khanji
<louai.khanji@gmail.com> wrote:
> Hi,
>
> I recently bought a Logitech Dinovo Edge keyboard. However, it seems
> that not all keys are supported by the current HID layer as of
> 2.6.28.7 - at least, in X I get no reports of keypresses, and for the
> special keys that do generate key presses no keycode info is
> available. I wonder if anyone can point me in the right direction on
> how to fix this, and indeed confirm that this needs to be fixed in the
> HID layer rather than in X somewhere.
>
> I did look in hid-input.c, where in the hidinput_configure_usage
> function there is a case HID_UP_LOGIVENDOR which is ignored. hid-lg.c
> seems to contain some fixes for Logitech keyboards, but I don't quite
> see how it all fits together.
>
> I have not worked extensively in kernel space before, so please bear with me. :)

Sorry to reply to myself, but I'm not certain my first mail went
through as I wasn't signed up on the list.

I've also gathered some information on the keyboard and the missing
keys. Attached are two files, with some dmesg info as output when the
hid driver is loaded with the option debug=2.

logitech-dinovo-edge-keys-log contains dmesg output when pressing the
keys that do not work. I've entered a key description followed by the
info from dmesg. Some keys do not generate any output, those are
followed by a blank line.

logitech-dinovo-edge-plug-log contains the dmesg output when the
keyboard's receiver is plugged in.

If anyone can give me any pointers on where and how to specify these
keys, and why some keys are completely dead, I would be very grateful.

-- 
- Louai Al-Khanji

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Support for Logitech Dinovo Edge special keys
  2009-03-17  0:27 ` Louai Al-Khanji
@ 2009-03-17 14:38   ` Jiri Kosina
  2009-03-17 23:16     ` Louai Al-Khanji
  0 siblings, 1 reply; 5+ messages in thread
From: Jiri Kosina @ 2009-03-17 14:38 UTC (permalink / raw)
  To: Louai Al-Khanji; +Cc: linux-input

On Tue, 17 Mar 2009, Louai Al-Khanji wrote:

> I've also gathered some information on the keyboard and the missing 
> keys. Attached are two files, with some dmesg info as output when the 
> hid driver is loaded with the option debug=2.

I don't see any attachments to your mail.

-- 
Jiri Kosina
SUSE Labs


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Support for Logitech Dinovo Edge special keys
  2009-03-17 14:38   ` Jiri Kosina
@ 2009-03-17 23:16     ` Louai Al-Khanji
  2009-03-17 23:28       ` Louai Al-Khanji
  0 siblings, 1 reply; 5+ messages in thread
From: Louai Al-Khanji @ 2009-03-17 23:16 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: linux-input

On Tue, Mar 17, 2009 at 4:38 PM, Jiri Kosina <jkosina@suse.cz> wrote:
> On Tue, 17 Mar 2009, Louai Al-Khanji wrote:
>
>> I've also gathered some information on the keyboard and the missing
>> keys. Attached are two files, with some dmesg info as output when the
>> hid driver is loaded with the option debug=2.
>
> I don't see any attachments to your mail.
>
> --
> Jiri Kosina
> SUSE Labs
>
>

I sent a follow-up e-mail.

-- 
- Louai Al-Khanji

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Support for Logitech Dinovo Edge special keys
  2009-03-17 23:16     ` Louai Al-Khanji
@ 2009-03-17 23:28       ` Louai Al-Khanji
  0 siblings, 0 replies; 5+ messages in thread
From: Louai Al-Khanji @ 2009-03-17 23:28 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: linux-input

On Wed, Mar 18, 2009 at 1:16 AM, Louai Al-Khanji <louai.khanji@gmail.com> wrote:
> On Tue, Mar 17, 2009 at 4:38 PM, Jiri Kosina <jkosina@suse.cz> wrote:
>> On Tue, 17 Mar 2009, Louai Al-Khanji wrote:
>>
>>> I've also gathered some information on the keyboard and the missing
>>> keys. Attached are two files, with some dmesg info as output when the
>>> hid driver is loaded with the option debug=2.
>>
>> I don't see any attachments to your mail.
>>
>> --
>> Jiri Kosina
>> SUSE Labs
>>
>>
>
> I sent a follow-up e-mail.
>
> --
> - Louai Al-Khanji
>

I gathered all info and created a bug in the kernel bugzilla:
http://bugzilla.kernel.org/show_bug.cgi?id=12890

Sorry for spam.

-- 
- Louai Al-Khanji

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-03-17 23:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-16 21:53 Support for Logitech Dinovo Edge special keys Louai Al-Khanji
2009-03-17  0:27 ` Louai Al-Khanji
2009-03-17 14:38   ` Jiri Kosina
2009-03-17 23:16     ` Louai Al-Khanji
2009-03-17 23:28       ` Louai Al-Khanji

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.