Fix two USB PID typos.

This commit is contained in:
Solomon Peachy 2021-04-17 07:20:57 -04:00
parent e3ab11a975
commit 6ab6949279
2 changed files with 2 additions and 2 deletions

View File

@ -1129,7 +1129,7 @@ const struct dyesub_backend canonselphy_backend = {
{ 0x04a9, 0x31aa, P_CPGENERIC, NULL, "canon-cp770"}, { 0x04a9, 0x31aa, P_CPGENERIC, NULL, "canon-cp770"},
{ 0x04a9, 0x31dd, P_CPGENERIC, NULL, "canon-cp780"}, { 0x04a9, 0x31dd, P_CPGENERIC, NULL, "canon-cp780"},
{ 0x04a9, 0x31e7, P_CP790, NULL, "canon-cp790"}, { 0x04a9, 0x31e7, P_CP790, NULL, "canon-cp790"},
{ 0x04a9, 0x3124, P_CPGENERIC, NULL, "canon-cp800"}, { 0x04a9, 0x3214, P_CPGENERIC, NULL, "canon-cp800"},
{ 0x04a9, 0x3256, P_CPGENERIC, NULL, "canon-cp810"}, { 0x04a9, 0x3256, P_CPGENERIC, NULL, "canon-cp810"},
{ 0x04a9, 0x3255, P_CPGENERIC, NULL, "canon-cp900"}, { 0x04a9, 0x3255, P_CPGENERIC, NULL, "canon-cp900"},
{ 0x04a9, 0x3141, P_ES1, NULL, "canon-es1"}, { 0x04a9, 0x3141, P_ES1, NULL, "canon-es1"},

View File

@ -3462,7 +3462,7 @@ const struct dyesub_backend dnpds40_backend = {
{ 0x1343, 0x0005, P_DNP_DSRX1, NULL, "citizen-cy"}, /* Duplicate */ { 0x1343, 0x0005, P_DNP_DSRX1, NULL, "citizen-cy"}, /* Duplicate */
{ 0x1343, 0x0005, P_DNP_DSRX1, NULL, "citizen-cy-02"}, /* Duplicate */ { 0x1343, 0x0005, P_DNP_DSRX1, NULL, "citizen-cy-02"}, /* Duplicate */
{ 0x1452, 0x8b01, P_DNP_DS620, NULL, "dnp-ds620"}, { 0x1452, 0x8b01, P_DNP_DS620, NULL, "dnp-ds620"},
{ 0x1452, 0x9b01, P_DNP_DS820, NULL, "dnp-ds820"}, { 0x1452, 0x9001, P_DNP_DS820, NULL, "dnp-ds820"},
{ 0x1452, 0x9201, P_DNP_QW410, NULL, "dnp-qw410"}, { 0x1452, 0x9201, P_DNP_QW410, NULL, "dnp-qw410"},
{ 0x1343, 0x0002, P_CITIZEN_CW01, NULL, "citizen-cw-01"}, { 0x1343, 0x0002, P_CITIZEN_CW01, NULL, "citizen-cw-01"},
{ 0x1343, 0x0002, P_CITIZEN_CW01, NULL, "citizen-op900"}, /* Duplicate */ { 0x1343, 0x0002, P_CITIZEN_CW01, NULL, "citizen-op900"}, /* Duplicate */