Update AuraUSBControllerDetect.cpp

This commit is contained in:
Matthias Wirtz
2020-06-21 05:40:41 +00:00
committed by Adam Honse
parent 4bf0330974
commit 0e58fcc236

View File

@@ -16,10 +16,11 @@ static const unsigned short addressable_pid_table[] =
0x18A3
};
#define NUM_MAINBOARD_PIDS 1
#define NUM_MAINBOARD_PIDS 2
static const unsigned short mainboard_pid_table[] =
{
0x18f3
0x18f3,
0x1939
};
/******************************************************************************************\