Fix AES4000 wrong IDs (swapped pid/vid)

This commit is contained in:
wagner.oliveira
2023-01-27 18:23:55 -05:00
parent 0bf7d58c5e
commit 22683ec490
2 changed files with 2 additions and 2 deletions

View File

@@ -124,7 +124,7 @@ G_DEFINE_TYPE (FpiDeviceAes4000, fpi_device_aes4000, FPI_TYPE_DEVICE_AES3K);
static const FpIdEntry id_table[] = {
{ .pid = 0x08ff, .vid = 0x5501 },
{ .vid = 0x08ff, .pid = 0x5501 },
{ .vid = 0, .pid = 0, .driver_data = 0 },
};