From: Jiri Kosina Date: Thu, 22 Nov 2007 14:18:18 +0000 (+0100) Subject: HID: refactor mapping to input subsystem for quirky devices X-Git-Tag: v2.6.25-rc1~1170^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10bd065facb2594bd508597ef464d401b212f379;p=pandora-kernel.git HID: refactor mapping to input subsystem for quirky devices Currently, the handling of mapping between hid and input for devices that don't conform to HUT 1.12 specification is very messy -- no per-device handling, no blacklists, conditions on idVendor and idProduct placed all over the code. This patch moves all the device-specific input mapping to a separate file, and introduces a blacklist-style handling for non-standard device-specific mappings. Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed