]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3f3355168caff5acca2dd150e428412a22d1016e
tree2afa5c86e0f0e7dba768a6b2c4bd2944f3616753
parent6ef75ae3ef9857eaccad503837398981936d092a
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