[PATCH] hid: add QUIRK_HIDDEV for Belkin Flip KVM

2007-04-03 Thread Dan Engel
From: Daniel P. Engel <[EMAIL PROTECTED]> Add HID_QUIRK_HIDDEV for the Belkin Flip USB KVM to the hid-core blacklist table. The Belkin Flip USB KVM provides for software control of switching via a HID class interface. It overloads three HID LED usages, two of which aren't mapped in the ev_dev inpu

Re: [PATCH] hid: add two led codes to hid input mapping

2007-04-02 Thread Dan Engel
On Mon, 2007-04-02 at 09:06 -0400, Dmitry Torokhov wrote: > It may be a HID-class device but it is definetly not an input device > and it would be wrong to present it to userspace as a device having 2 > LEDs on it - it would be a lie. If we did that then some application > might mistake the device

Re: [PATCH] hid: add two led codes to hid input mapping

2007-04-02 Thread Dan Engel
On Mon, 2007-04-02 at 00:04 -0400, Dmitry Torokhov wrote: > Actually I want to keep input subystm out of the loop here, since LEDs > such as mail, charging, etc have nothing to do with user input but > rather reflect overall system/application state. > What if I just added a HID_QUIRK_HIDDEV for

Re: [PATCH] hid: add two led codes to hid input mapping

2007-04-01 Thread Dan Engel
n, can you give any advice for accomplishing that without adding the extra LED mappings? Thanks for any help, -Dan Engel signature.asc Description: This is a digitally signed message part

[PATCH] hid: add two led codes to hid input mapping

2007-03-31 Thread Dan Engel
From: Daniel P. Engel <[EMAIL PROTECTED]> Add the "Off-hook" and "Speaker" LED codes 0xb and 0xc to the hid-input configuration, mapping them to the 0x17 and 0x1e usages in the HID usage table. Signed-off-by: Daniel P. Engel <[EMAIL PROTECTED]> --- This patch is really being offered because it's