From 254137b67ddb12f378d38050e421a8ce6138b7c5 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Mon, 9 Dec 2024 14:22:32 -0600 Subject: [PATCH] [bot] Fingerprints: add missing FW versions from new users (#1566) Export fingerprints --- opendbc/car/honda/fingerprints.py | 4 ++++ opendbc/car/hyundai/fingerprints.py | 1 + opendbc/car/volkswagen/fingerprints.py | 4 ++++ 3 files changed, 9 insertions(+) diff --git a/opendbc/car/honda/fingerprints.py b/opendbc/car/honda/fingerprints.py index 663bf65107..c95efce0c5 100644 --- a/opendbc/car/honda/fingerprints.py +++ b/opendbc/car/honda/fingerprints.py @@ -800,11 +800,13 @@ (Ecu.srs, 0x18da53f1, None): [ b'77959-3M0-K840\x00\x00', b'77959-3V0-A820\x00\x00', + b'77959-3V0-A910\x00\x00', ], (Ecu.fwdRadar, 0x18dab0f1, None): [ b'8S102-3M6-P030\x00\x00', b'8S102-3W0-A060\x00\x00', b'8S102-3W0-AB10\x00\x00', + b'8S102-3W0-AB20\x00\x00', ], (Ecu.vsa, 0x18da28f1, None): [ b'57114-3M6-M010\x00\x00', @@ -812,10 +814,12 @@ ], (Ecu.transmission, 0x18da1ef1, None): [ b'28101-6EH-A010\x00\x00', + b'28101-6EH-A110\x00\x00', b'28101-6JC-M310\x00\x00', ], (Ecu.electricBrakeBooster, 0x18da2bf1, None): [ b'46114-3W0-A020\x00\x00', + b'46114-3W0-A050\x00\x00', ], }, CAR.ACURA_ILX: { diff --git a/opendbc/car/hyundai/fingerprints.py b/opendbc/car/hyundai/fingerprints.py index 7888abed74..9a56dba4d2 100644 --- a/opendbc/car/hyundai/fingerprints.py +++ b/opendbc/car/hyundai/fingerprints.py @@ -576,6 +576,7 @@ (Ecu.eps, 0x7d4, None): [ b'\xf1\x00DL3 MDPS C 1.00 1.01 56310-L3110 4DLAC101', b'\xf1\x00DL3 MDPS C 1.00 1.01 56310-L3220 4DLAC101', + b'\xf1\x00DL3 MDPS C 1.00 1.01 56310L3220\x00 4DLAC101', b'\xf1\x00DL3 MDPS C 1.00 1.02 56310-L2220 4DLDC102', b'\xf1\x00DL3 MDPS C 1.00 1.02 56310L3220\x00 4DLAC102', b'\xf1\x00DL3 MDPS R 1.00 1.02 57700-L3000 4DLAP102', diff --git a/opendbc/car/volkswagen/fingerprints.py b/opendbc/car/volkswagen/fingerprints.py index 78cda7aab6..83dd2dcbb4 100644 --- a/opendbc/car/volkswagen/fingerprints.py +++ b/opendbc/car/volkswagen/fingerprints.py @@ -9,6 +9,7 @@ FW_VERSIONS = { CAR.VOLKSWAGEN_ARTEON_MK1: { (Ecu.engine, 0x7e0, None): [ + b'\xf1\x8704L906026TM\xf1\x896847', b'\xf1\x873G0906259AH\xf1\x890001', b'\xf1\x873G0906259F \xf1\x890004', b'\xf1\x873G0906259G \xf1\x890004', @@ -27,10 +28,12 @@ b'\xf1\x870GC300014M \xf1\x892802', b'\xf1\x870GC300019G \xf1\x892804', b'\xf1\x870GC300040P \xf1\x891401', + b'\xf1\x870GC300043 \xf1\x892303', ], (Ecu.srs, 0x715, None): [ b'\xf1\x873Q0959655BK\xf1\x890703\xf1\x82\x0e1616001613121157161111572900', b'\xf1\x873Q0959655BK\xf1\x890703\xf1\x82\x0e1616001613121177161113772900', + b'\xf1\x873Q0959655BK\xf1\x890712\xf1\x82\x0e1616001613121157161111572C00', b'\xf1\x873Q0959655CK\xf1\x890711\xf1\x82\x0e1712141712141105121122052900', b'\xf1\x873Q0959655CR\xf1\x890720\xf1\x82\x0e1616001613121105161111052900', b'\xf1\x873Q0959655DA\xf1\x890720\xf1\x82\x0e1712141712141105121122052900', @@ -50,6 +53,7 @@ b'\xf1\x872Q0907572AA\xf1\x890396', b'\xf1\x872Q0907572T \xf1\x890383', b'\xf1\x875Q0907572J \xf1\x890654', + b'\xf1\x875Q0907572P \xf1\x890682', b'\xf1\x875Q0907572R \xf1\x890771', ], },