From e74e496cdce385c2e732d320de3a8491a2324489 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Mon, 18 Nov 2024 16:35:51 -0600 Subject: [PATCH] [bot] Fingerprints: add missing FW versions from new users (#1504) Export fingerprints --- opendbc/car/chrysler/fingerprints.py | 4 ++++ opendbc/car/hyundai/fingerprints.py | 1 + opendbc/car/toyota/fingerprints.py | 4 ++++ opendbc/car/volkswagen/fingerprints.py | 1 + 4 files changed, 10 insertions(+) diff --git a/opendbc/car/chrysler/fingerprints.py b/opendbc/car/chrysler/fingerprints.py index 7b837293..64626432 100644 --- a/opendbc/car/chrysler/fingerprints.py +++ b/opendbc/car/chrysler/fingerprints.py @@ -455,6 +455,7 @@ FW_VERSIONS = { b'68631939AA', b'68631940AA', b'68631940AB', + b'68631941AB', b'68631942AA', b'68631943AB', ], @@ -556,6 +557,7 @@ FW_VERSIONS = { b'05149848AA ', b'05149848AC ', b'05190341AD', + b'68378695AI ', b'68378695AJ ', b'68378696AJ ', b'68378696AK ', @@ -601,6 +603,7 @@ FW_VERSIONS = { b'68586101AA ', b'68586102AA ', b'68586105AB ', + b'68629917AC ', b'68629919AC ', b'68629922AC ', b'68629925AC ', @@ -618,6 +621,7 @@ FW_VERSIONS = { b'68360080AL', b'68360080AM', b'68360081AM', + b'68360085AH', b'68360085AJ', b'68360085AL', b'68360085AO', diff --git a/opendbc/car/hyundai/fingerprints.py b/opendbc/car/hyundai/fingerprints.py index 6028fa2f..86c1d87b 100644 --- a/opendbc/car/hyundai/fingerprints.py +++ b/opendbc/car/hyundai/fingerprints.py @@ -171,6 +171,7 @@ FW_VERSIONS = { (Ecu.eps, 0x7d4, None): [ b'\xf1\x00DN8 MDPS C 1,00 1,01 56310L0010\x00 4DNAC101', b'\xf1\x00DN8 MDPS C 1.00 1.01 56310-L0010 4DNAC101', + b'\xf1\x00DN8 MDPS C 1.00 1.01 56310-L0200 4DNAC101', b'\xf1\x00DN8 MDPS C 1.00 1.01 56310-L0200 4DNAC102', b'\xf1\x00DN8 MDPS C 1.00 1.01 56310-L0210 4DNAC101', b'\xf1\x00DN8 MDPS C 1.00 1.01 56310-L0210 4DNAC102', diff --git a/opendbc/car/toyota/fingerprints.py b/opendbc/car/toyota/fingerprints.py index dbe91fd6..9c3877de 100644 --- a/opendbc/car/toyota/fingerprints.py +++ b/opendbc/car/toyota/fingerprints.py @@ -1224,6 +1224,7 @@ FW_VERSIONS = { (Ecu.fwdCamera, 0x750, 0x6d): [ b'\x028646F0R05100\x00\x00\x00\x008646G0R02100\x00\x00\x00\x00', b'\x028646F0R05200\x00\x00\x00\x008646G0R02200\x00\x00\x00\x00', + b'\x028646F0R05300\x00\x00\x00\x008646G0R02300\x00\x00\x00\x00', b'\x028646F0R11000\x00\x00\x00\x008646G0R04000\x00\x00\x00\x00', ], }, @@ -1288,18 +1289,21 @@ FW_VERSIONS = { CAR.LEXUS_CTH: { (Ecu.dsu, 0x791, None): [ b'881517601100\x00\x00\x00\x00', + b'881517602000\x00\x00\x00\x00', ], (Ecu.abs, 0x7b0, None): [ b'F152676144\x00\x00\x00\x00\x00\x00', ], (Ecu.engine, 0x7e0, None): [ b'\x0237635000\x00\x00\x00\x00\x00\x00\x00\x00A4701000\x00\x00\x00\x00\x00\x00\x00\x00', + b'\x0237641000\x00\x00\x00\x00\x00\x00\x00\x00A4701000\x00\x00\x00\x00\x00\x00\x00\x00', ], (Ecu.fwdRadar, 0x750, 0xf): [ b'8821F4702300\x00\x00\x00\x00', ], (Ecu.fwdCamera, 0x750, 0x6d): [ b'8646F7601100\x00\x00\x00\x00', + b'8646F7601200\x00\x00\x00\x00', ], }, CAR.LEXUS_ES_TSS2: { diff --git a/opendbc/car/volkswagen/fingerprints.py b/opendbc/car/volkswagen/fingerprints.py index 16c81969..2ca7ddf4 100644 --- a/opendbc/car/volkswagen/fingerprints.py +++ b/opendbc/car/volkswagen/fingerprints.py @@ -65,6 +65,7 @@ FW_VERSIONS = { b'\xf1\x8703H906026J \xf1\x899971', b'\xf1\x8703H906026S \xf1\x896693', b'\xf1\x8703H906026S \xf1\x899970', + b'\xf1\x8703H906026S \xf1\x899972', b'\xf1\x873CN906259 \xf1\x890005', b'\xf1\x873CN906259F \xf1\x890002', ],