[PATCH 4/4] HID: sony: Map gyroscopes and accelerometers to axes

2014-01-16 Thread Frank Praznik
Use a modified HID descriptor for the Dualshock 4 to assign the gyroscope sensors and accelerometers to axes. Signed-off-by: Frank Praznik --- Apply against jikos/hid.git/for-3.14/sony drivers/hid/hid-sony.c | 78 ++ 1 file changed, 78 inserti

Re: [PATCH 4/4] HID: sony: Map gyroscopes and accelerometers to axes

2014-01-17 Thread David Herrmann
Hi On Fri, Jan 17, 2014 at 3:43 AM, Frank Praznik wrote: > Use a modified HID descriptor for the Dualshock 4 to assign the gyroscope > sensors and accelerometers to axes. > > Signed-off-by: Frank Praznik > > --- > > Apply against jikos/hid.git/for-3.14/sony > > drivers/hid/hid-sony.c | 78 > +

Re: [PATCH 4/4] HID: sony: Map gyroscopes and accelerometers to axes

2014-01-17 Thread Antonio Ospite
On Thu, 16 Jan 2014 21:43:12 -0500 (EST) Frank Praznik wrote: > Use a modified HID descriptor for the Dualshock 4 to assign the gyroscope > sensors and accelerometers to axes. > What about putting the descriptor fixup on hold for now? Jiri, have you already pushed these patches? Once the ABS2 s

Re: [PATCH 4/4] HID: sony: Map gyroscopes and accelerometers to axes

2014-01-17 Thread Jiri Kosina
On Fri, 17 Jan 2014, Antonio Ospite wrote: > > Use a modified HID descriptor for the Dualshock 4 to assign the gyroscope > > sensors and accelerometers to axes. > > > > What about putting the descriptor fixup on hold for now? > Jiri, have you already pushed these patches? > > Once the ABS2 stuff

Re: [PATCH 4/4] HID: sony: Map gyroscopes and accelerometers to axes

2014-01-17 Thread David Herrmann
Hi On Fri, Jan 17, 2014 at 1:21 PM, Jiri Kosina wrote: > On Fri, 17 Jan 2014, Antonio Ospite wrote: > >> > Use a modified HID descriptor for the Dualshock 4 to assign the gyroscope >> > sensors and accelerometers to axes. >> > >> >> What about putting the descriptor fixup on hold for now? >> Jiri

Re: [PATCH 4/4] HID: sony: Map gyroscopes and accelerometers to axes

2014-01-17 Thread Frank Praznik
On 1/17/2014 07:21, Jiri Kosina wrote: On Fri, 17 Jan 2014, Antonio Ospite wrote: Use a modified HID descriptor for the Dualshock 4 to assign the gyroscope sensors and accelerometers to axes. What about putting the descriptor fixup on hold for now? Jiri, have you already pushed these patches?

Re: [PATCH 4/4] HID: sony: Map gyroscopes and accelerometers to axes

2014-01-17 Thread David Herrmann
Hi On Fri, Jan 17, 2014 at 6:19 PM, Frank Praznik wrote: > On 1/17/2014 07:21, Jiri Kosina wrote: >> >> On Fri, 17 Jan 2014, Antonio Ospite wrote: >> Use a modified HID descriptor for the Dualshock 4 to assign the gyroscope sensors and accelerometers to axes. >>> What about pu

Re: [PATCH 4/4] HID: sony: Map gyroscopes and accelerometers to axes

2014-01-17 Thread Jiri Kosina
On Fri, 17 Jan 2014, Frank Praznik wrote: > Any objections to moving all of the rdesc data to an hid-sony.h header > file? Please don't. This doesn't really belong in a header file. Header files are used to declare things, not to have large data structures there. There are other drivers which