Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update HardwareIDs.h #61

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
Update HardwareIDs.h
  • Loading branch information
faithvoid authored Dec 21, 2024
commit 44c0f34c09744376347a3e187d8f56bfc4366c72
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_