HID: sony: Add nyko core controller support
authorScott Moreau <oreaus@gmail.com>
Wed, 13 Jan 2016 14:40:42 +0000 (07:40 -0700)
committerJiri Kosina <jkosina@suse.cz>
Mon, 18 Jan 2016 22:09:55 +0000 (23:09 +0100)
commit74500cc859431de12469f12b8e711d65efdc7604
tree2afa5c86e0f0e7dba768a6b2c4bd2944f3616753
parent19f4c2ba869517048add62c202f9645b6adf5dfb
HID: sony: Add nyko core controller support

This adds rumble and LED support for nyko core controllers
using the sino lite chip vendor:1345 product:3008, for PS3.

Setting operational mode and output reports are the same as
sixaxis but the input report has a different format since the
PS3 accepts HID usb devices. For it to work, an exception is
needed to skip overriding the report descriptor and use the
original one.

Signed-off-by: Scott Moreau <oreaus@gmail.com>
Acked-by: Antonio Ospite <ao2@ao2.it>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-core.c
drivers/hid/hid-ids.h
drivers/hid/hid-sony.c