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

2013-05-28 Thread Jiri Kosina
On Mon, 27 May 2013, Colin Leitner wrote: This patch adds support for PS2/3 Buzz controllers into hid-sony Thanks, now applied. As a followup, I think I'll merge hid-ps3remote into hid-sony as well. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe

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

2013-05-28 Thread Bastien Nocera
On Tue, 2013-05-28 at 10:19 +0200, Jiri Kosina wrote: On Mon, 27 May 2013, Colin Leitner wrote: This patch adds support for PS2/3 Buzz controllers into hid-sony Thanks, now applied. I would have preferred it if the single device (the USB adapter) showed 4 input devices each with 5 buttons

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

2013-05-28 Thread Colin Leitner
I would have preferred it if the single device (the USB adapter) showed 4 input devices each with 5 buttons and a LED, rather than a single device with 4 LEDs and 20 buttons. That's quite a good idea. Are there any existing drivers with a similiar feature? -- To unsubscribe from this list:

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

2013-05-27 Thread Jiri Kosina
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

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

2013-05-27 Thread Colin Leitner
Hi Jiri, 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'll integrate the buzz code to hid-sony. Unfortunatly I can't test against the

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

2013-05-26 Thread Colin Leitner
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