Skip to content

Commit

Permalink
winebuy.sys: Add support for Virpil Throttle MT-50 CM2
Browse files Browse the repository at this point in the history
  • Loading branch information
kakra authored and ivyl committed Jun 20, 2024
1 parent fc01cac commit 1e8579c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dlls/winebus.sys/unixlib.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ static BOOL is_virpil_controller(WORD vid, WORD pid, INT buttons)
{
switch (vid)
{
case 0x03eb:
if (pid == 0x2055) return TRUE; /* ATMEL/VIRPIL/200325 VPC Throttle MT-50 CM2 */
break;
case 0x3344:
/* comes with 31 buttons in the default configuration, or 128 max */
if ((buttons == 31) || (buttons == 128)) return TRUE;
Expand Down

0 comments on commit 1e8579c

Please sign in to comment.