Re: josystick driver layer and support of multiple devices of one kind

2005-12-14 Thread Daniel Remenak
On 12/14/05, Christoph Frick <[EMAIL PROTECTED]> wrote: > - check also winmm out for the joystick relevant drivers > * see if there is support for both kind of joysticks > * see if there is support for multiple devices WinMM under wine supports only /dev/js devices. It does support multiple d

Re: josystick driver layer and support of multiple devices of one kind

2005-12-14 Thread Christoph Frick
On Wed, Dec 07, 2005 at 11:02:14PM +0100, Eric Pouech wrote: Thanks Eric for the reply. > >- i this an approach, that would be acceptablefor wine? so if i start on > > something like this, is there a chance it would be submitted to the > > tree - or is there a problem in terms of "wine does not

Re: josystick driver layer and support of multiple devices of one kind

2005-12-07 Thread Eric Pouech
so my questions: - i this an approach, that would be acceptablefor wine? so if i start on something like this, is there a chance it would be submitted to the tree - or is there a problem in terms of "wine does not work like this and we would ignore such an approach" - is the sound-system

josystick driver layer and support of multiple devices of one kind

2005-12-07 Thread Christoph Frick
hiho i did recently some patches to mostly make joystick_linuxdinput.c handle things more like joystick_linux.c. the main thing, that i dont like on this work, is the fact, that i am just copy-and-paste code from one end to another. i assume someone started back then the joystick_linuxdinput part