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

Alexandre Julliard julliard at winehq.org
Thu Aug 23 05:20:20 CDT 2012


Lucas Zawacki <lfzawacki at gmail.com> writes:

> From: Lucas Fialho Zawacki <lfzawacki at gmail.com>
>
> 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" device
>   "OtherController(event)"="disabled"
>   "OtherController(js)"="disabled"

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.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list