Add support for Pelican PL-2020 Eclipse II gamepad
Opened this issue · 0 comments
The Pelican PL-2020 Eclipse II gamepad (VID 0x0E6F, PID 0x8801 and VID 0x0E6F, PID 8813) unfortunately seems to lack support from the provided driver. Directly targeting the device with wdi-sample does result in driver installation (which makes sense, working or not), however no functionality is present.
Device presents in Device Manager as two separate devices prior to driver install, "Generic USB Hub" (PID 0x8801) and "Pelican" (PID 0x8813). After attempting to load driver by manually invoking wdi-sample a single device is presented. This behavior presents itself no matter which PID is targeted by the driver.
I'm sure there's something I'm overlooking about configuring the device, I plan to take a look in further detail later. I hope I've been able to provide some useful information