Re: [PATCH 1/3] dinput: Disable linuxinput or linux joysticks based on registry key (try 2)

2012-08-23 Thread Alexandre Julliard
Lucas Zawacki writes: >> That's better, thanks. You probably want to put them under a subkey >> though, to avoid mixing up the joystick names with the other >> configuration values. > > No problem. If I put them under a key "Disabled" I think it's ok to > not ask for a value, just a key with the

Re: [PATCH 1/3] dinput: Disable linuxinput or linux joysticks based on registry key (try 2)

2012-08-23 Thread Lucas Zawacki
> That's better, thanks. You probably want to put them under a subkey > though, to avoid mixing up the joystick names with the other > configuration values. No problem. If I put them under a key "Disabled" I think it's ok to not ask for a value, just a key with the joystick name right?

Re: [PATCH 1/3] dinput: Disable linuxinput or linux joysticks based on registry key (try 2)

2012-08-23 Thread Alexandre Julliard
Lucas Zawacki writes: > From: Lucas Fialho Zawacki > > In the form of "controllername(drivername)"="disabled" key > > Examples: > Disable the linux js driver for "Usb Controller" device > "Usb Controller(js)"="disabled" > > Disable the linux js and event drivers for "Other Controller" devi

Re: [1/3] dinput: Disable linuxinput or linux joysticks based on registry key

2012-08-21 Thread Alexandre Julliard
Lucas Zawacki writes: > From: Lucas Fialho Zawacki > > In the form of "Disable Controllername"="driver" > > Examples: >Disable "Usb Controller"="js" disable linux js driver >Disable "OtherController"="event,js" disable linux js and event > drivers That's a fairly compl