Re: [PATCH] hid: driver for PS2/3 Buzz controllers

From: Jiri Kosina
Date: Mon May 27 2013 - 10:31:15 EST


On Sun, 26 May 2013, Colin Leitner wrote:

> Added a driver for PlayStation 2/3 Buzz controllers, which exposes the LEDs and
> maps all buttons to BTN_TRIGGER_HAPPY1 to 20.
>
> Applies to kernel version 3.10.0-rc2. Tested with Debian 7 and with a minor
> change on kernel 3.8.5 on Fedora 18. Couldn't test the wireless version, but
> what can be gathered on information from the net, both should be identical in
> their report structure.
>
> Signed-off-by: Colin Leitner <colin.leitner@xxxxxxxxx>
> Cc: Jiri Kosina <jkosina@xxxxxxx>
> Cc: linux-input@xxxxxxxxxxxxxxx
> Cc: linux-kernel@xxxxxxxxxxxxxxx
> ---
> drivers/hid/Kconfig | 10 ++
> drivers/hid/Makefile | 1 +
> drivers/hid/hid-buzz.c | 309 +++++++++++++++++++++++++++++++++++++++++++++++++
> drivers/hid/hid-core.c | 4 +
> drivers/hid/hid-ids.h | 2 +
> 5 files changed, 326 insertions(+)

Hi Colin,

thanks a lot for the support.

I this it'd actually make more sense to add this support to one of the two
existing drivers (*) we already have for Sony remote controllers -- either
hid-sony or hid-ps3remote both seem appropriate.

(*) I think we should even merge hid-ps3remote into hid-sony.

Thanks,

--
Jiri Kosina
SUSE Labs
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/