Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions Firmware/RP2040/src/USBHost/HardwareIDs.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,16 @@ static const HardwareID PSCLASSIC_IDS[] =

static const HardwareID SWITCH_PRO_IDS[] =
{
{0x057E, 0x2009} // Switch Pro
{0x057E, 0x2009}, // Switch Pro
{0x057E, 0x2009} // Mytrix Sakura Nintendo Switch Controller (Wired)
};

static const HardwareID SWITCH_WIRED_IDS[] =
{
{0x20D6, 0xA719}, // PowerA wired
{0x20D6, 0xA713}, // PowerA Enhanced wired
{0x0F0D, 0x0092} // Hori Pokken wired, I don't have this one so not 100% on if it'll work
{0x0F0D, 0x0092}, // Hori Pokken wired, I don't have this one so not 100% on if it'll work
{0x045E, 0x028E} // DATA FROG Nintendo Switch Pro Controller (Wired)
};

static const HardwareID N64_IDS[] =
Expand All @@ -84,4 +86,4 @@ static const HostTypeMap HOST_TYPE_MAP[] =
{ N64_IDS, sizeof(N64_IDS) / sizeof(HardwareID), HostDriver::Type::N64 },
};

#endif // _HW_ID_H_
#endif // _HW_ID_H_