diff --git a/client/src/ksx6924/ksx6924core.c b/client/src/ksx6924/ksx6924core.c index 2748ea044..12bff1664 100644 --- a/client/src/ksx6924/ksx6924core.c +++ b/client/src/ksx6924/ksx6924core.c @@ -114,17 +114,17 @@ MAKE_ENUM_CONST(Alg, uint8_t, // KSX6924LookupTMoneyIDCenter MAKE_ENUM_CONST(TMoneyIDCenter, uint8_t, -{ 0x00, "reserved" }, +{ 0x00, "Reserved" }, { 0x01, "Korea Financial Telecommunications and Clearings Institute" }, { 0x02, "A-Cash" }, { 0x03, "Mybi" }, - +{ 0x04, "Reserved" }, { 0x05, "V-Cash" }, { 0x06, "Mondex Korea" }, { 0x07, "Korea Expressway Corporation" }, -{ 0x08, "Korea Smart Card Corporation" }, +{ 0x08, "Tmoney Co., Ltd." }, { 0x09, "KORAIL Networks" }, - +{ 0x0a, "Reserved" }, { 0x0b, "EB Card Corporation" }, { 0x0c, "Seoul Bus Transport Association" }, { 0x0d, "Cardnet" }, @@ -165,17 +165,17 @@ MAKE_ENUM_CONST(TMoneyTCode, uint8_t, // KSX6924LookupTMoneyCCode MAKE_ENUM_CONST(TMoneyCCode, uint8_t, { 0x00, "None" }, -{ 0x01, "KB Kookmin Bank" }, -{ 0x02, "Nonghyup Bank" }, +{ 0x01, "KB Card" }, +{ 0x02, "NH Card" }, { 0x03, "Lotte Card" }, { 0x04, "BC Card" }, { 0x05, "Samsung Card" }, -{ 0x06, "Shinhan Bank" }, +{ 0x06, "Shinhan Card" }, { 0x07, "Citibank Korea" }, { 0x08, "Korea Exchange Bank" }, -{ 0x09, "Woori" }, +{ 0x09, "Woori Card" }, { 0x0a, "Hana SK Card" }, -{ 0x0b, "Hyundai Capital Services" }, +{ 0x0b, "Hyundai Card" }, ); static const char *KSX6924_UNKNOWN = "Unknown";