USB HID: add QUIRK_HIDDEV for Belkin Flip KVM
authorDaniel P. Engel <dengel@sourceharvest.com>
Tue, 3 Apr 2007 21:43:46 +0000 (23:43 +0200)
committerJiri Kosina <jkosina@suse.cz>
Wed, 11 Apr 2007 08:36:03 +0000 (10:36 +0200)
commit66df514b1dbf51a0a02a8abe1219e46e49710aea
tree8ce64f477e766e3b24a019d5aaf227ff008f68d2
parentdaa0bc902c8e9476673b47d3b59c9bb922843563
USB HID: add QUIRK_HIDDEV for Belkin Flip KVM

Add HID_QUIRK_HIDDEV for the Belkin Flip USB KVM, which 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 input subsection, and which it
doesn't make sense to map. In order to force the creation of a hiddev device
for controlling the Flip, this quirk flag is needed.

Signed-off-by: Daniel P. Engel <dengel@sourceharvest.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/usbhid/hid-core.c