Logic3 gamepad VID/PID

Issue #124 new
Kaos Engineer created an issue

{ 0x062a, 0x0020, "Logic3 Xbox GamePad", 0, XTYPE_XBOX },

Source: https://raw.githubusercontent.com/torvalds/linux/master/drivers/input/joystick/xpad.c

You already have the some of other ogXbox VID/PID entries in xpad.c

{ 0x0e6f, 0x0003, "Logic3 Freebird wireless Controller", 0, XTYPE_XBOX },
{ 0x0e6f, 0x0005, "Eclipse wireless Controller", 0, XTYPE_XBOX },
{ 0x0e6f, 0x0006, "Edge wireless Controller", 0, XTYPE_XBOX },

However, there are 68 XTYPE_XBOX entries in their xpad.c source code’s xpad_device array.

Comments (1)

  1. Log in to comment