Re: [PATCH v2] HID: sony: support for ghlive ps3/wii u dongles

2020-11-25 Thread Pascal Giard
Apologies for the resend. I had not realized that gmail's app for smartphones didn't really support plaintext. On Wed, Nov 25, 2020 at 8:41 AM Jiri Kosina wrote: > > On Wed, 25 Nov 2020, pascal.gi...@etsmtl.ca wrote: > > > Thank you for reviewing this new version. > > > > You are right, we could

Re: [PATCH v2] HID: sony: support for ghlive ps3/wii u dongles

2020-11-25 Thread Jiri Kosina
On Wed, 25 Nov 2020, pascal.gi...@etsmtl.ca wrote: > Thank you for reviewing this new version. > > You are right, we could totally do without GHL_GUITAR_CONTROLLER. > > This can be seen as premature generalization or an excess of optimism; > I'm assuming that the PS4 also needs magic control

Re: [PATCH v2] HID: sony: support for ghlive ps3/wii u dongles

2020-11-25 Thread Jiri Kosina
On Sat, 7 Nov 2020, Pascal Giard wrote: > This commit adds support for the Guitar Hero Live PS3 and Wii U dongles. > > These dongles require a "magic" USB control message [1] to be sent > approximately every 10 seconds otherwise the dongle will not report > events where the strumbar is hit while

[PATCH v2] HID: sony: support for ghlive ps3/wii u dongles

2020-11-07 Thread Pascal Giard
This commit adds support for the Guitar Hero Live PS3 and Wii U dongles. These dongles require a "magic" USB control message [1] to be sent approximately every 10 seconds otherwise the dongle will not report events where the strumbar is hit while a fret is being held. Also, inspired by a patch