From: Raphael Assenat Date: Sat, 25 Apr 2015 20:30:32 +0000 (-0400) Subject: HID: usbhid: Add a quirk for raphnet multi-gamepad adapters X-Git-Tag: omap-for-v4.2/fixes-rc1^2~157^2~1^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6ea2f88ac3659b799d8079a4fbda4f8faf6ff90;p=pandora-kernel.git HID: usbhid: Add a quirk for raphnet multi-gamepad adapters The raphnet.net 4nes4snes and 2nes2snes multi-joystick adapters use a single HID report descriptor with one report ID per controller. This has the effect that the inputs of otherwise independent game controllers get packed in one large joystick device. With this patch each controller gets its own /dev/input/jsX device, which is more natural and less confusing than having all inputs going to the same place. Signed-off-by: Raphael Assenat Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed